Class FloatingBaselineMember

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc.baseline._FloatingBaselineMember
wt.vc.baseline.FloatingBaselineMember
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, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.type._TypeManaged, wt.type.TypeManaged, wt.vc.baseline._FloatingBaselineMemberTypeInterface, wt.vc.baseline.FloatingBaselineMemberTypeInterface

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={wt.type.TypeManaged.class,wt.iba.value.IBAHolder.class,wt.vc.baseline.FloatingBaselineMemberTypeInterface.class},extendable=true,properties={@GeneratedProperty(name="memberVersion",type=VersionReference.class,javaDoc="Optional version reference of baseline member depending on required behavior of association.",constraints=@PropertyConstraints(required=false)),@GeneratedProperty(name="status",type=java.lang.String.class,javaDoc="The status of this Baseline member object associated with Baseline.",constraints=@PropertyConstraints(upperLimit=450,required=false),columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="lockStatus",type=java.lang.Integer.class,initialValue="0",javaDoc="Attribute value zero means link is unlocked. Attribute value one means link is locked. Attribute value other than zero and one can be used for customization as required.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(defaultValue="0")),@GeneratedProperty(name="healthStatusType",type=BaseHealthStatusType.class,javaDoc="Health status of context PlanActivity which is linked with Baseline member object."),@GeneratedProperty(name="deadline",type=java.sql.Timestamp.class,javaDoc="Deadline of context PlanActivity which is linked with Baseline member object.")},roleA=@GeneratedRole(name="theBaseline",type=Baseline.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="theBaselinableMemberMaster",type=Mastered.class,cardinality=ONE_TO_MANY),tableProperties=@TableProperties(compositeUnique1="+ roleAObjectRef.key.id+roleBObjectRef.key.id",compositeIndex3="memberVersion.key.branchId"),iconProperties=@IconProperties(standardIcon="netmarkets/images/floatingbaselinebember.png",openIcon="netmarkets/images/floatingbaselinebember.png")) public class FloatingBaselineMember extends wt.vc.baseline._FloatingBaselineMember
This association is named "LotBaseline" to Baselineable masters. The name here is consistent with other Windchill associations.

FloatingBaselineMember links should only be created using LotBaselineService.addToLotBaseline(WTCollection, LotBaseline) or LotBaselineService.addToLotBaseline(LotBaseline, Baselineable).

FloatingBaselineMember links should only be deleted using LotBaselineService.removeFromBaseline(WTCollection, Baseline) or LotBaselineService.removeFromBaseline(Baselineable, Baseline).

Use the newFloatingBaselineMember static factory method(s), not the FloatingBaselineMember 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:
  • Method Details

    • newFloatingBaselineMember

      public static FloatingBaselineMember newFloatingBaselineMember(Baseline baseline, Baselineable memberIteration, FloatingBaselineMember.AssociationType associationType) throws WTException
      Factory method that creates FloatingBaselineMember association. Use this method for creating association object. Supported API: true
      Parameters:
      baseline - - The baseline with witch this association needs to be created
      memberIteration - - The member of baseline
      associationType - - The association type to indicate what type of association is expected. When association type is LATEST then memberVersion is set to null else will have version referece set for Baselinable
      Returns:
      - The newly created instance of association
      Throws:
      WTException