Uses of Interface
org.opends.server.api.plugin.PluginResult.OperationResult
-
Packages that use PluginResult.OperationResult Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of PluginResult.OperationResult in org.opends.server.api.plugin
Classes in org.opends.server.api.plugin that implement PluginResult.OperationResult Modifier and Type Class Description static class
PluginResult.IntermediateResponse
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 class
PluginResult.PostOperation
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 class
PluginResult.PreOperation
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 class
PluginResult.PreParse
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 class
PluginResult.SubordinateDelete
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 class
PluginResult.SubordinateModifyDN
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
Subinterfaces of PluginResult.OperationResult in org.opends.server.types Modifier and Type Interface Description interface
SynchronizationProviderResult
This class defines a data structure that holds information about the result of processing by a synchronization provider.Classes in org.opends.server.types that implement PluginResult.OperationResult Modifier and Type Class Description static class
SynchronizationProviderResult.ContinueProcessing
Defines a continue processing synchronization provider result.static class
SynchronizationProviderResult.StopProcessing
Defines a stop processing synchronization provider result.Methods in org.opends.server.types with parameters of type PluginResult.OperationResult Modifier and Type Method Description boolean
Operation. processOperationResult(PluginResult.OperationResult operationResult)
Processes the provided operation result for the current operation.static boolean
Operation. processOperationResult(Operation op, PluginResult.OperationResult opResult)
Processes the provided operation result for the provided operation.
-