Package wt.workflow.engine
Class WfTransition
java.lang.Object
wt.fc.EnumeratedType
wt.workflow.engine._WfTransition
wt.workflow.engine.WfTransition
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType
@FrozenSerializable
public class WfTransition
extends wt.workflow.engine._WfTransition
Used together with the State type to define the state transitions anexecution
object can perform when it is in a particular state. The transitions
currently implemented are the following:
Supported API: true
Extendable: false
- start
- disable
- enable
- suspend
- resume
- skip
- complete
- terminate
- abort
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString