Package com.saperion.ws.wrapper.wf
Enum Class SaWsHistoryEnum
- All Implemented Interfaces:
Serializable
,Comparable<SaWsHistoryEnum>
,Constable
The Enum SaWsHistoryEnum.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Group action.The Group enter.The Group error.The Group exit.The Node action.The Node enter.The Node error.The Node exit.The User defined. -
Method Summary
Modifier and TypeMethodDescriptionstatic SaWsHistoryEnum
fromBackend
(com.saperion.intf.wf.HistoryInfo.HistoryKind kind) From backend.static com.saperion.intf.wf.HistoryInfo.HistoryKind
From web service.static SaWsHistoryEnum
Returns the enum constant of this class with the specified name.static SaWsHistoryEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NodeEnter
The Node enter. -
NodeExit
The Node exit. -
NodeError
The Node error. -
NodeAction
The Node action. -
UserDefined
The User defined. -
GroupEnter
The Group enter. -
GroupExit
The Group exit. -
GroupAction
The Group action. -
GroupError
The Group error.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromBackend
From backend.- Parameters:
kind
- the kind- Returns:
- the sa ws history enum
-
fromWebService
From web service.- Parameters:
kind
- the kind- Returns:
- the history kind
-