Package wt.change2
Class AffectedActivityData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToObjectLink
wt.vc.VersionToObjectLink
wt.change2._AffectedActivityData
wt.change2.AffectedActivityData
- 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._AffectedActivityDataTypeInterface,wt.change2._ChangeLinkViewable,wt.change2._RelatedProductData,wt.change2.AffectedActivityDataTypeInterface,wt.change2.ChangeLinkViewable,RelatedProductData,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,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,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={wt.change2.ChangeLinkViewable.class,RelatedProductData.class,wt.type.Typed.class,com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable.class,wt.change2.AffectedActivityDataTypeInterface.class},extendable=true,versions={5014801197769999759L,-5809138603170328414L},properties={@GeneratedProperty(name="dispositionComments",type=java.lang.String.class,javaDoc="Comment field to describe the dispositions.",constraints=@PropertyConstraints(upperLimit=2000)),@GeneratedProperty(name="theInventoryDisposition",type=InventoryDisposition.class),@GeneratedProperty(name="theOnOrderDisposition",type=InventoryDisposition.class),@GeneratedProperty(name="theFinishedDisposition",type=InventoryDisposition.class),@GeneratedProperty(name="changeIntent",type=ChangeIntent.class)},roleA=@GeneratedRole(name="theChangeActivity2",type=ChangeActivity2.class,supportedAPI=PUBLIC),roleB=@GeneratedRole(name="theChangeable2",type=Changeable2.class,supportedAPI=PUBLIC),tableProperties=@TableProperties(tableName="AffectedActivityData",compositeIndex3="roleBObjectRef.key.classname"),iconProperties=@IconProperties(standardIcon="netmarkets/images/link_object.gif",openIcon="netmarkets/images/link_object.gif"))
public class AffectedActivityData
extends _AffectedActivityData
A affected object link between a ChangeActivity2 and a Changeable2 that allows the user to
identify product data that must be somehow altered to satisfy the change
activity. The description attribute is used to explain how or why the
changeable is affected.
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
AffectedActivityData link that is supported with
association constraints the recommended order of operations are:
newAffectedActivityData static factory method(s),
not the AffectedActivityData 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 AffectedActivityData links.Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._AffectedActivityData
CHANGE_ACTIVITY2_ROLE, CHANGE_INTENT, CHANGEABLE2_ROLE, DISPOSITION_COMMENTS, EXTERNALIZATION_VERSION_UID, FINISHED_DISPOSITION, INVENTORY_DISPOSITION, ON_ORDER_DISPOSITIONFields inherited from class wt.vc._VersionToObjectLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.change2._AffectedActivityDataTypeInterface
TYPE_INFO_AFFECTED_ACTIVITY_DATAFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.change2._RelatedProductData
DESCRIPTIONFields inherited from interface wt.type._Typed
TYPE_DEFINITION_REFERENCEFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic AffectedActivityDatanewAffectedActivityData(Changeable2 theChangeable2, ChangeActivity2 theChangeActivity2) Default factory for the class.Methods inherited from class wt.change2._AffectedActivityData
getAttributeContainer, getChangeable2, getChangeActivity2, getChangeIntent, getClassInfo, getConceptualClassname, getDescription, getDispositionComments, getFederatableInfo, getFinishedDisposition, getInventoryDisposition, getOnOrderDisposition, getType, getTypeDefinitionReference, getTypeInfoAffectedActivityData, readExternal, readExternal, readVersion, setAttributeContainer, setChangeable2, setChangeActivity2, setChangeIntent, setDescription, setDispositionComments, setFederatableInfo, setFinishedDisposition, setInventoryDisposition, setOnOrderDisposition, setTypeDefinitionReference, setTypeInfoAffectedActivityData, super_readExternal_AffectedActivityData, super_readVersion_AffectedActivityData, super_writeExternal_AffectedActivityData, writeExternal, writeExternalMethods inherited from class wt.vc.VersionToObjectLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.vc._VersionToObjectLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_VersionToObjectLink, super_readVersion_VersionToObjectLink, super_writeExternal_VersionToObjectLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newAffectedActivityData
public static AffectedActivityData newAffectedActivityData(Changeable2 theChangeable2, ChangeActivity2 theChangeActivity2) throws WTException Default factory for the class.
Supported API: true- Parameters:
theChangeable2-theChangeActivity2-- Returns:
- AffectedActivityData
- Throws:
WTException
-