Uses of Class
org.apache.directory.server.core.interceptor.context.EntryOperationContext

Packages that use EntryOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.schema   
 

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.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.