Uses of Interface
org.opends.server.types.operation.PostSynchronizationOperation
-
Packages that use PostSynchronizationOperation Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of PostSynchronizationOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostSynchronizationOperation Modifier and Type Class Description class
AddOperation
This class defines an operation that may be used to add a new entry to the Directory Server.class
DeleteOperation
This class defines an operation that may be used to remove an entry from the Directory Server.class
ModifyDnOperation
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.class
ModifyOperation
This class defines an operation that may be used to modify an entry in the Directory Server. -
Uses of PostSynchronizationOperation in org.opends.server.types.operation
Subinterfaces of PostSynchronizationOperation in org.opends.server.types.operation Modifier and Type Interface Description interface
PostSynchronizationAddOperation
This class defines a set of methods that are available for use by post-synchronization plugins for add operations.interface
PostSynchronizationDeleteOperation
This class defines a set of methods that are available for use by post-synchronization plugins for delete operations.interface
PostSynchronizationModifyDNOperation
This class defines a set of methods that are available for use by post-synchronization plugins for modify DN operations.interface
PostSynchronizationModifyOperation
This class defines a set of methods that are available for use by post-synchronization plugins for modify operations.
-