Package wt.epm.build

Class EPMBuildHistory

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.build._BuildHistory
wt.build.BuildHistory
wt.epm.build._EPMBuildHistory
wt.epm.build.EPMBuildHistory
All Implemented Interfaces:
Externalizable, Serializable, wt.esi._Releasable, Releasable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.archive._Archiveable, wt.fc.archive.Archiveable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=wt.build.BuildHistory.class,interfaces={Releasable.class,wt.fc.archive.Archiveable.class},versions={7292534203924698999L,6769602865364217334L},properties={@GeneratedProperty(name="buildRuleID",type=long.class,supportedAPI=PRIVATE,javaDoc="The uniqueID from the BuildRule which was used to create this BuildHistory.",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="buildType",type=int.class,initialValue="EPMBuildRule.BUILD_ATTRIBUTES+EPMBuildRule.BUILD_STRUCTURE+EPMBuildRule.CAD_REPRESENTATION",accessors=@PropertyAccessors(setAccess=PRIVATE),constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="status",type=int.class,initialValue="EPMBuildHistory.NO_STATUS",javaDoc="Describes whether the history is edited in Windchill. If History is created during normal build process and not edited in Windchill then status will be set to NO_STATUS. If history is edited in Windchill then status will be TARGET_EDITED. default value is NO_STATUS",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(defaultValue="0"))},roleA=@GeneratedRole(name="builtBy",type=BuildSource.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(getAccess=PRIVATE),cascade=false),roleB=@GeneratedRole(name="built",type=WTPart.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(getAccess=PRIVATE),cardinality=ONE_TO_MANY),tableProperties=@TableProperties(tableName="EPMBuildHistory")) public class EPMBuildHistory extends wt.epm.build._EPMBuildHistory

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