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 classPluginResult.IntermediateResponseDefines 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 classPluginResult.PostOperationDefines 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 classPluginResult.PreOperationDefines 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 classPluginResult.PreParseDefines 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 classPluginResult.SubordinateDeleteDefines 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 classPluginResult.SubordinateModifyDNDefines 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 interfaceSynchronizationProviderResultThis 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 classSynchronizationProviderResult.ContinueProcessingDefines a continue processing synchronization provider result.static classSynchronizationProviderResult.StopProcessingDefines a stop processing synchronization provider result.Methods in org.opends.server.types with parameters of type PluginResult.OperationResult Modifier and Type Method Description booleanOperation. processOperationResult(PluginResult.OperationResult operationResult)Processes the provided operation result for the current operation.static booleanOperation. processOperationResult(Operation op, PluginResult.OperationResult opResult)Processes the provided operation result for the provided operation.
-