|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchingOperationContext | |
|---|---|
| org.apache.directory.server.core.filtering | |
| org.apache.directory.server.core.interceptor.context | |
| Uses of SearchingOperationContext in org.apache.directory.server.core.filtering |
|---|
| Methods in org.apache.directory.server.core.filtering that return SearchingOperationContext | |
|---|---|
SearchingOperationContext |
BaseEntryFilteringCursor.getOperationContext()
|
SearchingOperationContext |
EntryFilteringCursor.getOperationContext()
|
SearchingOperationContext |
CursorList.getOperationContext()
|
| Methods in org.apache.directory.server.core.filtering with parameters of type SearchingOperationContext | |
|---|---|
boolean |
EntryFilter.accept(SearchingOperationContext operation,
ClonedServerEntry result)
Filters the contents of search entries on the way out the door to client callers. |
| Constructors in org.apache.directory.server.core.filtering with parameters of type SearchingOperationContext | |
|---|---|
BaseEntryFilteringCursor(org.apache.directory.shared.ldap.cursor.Cursor<org.apache.directory.shared.ldap.entry.ServerEntry> wrapped,
SearchingOperationContext operationContext)
Creates a new entry filtering Cursor over an existing Cursor using a no filter initially: more can be added later after creation. |
|
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. |
|
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. |
|
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 SearchingOperationContext in org.apache.directory.server.core.interceptor.context |
|---|
| Subclasses of SearchingOperationContext in org.apache.directory.server.core.interceptor.context | |
|---|---|
class |
ListOperationContext
A ListContext context used for Interceptors. |
class |
SearchOperationContext
A Search context used for Interceptors. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||