@Deprecated
public class ResultStatus
extends org.apache.commons.lang.enums.Enum
Modifier and Type | Field and Description |
---|---|
static ResultStatus |
FAILURE
Deprecated.
This status should be used when the action did not execute successfully.
|
static ResultStatus |
IN_PROCESS
Deprecated.
This status is internal to CentraSite and it should not be used by custom actions.
|
static ResultStatus |
SUCCESS
Deprecated.
This status should be used when the action executed successfully.
|
Modifier and Type | Method and Description |
---|---|
static ResultStatus |
getEnum(java.lang.String value)
Deprecated.
Returns the
ResultStatus for the given value. |
static java.util.List |
getEnumList()
Deprecated.
Returns the enum list for the ResultStatus.
|
static java.util.Map |
getEnumMap()
Deprecated.
Returns the enum map for the ResultStatus.
|
static java.util.Iterator |
iterator()
Deprecated.
Returns the
Iterator for the ResultStatus. |
public static final ResultStatus IN_PROCESS
public static final ResultStatus SUCCESS
public static final ResultStatus FAILURE
public static java.util.Map getEnumMap()
Map
public static java.util.List getEnumList()
List
public static java.util.Iterator iterator()
Iterator
for the ResultStatus.Iterator
objectpublic static ResultStatus getEnum(java.lang.String value)
ResultStatus
for the given value.value
- of type String
ResultStatus