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

Packages that use EntryFilter
org.apache.directory.server.core.filtering   
org.apache.directory.server.core.subtree   
 

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

Methods in org.apache.directory.server.core.filtering that return types with arguments of type EntryFilter
 java.util.List<EntryFilter> EntryFilteringCursor.getEntryFilters()
          Gets an unmodifiable list of EntryFilters applied.
 java.util.List<EntryFilter> CursorList.getEntryFilters()
           
 java.util.List<EntryFilter> BaseEntryFilteringCursor.getEntryFilters()
           
 

Methods in org.apache.directory.server.core.filtering with parameters of type EntryFilter
 boolean EntryFilteringCursor.addEntryFilter(EntryFilter filter)
          Adds an entry filter to this BaseEntryFilteringCursor at the very end of the filter list.
 boolean CursorList.addEntryFilter(EntryFilter filter)
           
 boolean BaseEntryFilteringCursor.addEntryFilter(EntryFilter filter)
           
 boolean EntryFilteringCursor.removeEntryFilter(EntryFilter filter)
          Removes an entry filter to this BaseEntryFilteringCursor at the very end of the filter list.
 boolean CursorList.removeEntryFilter(EntryFilter filter)
           
 boolean BaseEntryFilteringCursor.removeEntryFilter(EntryFilter filter)
           
 

Constructors in org.apache.directory.server.core.filtering with parameters of type EntryFilter
BaseEntryFilteringCursor(org.apache.directory.shared.ldap.cursor.Cursor<org.apache.directory.shared.ldap.entry.ServerEntry> wrapped, SearchingOperationContext operationContext, EntryFilter filter)
          Creates a new entry filtering Cursor over an existing Cursor using a single filter initially: more can be added later after creation.
 

Constructor parameters in org.apache.directory.server.core.filtering with type arguments of type EntryFilter
BaseEntryFilteringCursor(org.apache.directory.shared.ldap.cursor.Cursor<org.apache.directory.shared.ldap.entry.ServerEntry> wrapped, SearchingOperationContext operationContext, java.util.List<EntryFilter> filters)
          Creates a new entry filtering Cursor over an existing Cursor using a list of filters initially: more can be added later after creation.
 

Uses of EntryFilter in org.apache.directory.server.core.subtree
 

Classes in org.apache.directory.server.core.subtree that implement EntryFilter
 class SubentryInterceptor.HideEntriesFilter
          SearchResultFilter used to filter out normal entries but shows subentries based on objectClass values.
 class SubentryInterceptor.HideSubentriesFilter
          SearchResultFilter used to filter out subentries based on objectClass values.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.