| Package | Description |
|---|---|
| org.apache.directory.server.core.api.filtering | |
| org.apache.directory.server.core.shared |
| Modifier and Type | Method and Description |
|---|---|
List<EntryFilter> |
EntryFilteringCursor.getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
List<EntryFilter> |
EntryFilteringCursorImpl.getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
List<EntryFilter> |
CursorList.getEntryFilters()
Gets an unmodifiable list of EntryFilters applied.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntryFilteringCursor.addEntryFilter(EntryFilter filter)
Adds an entry filter to this BaseEntryFilteringCursor at the very end of
the filter list.
|
boolean |
EntryFilteringCursorImpl.addEntryFilter(EntryFilter filter) |
boolean |
CursorList.addEntryFilter(EntryFilter filter)
Adds an entry filter to this BaseEntryFilteringCursor at the very end of
the filter list.
|
boolean |
EntryFilteringCursorImpl.removeEntryFilter(EntryFilter filter) |
| Constructor and Description |
|---|
EntryFilteringCursorImpl(org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> wrapped,
SearchOperationContext operationContext,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
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 and Description |
|---|
EntryFilteringCursorImpl(org.apache.directory.api.ldap.model.cursor.Cursor<org.apache.directory.api.ldap.model.entry.Entry> wrapped,
SearchOperationContext operationContext,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntryFilter> |
SortedEntryCursor.getEntryFilters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SortedEntryCursor.addEntryFilter(EntryFilter filter) |
Copyright © 2021. All rights reserved.