Package com.ptc.windchill.esi.txn
Class ReleaseStatusType
java.lang.Object
wt.fc.EnumeratedType
com.ptc.windchill.esi.txn._ReleaseStatusType
com.ptc.windchill.esi.txn.ReleaseStatusType
- 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 ReleaseStatusTypeThe ESI release activity was a failure.static final ReleaseStatusTypeThe ESI release activity is a PARTIALLY_SUCCEEDED.static final ReleaseStatusTypeAn ESI release has been requested, but has not yet been processed
Supported API: truestatic final ReleaseStatusTypeThe ESI release activity was a success.static final ReleaseStatusTypeThe ESI release activity is a warning of a potential problem.Fields 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 com.ptc.windchill.esi.txn._ReleaseStatusType
getLocaleSet, getReleaseStatusTypeDefault, getReleaseStatusTypeSet, getValueSet, newReleaseStatusType, reloadEnumeratedTypeWithCustomValues, toReleaseStatusType, 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
-
FAILED
The ESI release activity was a failure.
Supported API: true -
SUCCEEDED
The ESI release activity was a success.
Supported API: true -
PENDING
An ESI release has been requested, but has not yet been processed
Supported API: true -
WARNING
The ESI release activity is a warning of a potential problem.
Supported API: true -
PARTIALLY_SUCCEEDED
The ESI release activity is a PARTIALLY_SUCCEEDED.
Supported API: true
-