Package | Description |
---|---|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
abstract ChangeOperationType |
ChangeRecordEntry.getChangeOperationType()
Retrieves the name of the change operation type.
|
ChangeOperationType |
AddChangeRecordEntry.getChangeOperationType() |
ChangeOperationType |
ModifyDNChangeRecordEntry.getChangeOperationType()
Retrieves the name of the change operation type.
|
ChangeOperationType |
DeleteChangeRecordEntry.getChangeOperationType()
Retrieves the name of the change operation type.
|
ChangeOperationType |
ModifyChangeRecordEntry.getChangeOperationType()
Retrieves the name of the change operation type.
|
static ChangeOperationType |
ChangeOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeOperationType[] |
ChangeOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.