Package com.ptc.windchill.esi.txn
Class ESITransactionStatusType
java.lang.Object
wt.fc.EnumeratedType
com.ptc.windchill.esi.txn._ESITransactionStatusType
com.ptc.windchill.esi.txn.ESITransactionStatusType
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class ESITransactionStatusType
extends _ESITransactionStatusType
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 ESITransactionStatusTypeThe ESI transaction failed.static final ESITransactionStatusTypeThe ESI transaction has not started to process.static final ESITransactionStatusTypeThe ESI transaction has begun, but is still not complete.static final ESITransactionStatusTypeThe ESI transaction was successful.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._ESITransactionStatusType
getESITransactionStatusTypeDefault, getESITransactionStatusTypeSet, getLocaleSet, getValueSet, newESITransactionStatusType, reloadEnumeratedTypeWithCustomValues, toESITransactionStatusType, 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
-
PROCESSING
The ESI transaction has begun, but is still not complete.
Supported API: true -
PENDING
The ESI transaction has not started to process.
Supported API: true -
FAILED
The ESI transaction failed.
Supported API: true -
SUCCEEDED
The ESI transaction was successful.
Supported API: true
-