Uses of Interface
org.opends.server.types.operation.InProgressOperation
-
Packages that use InProgressOperation 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.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of InProgressOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type InProgressOperation Modifier and Type Method Description PluginResult.IntermediateResponse
DirectoryServerPlugin. processIntermediateResponse(InProgressOperation operation, IntermediateResponse intermediateResponse)
Performs any necessary processing that should be done before an intermediate response message is sent to a client. -
Uses of InProgressOperation in org.opends.server.core
Classes in org.opends.server.core that implement InProgressOperation Modifier and Type Class Description class
ModifyDnOperation
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.class
SearchOperation
This class defines an operation used to search for entries in the Directory Server. -
Uses of InProgressOperation in org.opends.server.types.operation
Subinterfaces of InProgressOperation in org.opends.server.types.operation Modifier and Type Interface Description interface
InProgressSearchOperation
This class defines a set of methods that are available for use by in progress search plugins.interface
SubordinateModifyDNOperation
This class defines a set of methods that are available for use by subordinate modify DN operation plugins.
-