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: