Package com.ptc.windchill.esi.txn
Class ESITransaction
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
com.ptc.windchill.esi.txn._ESITransaction
com.ptc.windchill.esi.txn.ESITransaction
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.esi._ESITransactionFacade,ESITransactionFacade,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.recent.RecentlyVisited
@GenAsPersistable(superClass=Item.class,interfaces={WTContained.class,ESITransactionFacade.class},extendable=true,versions={4047988029009393870L,2717292698824094794L},properties={@GeneratedProperty(name="idNumber",type=int.class,supportedAPI=PUBLIC,javaDoc="The unique identifier of this ESITransaction object.",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="deleted",type=boolean.class,initialValue="false",supportedAPI=PUBLIC,javaDoc="Indicates if this ESITransaction object is a deleted one."),@GeneratedProperty(name="creator",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The name of the user who created this entry.",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="startTimeStamp",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="Start timestamp of the transaction.",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="endTimeStamp",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="End timestamp of the transaction.",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="superceded",type=boolean.class,initialValue="false",javaDoc="This flag indicates if the transaction was superseded (or replaced) by some other transaction in a given ESI release - for e.g., if this transaction failed and the user re-submitted the resulting ESI Failure."),@GeneratedProperty(name="releasedObjectState",type=java.lang.String.class,javaDoc="Life cycle state of the primary business object associated with the ESITransaction object."),@GeneratedProperty(name="status",type=ESITransactionStatusType.class,supportedAPI=PUBLIC,javaDoc="Indicates the status of the transaction.",constraints=@PropertyConstraints(required=true))},foreignKeys=@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="message",type=ESITransactionMessage.class,supportedAPI=PUBLIC),myRole=@MyRole(name="transaction",cardinality=ONE,supportedAPI=PUBLIC)),tableProperties=@TableProperties(oracleTableSize=MEDIUM))
public class ESITransaction
extends _ESITransaction
Defines an ESI Transaction and manages a set of ReleaseActivities.
Use the newESITransaction static factory method(s), not
the ESITransaction constructor, to construct instances of
this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class com.ptc.windchill.esi.txn._ESITransaction
CREATOR, DELETED, END_TIME_STAMP, EXTERNALIZATION_VERSION_UID, ID_NUMBER, MESSAGE, MESSAGE_REFERENCE, RELEASED_OBJECT_STATE, START_TIME_STAMP, STATUS, SUPERCEDEDFields inherited from class wt.fc.Item
SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class com.ptc.windchill.esi.txn._ESITransaction
getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getCreator, getEndTimeStamp, getIdNumber, getMessage, getMessageReference, getReleasedObjectState, getStartTimeStamp, getStatus, getType, isDeleted, isSuperceded, readExternal, readExternal, readVersion, setContainer, setContainerReference, setCreator, setDeleted, setEndTimeStamp, setIdNumber, setMessage, setMessageReference, setReleasedObjectState, setStartTimeStamp, setStatus, setSuperceded, super_readExternal_ESITransaction, super_readVersion_ESITransaction, super_writeExternal_ESITransaction, writeExternal, writeExternalMethods inherited from class wt.fc.Item
initializeMethods inherited from class wt.fc._Item
getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_ItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity