Package wt.lifecycle
Class Transition
java.lang.Object
wt.fc.EnumeratedType
wt.lifecycle._Transition
wt.lifecycle.Transition
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransitionStatic final constant for the "Change" transition
Supported API: truestatic final TransitionStatic final constant.static final TransitionStatic final constant.static final TransitionStatic final constant for the change management "Obsolescence" transition
Supported API: truestatic final TransitionStatic final constant for the change management "Production Released" transition
Supported API: truestatic final TransitionStatic final constant
Supported API: truestatic final TransitionStatic final constant.static final TransitionStatic final constant
Supported API: truestatic final TransitionStatic final constant
Supported API: trueFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.lifecycle._Transition
getTransitionDefault, getTransitionSet, getValueSet, toTransitionMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
PROMOTE
Static final constant
Supported API: true -
CHANGE
Static final constant for the "Change" transition
Supported API: true -
PRODUCTION_RELEASED
Static final constant for the change management "Production Released" transition
Supported API: true -
OBSOLESCENCE
Static final constant for the change management "Obsolescence" transition
Supported API: true -
REVISE
Static final constant
Supported API: true -
SET_STATE
Static final constant
Supported API: true -
NEXT
Static final constant. This is the value indicating the existing Lifecycle transtion.
Supported API: true -
LOCK
Static final constant. This is the value indicating the existing Lifecycle transtion.
Supported API: true -
REVIEW
Static final constant. This is the value indicating the existing Lifecycle transtion.
Supported API: true
-