Class ReleaseActivity

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.esi.txn._ReleaseActivity
com.ptc.windchill.esi.txn.ReleaseActivity
All Implemented Interfaces:
ESITargetAssociation, com.ptc.windchill.esi.translation.TranslationInfoMapHolder, com.ptc.windchill.esi.txn._ReleaseActivityTypeInterface, com.ptc.windchill.esi.txn.ReleaseActivityTypeInterface, Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={ESITargetAssociation.class,wt.type.Typed.class,com.ptc.windchill.esi.txn.ReleaseActivityTypeInterface.class,com.ptc.windchill.esi.translation.TranslationInfoMapHolder.class},extendable=true,versions={2183845878434325556L,5853723134098385361L},properties={@GeneratedProperty(name="releaseStamp",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="Timestamp of the release."),@GeneratedProperty(name="creator",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The name of the user who created this entry."),@GeneratedProperty(name="deleted",type=boolean.class,initialValue="false",supportedAPI=PUBLIC),@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Helpful display information for RPC results, should be the logical class of the object"),@GeneratedProperty(name="releaseClass",type=java.lang.String.class,supportedAPI=PUBLIC),@GeneratedProperty(name="releasedObjectState",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Life cycle state of the persistable object associated with the ReleaseActivity object."),@GeneratedProperty(name="status",type=ReleaseStatusType.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="action",type=ReleaseActivityAction.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="translationInfo",type=TranslationInfoMap.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="effContext",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="This field will be populated only for Assembly headers or Components and used for calculating BOM delta if preference for considering EffContext for BOM delta is set to yes.",constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="changeNumber",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="This field will be populated only for Assembly headers and used while publishing through CN.",constraints=@PropertyConstraints(required=false))},foreignKeys=@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="message",type=ReleaseActivityMessage.class),myRole=@MyRole(name="activity",cardinality=ONE,supportedAPI=PUBLIC)),roleA=@GeneratedRole(name="releasableObject",type=Releasable.class,supportedAPI=PUBLIC,owner=false),roleB=@GeneratedRole(name="target",type=ESITarget.class,supportedAPI=PUBLIC),tableProperties=@TableProperties(tableName="ReleaseActivity",oracleTableSize=HUGE)) public class ReleaseActivity extends _ReleaseActivity
A record of a unit of work in an external system

Use the newReleaseActivity static factory method(s), not the ReleaseActivity 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: