Package com.ptc.windchill.esi.txn
Class ESIRelease
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
com.ptc.windchill.esi.txn._ESIRelease
com.ptc.windchill.esi.txn.ESIRelease
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.notify._Notifiable,Notifiable,wt.recent.RecentlyVisited
@GenAsPersistable(superClass=Item.class,interfaces={WTContained.class,Notifiable.class},versions=8580173152452132748L,properties={@GeneratedProperty(name="number",type=int.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(index=true,columnName="RELEASENUMBER")),@GeneratedProperty(name="creator",type=java.lang.String.class,supportedAPI=PUBLIC,columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="startTimeStamp",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="Timestamp associated with the start of the release.",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="endTimeStamp",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="Timestamp associated with the end of the release.",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="deleted",type=boolean.class,initialValue="false"),@GeneratedProperty(name="releasedObjectState",type=java.lang.String.class,javaDoc="Life cycle state of the primary business object associated with the ESIRelease object."),@GeneratedProperty(name="status",type=ReleaseStatusType.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="message",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(upperLimit=4000))},tableProperties=@TableProperties(oracleTableSize=MEDIUM))
public class ESIRelease
extends _ESIRelease
Represents a given ESI release and is primarily used for book-keeping purposes. It holds references to ESITransaction
objects that constitute a given ESI release. Considering that a user may want to administer releases, this class
extends wt.fc.Item and implements wt.inf.container.WTContained.
Use the newESIRelease static factory method(s), not the ESIRelease 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: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.windchill.esi.txn._ESIRelease
CREATOR, DELETED, END_TIME_STAMP, EXTERNALIZATION_VERSION_UID, MESSAGE, NUMBER, RELEASED_OBJECT_STATE, START_TIME_STAMP, STATUSFields 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.notify._Notifiable
EVENT_SETFields 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 TypeMethodDescriptionFetches the ESITransaction objects associated with this ESIRelease object and returns them to the caller in a collection.Methods inherited from class com.ptc.windchill.esi.txn._ESIRelease
getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getCreator, getEndTimeStamp, getEventSet, getNumber, getReleasedObjectState, getStartTimeStamp, getStatus, getType, isDeleted, readExternal, readExternal, readVersion, setContainer, setContainerReference, setCreator, setDeleted, setEndTimeStamp, setEventSet, setMessage, setNumber, setReleasedObjectState, setStartTimeStamp, setStatus, super_readExternal_ESIRelease, super_readVersion_ESIRelease, super_writeExternal_ESIRelease, 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
-
Method Details
-
getTransactions
Fetches the ESITransaction objects associated with this ESIRelease object and returns them to the caller in a collection.
Supported API: true- Returns:
- Collection collection of ESITransaction objects associated with this object.
- Throws:
WTException- - if some error was encountered while navigating to the ESITransaction objects.
-