@PublicAPI(stability=PRIVATE)

Package org.opends.server.workflowelement.localbackend

This package contains source for the local backend workflow element, which are used to process operations against data stored in local backend databases and other repositories that are considered "local".

See:
          Description

Class Summary
LocalBackendAddOperation This class defines an operation used to add an entry in a local backend of the Directory Server.
LocalBackendBindOperation This class defines an operation used to bind against the Directory Server, with the bound user entry within a local backend.
LocalBackendCompareOperation This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.
LocalBackendDeleteOperation This class defines an operation used to delete an entry in a local backend of the Directory Server.
LocalBackendModifyDNOperation This class defines an operation used to move an entry in a local backend of the Directory Server.
LocalBackendModifyOperation This class defines an operation used to modify an entry in a local backend of the Directory Server.
LocalBackendSearchOperation This class defines an operation used to search for entries in a local backend of the Directory Server.
LocalBackendWorkflowElement This class defines a local backend workflow element; e-g an entity that handle the processing of an operation aginst a local backend.
 

Package org.opends.server.workflowelement.localbackend Description

This package contains source for the local backend workflow element, which are used to process operations against data stored in local backend databases and other repositories that are considered "local".