Modifier and Type | Method and Description |
---|---|
boolean |
MockOperationManager.hasEntry(EntryOperationContext opContext) |
boolean |
DefaultOperationManager.hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here.
|
boolean |
OperationManager.hasEntry(EntryOperationContext opContext)
TODO document after determining if this method should be here.
|
boolean |
MockInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
AciAuthorizationInterceptor.hasEntry(NextInterceptor next,
EntryOperationContext entryContext) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
NormalizationInterceptor.hasEntry(NextInterceptor nextInterceptor,
EntryOperationContext opContext)
Filters
Partition.hasEntry( EntryOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultPartitionNexus.hasEntry(EntryOperationContext opContext) |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BTreePartition.hasEntry(EntryOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaPartition.hasEntry(EntryOperationContext entryContext)
This method calls
Partition.lookup(LookupOperationContext) and return true
if it returns an entry by default. |
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.