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

Packages that use ListOperationContext
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 ListOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core with parameters of type ListOperationContext
 EntryFilteringCursor OperationManager.list(ListOperationContext opContext)
          TODO document after determining if this method should be here.
 

Uses of ListOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type ListOperationContext
 EntryFilteringCursor InterceptorChain.list(ListOperationContext opContext)
           
 EntryFilteringCursor NextInterceptor.list(ListOperationContext opContext)
          Calls the next interceptor's Interceptor.list( NextInterceptor, ListOperationContext ).
 EntryFilteringCursor Interceptor.list(NextInterceptor next, ListOperationContext opContext)
          Filters Partition.list( ListOperationContext ) call.
 EntryFilteringCursor BaseInterceptor.list(NextInterceptor next, ListOperationContext opContext)
           
 

Uses of ListOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type ListOperationContext
 EntryFilteringCursor NullPartition.list(ListOperationContext opContext)
           
 EntryFilteringCursor Partition.list(ListOperationContext opContext)
          A specialized form of one level search used to return a minimal set of information regarding child entries under a base.
 

Uses of ListOperationContext in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type ListOperationContext
 EntryFilteringCursor SchemaPartition.list(ListOperationContext opContext)
           
 



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