Class ESITransactionTargetLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.esi.txn._ESITransactionTargetLink
com.ptc.windchill.esi.txn.ESITransactionTargetLink
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

It is an extension of wt.fc.ObjectToObjectLink and links an ESITransaction object to an ESITarget object, where publication of data to the latter is represented by the former. It is used solely for object navigation (for e.g., when fetching the distribution target for a given transaction) and thus does not hold any attributes.

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