Uses of Class
org.opends.server.types.OperationType
-
Packages that use OperationType Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of OperationType in org.opends.server.core
Methods in org.opends.server.core that return OperationType Modifier and Type Method Description OperationType
AbandonOperation. getOperationType()
OperationType
AddOperation. getOperationType()
OperationType
BindOperation. getOperationType()
OperationType
CompareOperation. getOperationType()
OperationType
DeleteOperation. getOperationType()
OperationType
ExtendedOperation. getOperationType()
OperationType
ModifyDnOperation. getOperationType()
OperationType
ModifyOperation. getOperationType()
OperationType
SearchOperation. getOperationType()
OperationType
UnbindOperation. getOperationType()
-
Uses of OperationType in org.opends.server.types
Methods in org.opends.server.types that return OperationType Modifier and Type Method Description static OperationType
OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationType[]
OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperationType in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return OperationType Modifier and Type Method Description OperationType
PluginOperation. getOperationType()
Retrieves the operation type for this operation.
-