Uses of Interface
org.apache.directory.server.core.filtering.EntryFilteringCursor

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

Uses of EntryFilteringCursor in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return EntryFilteringCursor
 EntryFilteringCursor CoreSession.list(org.apache.directory.shared.ldap.name.DN dn, org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode, java.util.Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes)
          An optimized search operation using one level search scope which returns all the children of an entry specified by distinguished name.
 EntryFilteringCursor CoreSession.list(org.apache.directory.shared.ldap.name.DN dn, org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode, java.util.Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes, long sizeLimit, int timeLimit)
          An optimized search operation using one level search scope which applies size and time limit constraints and returns all the children of an entry specified by distinguished name if thes limits are not violated.
 EntryFilteringCursor OperationManager.list(ListOperationContext opContext)
          TODO document after determining if this method should be here.
 EntryFilteringCursor CoreSession.search(org.apache.directory.shared.ldap.name.DN dn, org.apache.directory.shared.ldap.filter.SearchScope scope, org.apache.directory.shared.ldap.filter.ExprNode filter, org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode, java.util.Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes)
          Searches the directory using a specified search scope and filter.
 EntryFilteringCursor CoreSession.search(org.apache.directory.shared.ldap.name.DN dn, org.apache.directory.shared.ldap.filter.SearchScope scope, org.apache.directory.shared.ldap.filter.ExprNode filter, org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode, java.util.Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes, long sizeLimit, int timeLimit)
          Searches the directory using a specified search scope and filter.
 EntryFilteringCursor CoreSession.search(org.apache.directory.shared.ldap.name.DN dn, java.lang.String filter)
          Searches the directory using a specified filter.
 EntryFilteringCursor CoreSession.search(org.apache.directory.shared.ldap.name.DN dn, java.lang.String filter, boolean ignoreReferrals)
          Searches the directory using a specified filter.
 EntryFilteringCursor CoreSession.search(org.apache.directory.shared.ldap.message.internal.InternalSearchRequest searchRequest)
           
 EntryFilteringCursor OperationManager.search(SearchOperationContext opContext)
          TODO document after determining if this method should be here.
 

Uses of EntryFilteringCursor in org.apache.directory.server.core.filtering
 

Classes in org.apache.directory.server.core.filtering that implement EntryFilteringCursor
 class BaseEntryFilteringCursor
          A Cursor which uses a list of filters to selectively return entries and/or modify the contents of entries.
 class CursorList
          An implementation of a Cursor based on a List of Cursors.
 

Constructor parameters in org.apache.directory.server.core.filtering with type arguments of type EntryFilteringCursor
CursorList(int start, java.util.List<EntryFilteringCursor> list, int end, SearchingOperationContext opContext)
          Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
CursorList(java.util.List<EntryFilteringCursor> list, SearchingOperationContext opContext)
          Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.
 

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

Methods in org.apache.directory.server.core.interceptor that return EntryFilteringCursor
 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)
           
 EntryFilteringCursor Interceptor.search(NextInterceptor next, SearchOperationContext opContext)
          Filters Partition.search( SearchOperationContext ) call.
 EntryFilteringCursor BaseInterceptor.search(NextInterceptor next, SearchOperationContext opContext)
           
 EntryFilteringCursor InterceptorChain.search(SearchOperationContext opContext)
           
 EntryFilteringCursor NextInterceptor.search(SearchOperationContext opContext)
          Calls the next interceptor's Interceptor.search( NextInterceptor, SearchOperationContext opContext ).
 

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

Methods in org.apache.directory.server.core.partition that return EntryFilteringCursor
 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.
 EntryFilteringCursor NullPartition.search(SearchOperationContext opContext)
           
 EntryFilteringCursor Partition.search(SearchOperationContext opContext)
          Conducts a search against this ContextPartition.
 

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

Methods in org.apache.directory.server.core.schema that return EntryFilteringCursor
 EntryFilteringCursor SchemaPartition.list(ListOperationContext opContext)
           
 EntryFilteringCursor SchemaPartitionDaoImpl.listAllNames()
           
 EntryFilteringCursor SchemaPartitionDao.listAllNames()
           
 EntryFilteringCursor SchemaPartition.search(SearchOperationContext opContext)
           
 



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