Package org.opends.server.api.plugin
Class PluginResult
- java.lang.Object
-
- org.opends.server.api.plugin.PluginResult
-
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class PluginResult extends Object
This class defines a data structure that holds information about the result of processing by a plugin.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPluginResult.ImportLDIFDefines a LDIF plugin result for import from LDIF processing consisting of either continue, skip further plugins, or stop processing with an error message.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 interfacePluginResult.OperationResultContract for operation results.static classPluginResult.PostConnectDefines a post connect plugin result for client connection processing consisting of either continue, skip further plugins, or stop.static classPluginResult.PostDisconnectDefines a post disconnect plugin result for client connection processing consisting of either continue or skip further plugins.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.PostResponseDefines a post response plugin result for core server operation processing consisting of either continue or skip further plugins.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.StartupDefines a startup plugin result consisting of either continue skip further plugins, or stop startup with an 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.
-
Constructor Summary
Constructors Constructor Description PluginResult()
-