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 |
UnbindOperationBasis.getOperationType() |
OperationType |
SearchOperationBasis.getOperationType() |
OperationType |
ModifyOperationBasis.getOperationType() |
OperationType |
ModifyDNOperationBasis.getOperationType() |
OperationType |
ExtendedOperationBasis.getOperationType() |
OperationType |
DeleteOperationBasis.getOperationType() |
OperationType |
CompareOperationBasis.getOperationType() |
OperationType |
BindOperationBasis.getOperationType() |
OperationType |
AddOperationBasis.getOperationType() |
OperationType |
AbandonOperationBasis.getOperationType() |
Modifier and Type | Method and Description |
---|---|
OperationType |
Operation.getOperationType()
Retrieves the operation type for this operation.
|
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-2020 ForgeRock AS.