Uses of Record Class
org.opends.server.api.plugin.PluginResult.SubordinateDelete
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains the implementation for various Directory Server plugins.
-
Uses of PluginResult.SubordinateDelete in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionPluginResult.SubordinateDelete.continueOperationProcessing()
Defines a continue processing subordinate delete plugin result.DirectoryServerPlugin.processSubordinateDelete
(DeleteOperation deleteOperation, Dn entryDn, boolean isCommited) Performs any necessary processing that should be done whenever a subordinate entry is deleted as part of subtree delete operation.PluginResult.SubordinateDelete.skipFurtherPluginProcessing()
Defines a skip further plugin processing subordinate delete plugin result.PluginResult.SubordinateDelete.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing subordinate delete plugin result.PluginResult.SubordinateDelete.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing subordinate delete plugin result. -
Uses of PluginResult.SubordinateDelete in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokeSubordinateDeletePlugins
(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted) Invokes the set of subordinate delete plugins that have been configured in the Directory Server. -
Uses of PluginResult.SubordinateDelete in org.opends.server.plugins
Modifier and TypeMethodDescriptionReferentialIntegrityPlugin.processSubordinateDelete
(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted)