Uses of Class
org.opends.server.core.SearchOperation
-
Packages that use SearchOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3. -
-
Uses of SearchOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type SearchOperation Modifier and Type Method Description boolean
AccessControlHandler. isAllowed(SearchOperation searchOperation)
Indicates whether the provided search operation is allowed based on the access control configuration.boolean
VirtualAttributeProvider. isSearchable(AttributeDescription attributeDescription, SearchOperation searchOperation, boolean isPreIndexed)
Indicates whether this attribute may be included in search filters as part of the criteria for locating entries.void
VirtualAttributeProvider. processSearch(AttributeDescription attributeDescription, SearchOperation searchOperation)
Processes the provided search operation in which the search criteria includes an operation targeted at this virtual attribute.abstract void
LocalBackend. search(SearchOperation searchOperation)
Processes the specified search in this backend.abstract void
ClientConnection. sendSearchEntry(SearchOperation searchOperation, SearchResultEntry searchEntry)
Sends the provided search result entry to the client.abstract boolean
ClientConnection. sendSearchReference(SearchOperation searchOperation, SearchResultReference searchReference)
Sends the provided search result reference to the client. -
Uses of SearchOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type SearchOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(SearchOperation searchOperation)
-
Uses of SearchOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type SearchOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(SearchOperation searchOperation)
-
Uses of SearchOperation in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type SearchOperation Modifier and Type Method Description void
ChangelogBackend. search(SearchOperation searchOperation)
Processes the specified search in this backend.void
ConfigurationBackend. search(SearchOperation searchOperation)
void
LDIFBackend. search(SearchOperation searchOperation)
void
MemoryBackend. search(SearchOperation searchOperation)
void
MonitorBackend. search(SearchOperation searchOperation)
void
NullBackend. search(SearchOperation searchOperation)
void
RootDSEBackend. search(SearchOperation searchOp)
void
SchemaBackend. search(SearchOperation searchOperation)
-
Uses of SearchOperation in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type SearchOperation Modifier and Type Method Description void
BackendImpl. search(SearchOperation searchOperation)
-
Uses of SearchOperation in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type SearchOperation Modifier and Type Method Description void
TaskBackend. search(SearchOperation searchOp)
boolean
TaskScheduler. searchRecurringTasks(SearchOperation searchOperation)
Compares the filter in the provided search operation against each of the recurring task entries, returning any that match.boolean
TaskScheduler. searchScheduledTasks(SearchOperation searchOperation)
Compares the filter in the provided search operation against each of the task entries, returning any that match. -
Uses of SearchOperation in org.opends.server.config
Methods in org.opends.server.config with parameters of type SearchOperation Modifier and Type Method Description void
ConfigurationHandler. search(SearchOperation searchOperation)
Search the configuration entries. -
Uses of SearchOperation in org.opends.server.core
Methods in org.opends.server.core that return SearchOperation Modifier and Type Method Description SearchOperation
PersistentSearch. getSearchOperation()
Get the search operation associated with this persistent search.Constructors in org.opends.server.core with parameters of type SearchOperation Constructor Description PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs)
Creates a new persistent search object with the provided information. -
Uses of SearchOperation in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type SearchOperation Modifier and Type Method Description boolean
EntryDNVirtualAttributeProvider. isSearchable(AttributeDescription attributeDescription, SearchOperation searchOperation, boolean isPreIndexed)
Indicates whether this attribute may be included in search filters as part of the criteria for locating entries.boolean
IsMemberOfVirtualAttributeProvider. isSearchable(AttributeDescription attributeDescription, SearchOperation searchOperation, boolean isPreIndexed)
Indicates whether this attribute may be included in search filters as part of the criteria for locating entries.void
EntryDNVirtualAttributeProvider. processSearch(AttributeDescription attributeDescription, SearchOperation searchOperation)
void
IsMemberOfVirtualAttributeProvider. processSearch(AttributeDescription attrDesc, SearchOperation searchOp)
-
Uses of SearchOperation in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type SearchOperation Modifier and Type Method Description void
JmxClientConnection. sendSearchEntry(SearchOperation searchOperation, SearchResultEntry searchEntry)
boolean
JmxClientConnection. sendSearchReference(SearchOperation searchOperation, SearchResultReference searchReference)
-
Uses of SearchOperation in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type SearchOperation Modifier and Type Method Description void
LdapClientConnection. sendSearchEntry(SearchOperation searchOperation, SearchResultEntry searchEntry)
boolean
LdapClientConnection. sendSearchReference(SearchOperation searchOperation, SearchResultReference searchReference)
-