Package com.ptc.windchill.esi.txn
Class ReleaseActivityAction
java.lang.Object
wt.fc.EnumeratedType
com.ptc.windchill.esi.txn._ReleaseActivityAction
com.ptc.windchill.esi.txn.ReleaseActivityAction
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
@GenAsEnumeratedType(supportedAPI=PUBLIC)
public class ReleaseActivityAction
extends _ReleaseActivityAction
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 ReleaseActivityActionThe ESI release activity was an attempt to change an entry in the target system.static final ReleaseActivityActionThe ESI release activity was an attempt to add an entry in the target system.static final ReleaseActivityActionThe ESI release activity was an attempt to delete an entry from the target system.static final ReleaseActivityActionThe ESI release activity was an attempt to leave an entry in the target system unchanged.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._ReleaseActivityAction
getLocaleSet, getReleaseActivityActionDefault, getReleaseActivityActionSet, getValueSet, newReleaseActivityAction, reloadEnumeratedTypeWithCustomValues, toReleaseActivityAction, 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
-
CREATE
The ESI release activity was an attempt to add an entry in the target system.
Supported API: true -
CHANGE
The ESI release activity was an attempt to change an entry in the target system.
Supported API: true -
DELETE
The ESI release activity was an attempt to delete an entry from the target system.
Supported API: true -
UNCHANGE
The ESI release activity was an attempt to leave an entry in the target system unchanged.
Supported API: true
-