Uses of Class
org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
Packages that use PluginResult.SubordinateDelete Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.plugins Contains the implementation for various Directory Server plugins. -
-
Uses of PluginResult.SubordinateDelete in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginResult.SubordinateDelete Modifier and Type Method Description static PluginResult.SubordinateDelete
PluginResult.SubordinateDelete. continueOperationProcessing()
Defines a continue processing subordinate delete plugin result.PluginResult.SubordinateDelete
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.static PluginResult.SubordinateDelete
PluginResult.SubordinateDelete. skipFurtherPluginProcesssing()
Defines a skip further plugin processing subordinate delete plugin result.static PluginResult.SubordinateDelete
PluginResult.SubordinateDelete. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing subordinate delete plugin result.static PluginResult.SubordinateDelete
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
Methods in org.opends.server.core that return PluginResult.SubordinateDelete Modifier and Type Method Description PluginResult.SubordinateDelete
PluginConfigManager. 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
Methods in org.opends.server.plugins that return PluginResult.SubordinateDelete Modifier and Type Method Description PluginResult.SubordinateDelete
ReferentialIntegrityPlugin. processSubordinateDelete(DeleteOperation deleteOperation, Dn entryDn, boolean isCommitted)
-