@PublicAPI(stability=UNCOMMITTED)

Package org.opends.server.types.operation

Contains a number of interfaces that are implemented by the various types of Directory Server operations.

See:
          Description

Interface Summary
InProgressOperation This class defines a set of methods that are available for use by plugins for operations that are currently in the middle of their "core" processing (e.g., for examining search result entries or references before they are sent to the client).
PluginOperation This class defines a set of methods that are available for use by all types of plugins involved in operation processing (pre-parse, pre-operation, post-operation, post-response, search result entry, search result reference, and intermediate response).
PostOperationAbandonOperation This class defines a set of methods that are available for use by post-operation plugins for abandon operations.
PostOperationAddOperation This class defines a set of methods that are available for use by post-operation plugins for add operations.
PostOperationBindOperation This class defines a set of methods that are available for use by post-operation plugins for bind operations.
PostOperationCompareOperation This class defines a set of methods that are available for use by post-operation plugins for compare operations.
PostOperationDeleteOperation This class defines a set of methods that are available for use by post-operation plugins for delete operations.
PostOperationExtendedOperation This class defines a set of methods that are available for use by post-operation plugins for extended operations.
PostOperationModifyDNOperation This class defines a set of methods that are available for use by post-operation plugins for modify DN operations.
PostOperationModifyOperation This class defines a set of methods that are available for use by post-operation plugins for modify operations.
PostOperationOperation This class defines a set of methods that are available for use by post-operation plugins for all types of operations.
PostOperationSearchOperation This class defines a set of methods that are available for use by post-operation plugins for search operations.
PostOperationUnbindOperation This class defines a set of methods that are available for use by post-operation plugins for unbind operations.
PostResponseAddOperation This class defines a set of methods that are available for use by post-response plugins for add operations.
PostResponseBindOperation This class defines a set of methods that are available for use by post-response plugins for bind operations.
PostResponseCompareOperation This class defines a set of methods that are available for use by post-response plugins for compare operations.
PostResponseDeleteOperation This class defines a set of methods that are available for use by post-response plugins for delete operations.
PostResponseExtendedOperation This class defines a set of methods that are available for use by post-response plugins for extended operations.
PostResponseModifyDNOperation This class defines a set of methods that are available for use by post-response plugins for modify DN operations.
PostResponseModifyOperation This class defines a set of methods that are available for use by post-response plugins for modify operations.
PostResponseOperation This class defines a set of methods that are available for use by post-response plugins for all types of operations.
PostResponseSearchOperation This class defines a set of methods that are available for use by post-response plugins for search operations.
PostSynchronizationAddOperation This class defines a set of methods that are available for use by post-synchronization plugins for add operations.
PostSynchronizationDeleteOperation This class defines a set of methods that are available for use by post-synchronization plugins for delete operations.
PostSynchronizationModifyDNOperation This class defines a set of methods that are available for use by post-synchronization plugins for modify DN operations.
PostSynchronizationModifyOperation This class defines a set of methods that are available for use by post-synchronization plugins for modify operations.
PostSynchronizationOperation This class defines a set of methods that are available for use by post-synchronization plugins for all types of operations.
PreOperationAddOperation This class defines a set of methods that are available for use by pre-operation plugins for add operations.
PreOperationBindOperation This class defines a set of methods that are available for use by pre-operation plugins for bind operations.
PreOperationCompareOperation This class defines a set of methods that are available for use by pre-operation plugins for compare operations.
PreOperationDeleteOperation This class defines a set of methods that are available for use by pre-operation plugins for delete operations.
PreOperationExtendedOperation This class defines a set of methods that are available for use by pre-operation plugins for extended operations.
PreOperationModifyDNOperation This class defines a set of methods that are available for use by pre-operation plugins for modify DN operations.
PreOperationModifyOperation This class defines a set of methods that are available for use by pre-operation plugins for modify operations.
PreOperationOperation This class defines a set of methods that are available for use by pre-operation plugins for all types of operations.
PreOperationSearchOperation This class defines a set of methods that are available for use by pre-operation plugins for search operations.
PreParseAbandonOperation This class defines a set of methods that are available for use by pre-parse plugins for abandon operations.
PreParseAddOperation This class defines a set of methods that are available for use by pre-parse plugins for add operations.
PreParseBindOperation This class defines a set of methods that are available for use by pre-parse plugins for bind operations.
PreParseCompareOperation This class defines a set of methods that are available for use by pre-parse plugins for compare operations.
PreParseDeleteOperation This class defines a set of methods that are available for use by pre-parse plugins for delete operations.
PreParseExtendedOperation This class defines a set of methods that are available for use by pre-parse plugins for extended operations.
PreParseModifyDNOperation This class defines a set of methods that are available for use by pre-parse plugins for modify DN operations.
PreParseModifyOperation This class defines a set of methods that are available for use by pre-parse plugins for modify operations.
PreParseOperation This class defines a set of methods that are available for use by pre-parse plugins for all types of operations.
PreParseSearchOperation This class defines a set of methods that are available for use by pre-parse plugins for search operations.
PreParseUnbindOperation This class defines a set of methods that are available for use by pre-parse plugins for unbind operations.
SearchEntrySearchOperation This class defines a set of methods that are available for use by search result entry plugins.
SearchReferenceSearchOperation This class defines a set of methods that are available for use by search result reference plugins.
SubordinateModifyDNOperation This class defines a set of methods that are available for use by subordinate modify DN operation plugins.
 

Package org.opends.server.types.operation Description

Contains a number of interfaces that are implemented by the various types of Directory Server operations. These interfaces are used to define the methods that should be available for use at various times during the operation processing (e.g., what methods are available for pre-parse versus pre-operation versus post-operation versus post-response plugins).

Note that none of the interfaces defined in this package are intended to be implemented by any custom code. They should be implemented only by the core Directory Server operation types.