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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
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 class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.lifecycle._Transition
getLocaleSet, getTransitionDefault, getTransitionSet, getValueSet, newTransition, reloadEnumeratedTypeWithCustomValues, toTransition, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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
-