|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntryOperationContext in org.apache.directory.server.core |
|---|
| Methods in org.apache.directory.server.core with parameters of type EntryOperationContext | |
|---|---|
boolean |
OperationManager.hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here. |
| Uses of EntryOperationContext in org.apache.directory.server.core.interceptor |
|---|
| Methods in org.apache.directory.server.core.interceptor with parameters of type EntryOperationContext | |
|---|---|
boolean |
InterceptorChain.hasEntry(EntryOperationContext opContext)
|
boolean |
NextInterceptor.hasEntry(EntryOperationContext opContext)
Calls the next interceptor's Interceptor.hasEntry( NextInterceptor, EntryOperationContext ). |
boolean |
Interceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext)
Filters Partition.hasEntry( EntryOperationContext ) call. |
boolean |
BaseInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext)
|
| Uses of EntryOperationContext in org.apache.directory.server.core.partition |
|---|
| Methods in org.apache.directory.server.core.partition with parameters of type EntryOperationContext | |
|---|---|
boolean |
AbstractPartition.hasEntry(EntryOperationContext entryContext)
This method calls Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default. |
boolean |
Partition.hasEntry(EntryOperationContext opContext)
Fast operation to check and see if a particular entry exists. |
| Uses of EntryOperationContext in org.apache.directory.server.core.schema |
|---|
| Methods in org.apache.directory.server.core.schema with parameters of type EntryOperationContext | |
|---|---|
boolean |
SchemaPartition.hasEntry(EntryOperationContext entryContext)
This method calls Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||