Package wt.change2
Class ChangeRecord2
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToObjectLink
wt.vc.VersionToObjectLink
wt.change2._ChangeRecord2
wt.change2.ChangeRecord2
- All Implemented Interfaces:
com.ptc.core.meta.type.mgmt.server.impl.association._AssociationConstrainable,com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable,Externalizable,Serializable,wt.change2._ChangeLinkViewable,wt.change2._ChangeRecord2TypeInterface,_ChangeRecordIfc,wt.change2._RelatedProductData,wt.change2.ChangeLinkViewable,wt.change2.ChangeRecord2TypeInterface,ChangeRecordIfc,RelatedProductData,wt.eff._EffRecordable,EffRecordable,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,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,_ImpactIntent,ImpactIntent,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=VersionToObjectLink.class,
interfaces={ChangeRecordIfc.class,RelatedProductData.class,wt.change2.ChangeLinkViewable.class,wt.type.Typed.class,com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable.class,wt.change2.ChangeRecord2TypeInterface.class,ImpactIntent.class},
extendable=true,
versions={-4004428597344319964L,8717412865365278495L},
roleA=@GeneratedRole(name="theChangeActivity2",type=ChangeActivity2.class,supportedAPI=PUBLIC),
roleB=@GeneratedRole(name="theChangeable2",type=Changeable2.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="ChangeRecord2",compositeIndex3="roleBObjectRef.key.classname"),
iconProperties=@IconProperties(standardIcon="netmarkets/images/link_object.gif",openIcon="netmarkets/images/link_object.gif"),
properties=@GeneratedProperty(name="targetTransition",type=Transition.class,supportedAPI=PUBLIC))
public class ChangeRecord2
extends _ChangeRecord2
A resulting object link is between a ChangeActivity2 and a Changeable2 that
allows the user to identify new changeable revisions that were created to
satisfy a change activity. The new changeable revisions represent entirely
new product data, or new revisions of existing product data. The description
attribute is used to explain how or why the Changeable2 was changed.
To create aUse the
Set the change item role and the changeable role on the returned typed
link.
Set any initial or required attributes on the typed link.
Call the change service to store the link associations
Supported API: true
Extendable: true
To create a
ChangeRecord2 link that is supported with
association constraints the recommended order of operations are:
newChangeRecord2 static factory method(s), not the
ChangeRecord2 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.ChangeHelper2.service.storeAssocations(ChangeActivity2, WTCollection)
to save the collection of ChangeRecord2 links.Supported API: true
Extendable: true
-
Field Summary
Fields inherited from class wt.change2._ChangeRecord2
CHANGE_ACTIVITY_IFC_ROLE, CHANGE_ACTIVITY2_ROLE, CHANGEABLE_IFC_ROLE, CHANGEABLE2_ROLE, TARGET_TRANSITIONFields inherited from interface wt.impact._ImpactIntent
IMPACT_INTENT -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeRecord2newChangeRecord2(Changeable2 theChangeable2, ChangeActivity2 theChangeActivity2) Default factory for the class.Methods inherited from class wt.change2._ChangeRecord2
getChangeable2, getChangeableIfc, getChangeActivity2, getChangeActivityIfc, getImpactIntent, getTargetTransition, setChangeable2, setChangeableIfc, setChangeActivity2, setChangeActivityIfc, setImpactIntent, setTargetTransitionMethods inherited from class wt.vc.VersionToObjectLink
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, setRoleAObject, setRoleBObjectMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newChangeRecord2
public static ChangeRecord2 newChangeRecord2(Changeable2 theChangeable2, ChangeActivity2 theChangeActivity2) throws WTException Default factory for the class.
Supported API: true- Parameters:
theChangeable2-theChangeActivity2-- Returns:
- ChangeRecord2
- Throws:
WTException
-