Class BaselineMember

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
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

@GenAsBinaryLink(superClass=ObjectToObjectLink.class, versions=2538346186404157511L, roleA=@GeneratedRole(name="theBaseline",type=Baseline.class,supportedAPI=PUBLIC), roleB=@GeneratedRole(name="theBaselineable",type=Baselineable.class,supportedAPI=PUBLIC,owner=false), tableProperties=@TableProperties(tableName="BaselineMember",compositeIndex1="+roleBObjectRef.key.id",compositeIndex2="+roleAObjectRef.key.id",compositeIndex3="roleAObjectRef.key.id+thePersistInfo.markForDelete+roleBObjectRef.key.id",compositeIndex4="roleAObjectRef.key.id+roleBObjectRef.key.id+thePersistInfo.markForDelete")) public class BaselineMember extends _BaselineMember
In the PDM Enablers UML, this association is named "Baselined". The name here is consistent with other Windchill associations.

BaselineMember links should only be created using BaselineService.addToBaseline(WTCollection, Baseline) or BaselineService.addToBaseline(Baselineable, Baseline).

BaselineMember links should only be deleted using BaselineService.removeFromBaseline(WTCollection, Baseline) or BaselineService.removeFromBaseline(Baselineable, Baseline).

Use the newBaselineMember static factory method(s), not the BaselineMember 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. Note that this factory method is not supported.



Supported API: true

Extendable: false

See Also: