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, ID_NUMBER, MESSAGE, MESSAGE_REFERENCE, START_TIME_STAMP, STATUS -
Method Summary
Methods inherited from class com.ptc.windchill.esi.txn._ESITransaction
getCreator, getEndTimeStamp, getIdNumber, getMessage, getMessageReference, getStartTimeStamp, getStatus, isDeleted, setCreator, setDeleted, setEndTimeStamp, setIdNumber, setMessage, setMessageReference, setStartTimeStamp, setStatusMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes