Uses of Interface
org.opends.server.types.operation.PreOperationModifyOperation
-
Packages that use PreOperationModifyOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.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.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of PreOperationModifyOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type PreOperationModifyOperation Modifier and Type Method Description abstract SynchronizationProviderResult
SynchronizationProvider. doPreOperation(PreOperationModifyOperation modifyOperation)
Performs any necessary synchronization processing that may be needed before the provided modify operation is performed.SynchronizationProviderResult
SynchronizationProvider. handleConflictResolution(PreOperationModifyOperation modifyOperation)
Performs any necessary synchronization processing for the operation that may be needed early on to deal with any potential conflict resolution or updates to historical data. -
Uses of PreOperationModifyOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreOperationModifyOperation Modifier and Type Method Description PluginResult.PreOperation
DirectoryServerPlugin. doPreOperation(PreOperationModifyOperation modifyOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify operation. -
Uses of PreOperationModifyOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreOperationModifyOperation Modifier and Type Class Description class
ModifyOperation
This class defines an operation that may be used to modify an entry in the Directory Server.Methods in org.opends.server.core with parameters of type PreOperationModifyOperation Modifier and Type Method Description PluginResult.PreOperation
SubentryManager. doPreOperation(PreOperationModifyOperation modifyOperation)
PluginResult.PreOperation
PluginConfigManager. invokePreOperationModifyPlugins(PreOperationModifyOperation modifyOperation)
Invokes the set of pre-operation modify plugins that have been configured in the Directory Server. -
Uses of PreOperationModifyOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type PreOperationModifyOperation Modifier and Type Method Description PluginResult.PreOperation
LastModPlugin. doPreOperation(PreOperationModifyOperation modifyOperation)
PluginResult.PreOperation
ReferentialIntegrityPlugin. doPreOperation(PreOperationModifyOperation modifyOperation)
PluginResult.PreOperation
SambaPasswordPlugin. doPreOperation(PreOperationModifyOperation modifyOperation)
PluginResult.PreOperation
UniqueAttributePlugin. doPreOperation(PreOperationModifyOperation modifyOperation)
-
Uses of PreOperationModifyOperation in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type PreOperationModifyOperation Modifier and Type Method Description PluginResult.PreOperation
MultimasterReplication.CleanStaleHistoricalMetadataPlugin. doPreOperation(PreOperationModifyOperation modifyOperation)
SynchronizationProviderResult
MultimasterReplication. doPreOperation(PreOperationModifyOperation modifyOperation)
SynchronizationProviderResult
MultimasterReplication. handleConflictResolution(PreOperationModifyOperation modifyOperation)
-