Modifier and Type | Method and Description |
---|---|
static State |
MetadataHelper.getState(com.onwbp.adaptation.Adaptation record)
Gets the
State of the given record. |
Modifier and Type | Method and Description |
---|---|
static State |
State.getState(int state) |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeStateOperations.updateState(com.onwbp.adaptation.AdaptationTable table,
State targetState)
Updates the states for an entire EBX table.
|
void |
ChangeStateOperations.updateState(com.onwbp.adaptation.AdaptationTable table,
State targetState,
com.onwbp.adaptation.Request request)
Updates the states for records with a specific request on a EBX table
|
Modifier and Type | Method and Description |
---|---|
State |
Record.getState()
Allows to return the state of an EBX record
|