Uses of Interface
org.opends.server.api.plugin.PluginResult.OperationResult
Package
Description
Defines the Directory Server plugin API.
Contains implementations for a number of Directory Server data types.
-
Uses of PluginResult.OperationResult in org.opends.server.api.plugin
Modifier and TypeClassDescriptionstatic final record
Defines an intermediate response plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static final record
Defines a post operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static final record
Defines a pre operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static final record
Defines a pre parse plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static final record
Defines a subordinate delete plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static final record
Defines a subordinate modify DN plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message. -
Uses of PluginResult.OperationResult in org.opends.server.types
Modifier and TypeInterfaceDescriptioninterface
This class defines a data structure that holds information about the result of processing by a synchronization provider.Modifier and TypeClassDescriptionstatic final class
Defines a continue processing synchronization provider result.static final record
Defines a stop processing synchronization provider result.Modifier and TypeMethodDescriptionboolean
Operation.processOperationResult
(PluginResult.OperationResult operationResult) Processes the provided operation result for the current operation.