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
- 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
- Direct Known Subclasses:
ESITransaction
public abstract class _ESITransaction
extends Item
implements WTContained, ESITransactionFacade, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the user who created this entry.static final StringIndicates if this ESITransaction object is a deleted one.static final StringEnd timestamp of the transaction.static final StringThe unique identifier of this ESITransaction object.static final StringSupported API: truestatic final StringSupported API: truestatic final StringStart timestamp of the transaction.static final StringIndicates the status of the transaction.Fields 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
Modifier and TypeMethodDescriptionThe name of the user who created this entry.End timestamp of the transaction.intThe unique identifier of this ESITransaction object.Supported API: trueSupported API: trueStart timestamp of the transaction.Indicates the status of the transaction.booleanIndicates if this ESITransaction object is a deleted one.voidsetCreator(String creator) The name of the user who created this entry.voidsetDeleted(boolean deleted) Indicates if this ESITransaction object is a deleted one.voidsetEndTimeStamp(Timestamp endTimeStamp) End timestamp of the transaction.voidsetIdNumber(int idNumber) The unique identifier of this ESITransaction object.voidsetMessage(ESITransactionMessage the_message) Supported API: truevoidsetMessageReference(ObjectReference the_messageReference) Supported API: truevoidsetStartTimeStamp(Timestamp startTimeStamp) Start timestamp of the transaction.voidsetStatus(ESITransactionStatusType status) Indicates the status of the transaction.Methods 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
-
Field Details
-
ID_NUMBER
The unique identifier of this ESITransaction object.Supported API: true
- See Also:
-
DELETED
Indicates if this ESITransaction object is a deleted one.Supported API: true
- See Also:
-
CREATOR
The name of the user who created this entry.Supported API: true
- See Also:
-
START_TIME_STAMP
Start timestamp of the transaction.Supported API: true
- See Also:
-
END_TIME_STAMP
End timestamp of the transaction.Supported API: true
- See Also:
-
STATUS
Indicates the status of the transaction.Supported API: true
- See Also:
-
MESSAGE
Supported API: true- See Also:
-
MESSAGE_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
getIdNumber
public int getIdNumber()The unique identifier of this ESITransaction object.Supported API: true
- Specified by:
getIdNumberin interfaceESITransactionFacade- See Also:
-
setIdNumber
The unique identifier of this ESITransaction object.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
isDeleted
public boolean isDeleted()Indicates if this ESITransaction object is a deleted one.Supported API: true
- Specified by:
isDeletedin interfaceESITransactionFacade- See Also:
-
setDeleted
Indicates if this ESITransaction object is a deleted one.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getCreator
The name of the user who created this entry.Supported API: true
- Specified by:
getCreatorin interfaceESITransactionFacade- See Also:
-
setCreator
The name of the user who created this entry.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getStartTimeStamp
Start timestamp of the transaction.Supported API: true
- Specified by:
getStartTimeStampin interfaceESITransactionFacade- See Also:
-
setStartTimeStamp
Start timestamp of the transaction.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getEndTimeStamp
End timestamp of the transaction.Supported API: true
- Specified by:
getEndTimeStampin interfaceESITransactionFacade- See Also:
-
setEndTimeStamp
End timestamp of the transaction.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getStatus
Indicates the status of the transaction.Supported API: true
- See Also:
-
setStatus
Indicates the status of the transaction.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getMessage
Supported API: true- See Also:
-
getMessageReference
Supported API: true- See Also:
-
setMessage
public void setMessage(ESITransactionMessage the_message) throws WTPropertyVetoException, WTException Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setMessageReference
public void setMessageReference(ObjectReference the_messageReference) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-