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.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
UnbindOperation.getOperationType() |
OperationType |
SearchOperation.getOperationType() |
OperationType |
ModifyOperation.getOperationType() |
OperationType |
ModifyDnOperation.getOperationType() |
OperationType |
ExtendedOperation.getOperationType() |
OperationType |
DeleteOperation.getOperationType() |
OperationType |
CompareOperation.getOperationType() |
OperationType |
BindOperation.getOperationType() |
OperationType |
AddOperation.getOperationType() |
OperationType |
AbandonOperation.getOperationType() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
PluginOperation.getOperationType()
Retrieves the operation type for this operation.
|
Copyright 2010-2018 ForgeRock AS.