Uses of Interface
org.opends.server.types.operation.PostSynchronizationDeleteOperation
-
Packages that use PostSynchronizationDeleteOperation 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. -
-
Uses of PostSynchronizationDeleteOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostSynchronizationDeleteOperation Modifier and Type Method Description void
DirectoryServerPlugin. doPostSynchronization(PostSynchronizationDeleteOperation deleteOperation)
Performs any necessary processing that should be done after the Directory Server has completed processing for a delete operation performed via synchronization. -
Uses of PostSynchronizationDeleteOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostSynchronizationDeleteOperation Modifier and Type Class Description class
DeleteOperation
This class defines an operation that may be used to remove an entry from the Directory Server.Methods in org.opends.server.core with parameters of type PostSynchronizationDeleteOperation Modifier and Type Method Description void
GroupManager. doPostSynchronization(PostSynchronizationDeleteOperation deleteOperation)
void
SubentryManager. doPostSynchronization(PostSynchronizationDeleteOperation deleteOperation)
void
PluginConfigManager. invokePostSynchronizationDeletePlugins(PostSynchronizationDeleteOperation deleteOperation)
Invokes the set of post-synchronization delete plugins that have been configured in the Directory Server.
-