Package wt.change2
Class RelevantAnalysisData
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToObjectLink
wt.vc.VersionToObjectLink
wt.change2._RelevantAnalysisData
wt.change2.RelevantAnalysisData
- All Implemented Interfaces:
Externalizable,Serializable,wt.change2._RelatedProductData,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,DisplayIdentification,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=VersionToObjectLink.class,
interfaces=RelatedProductData.class,
extendable=true,
versions=8717412865365278495L,
roleA=@GeneratedRole(name="theAnalysisActivity",type=AnalysisActivity.class,supportedAPI=PUBLIC),
roleB=@GeneratedRole(name="theChangeable2",type=Changeable2.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="RelevantAnalysisData"))
@Deprecated
public class RelevantAnalysisData
extends _RelevantAnalysisData
Deprecated.
A link between an AnalysisActivity and a Changeable2 that allows the user to
identify relevant product data. The description attribute is used to explain
the relevance of the associated changeable.
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
RelevantAnalysisData link that is supported with
association constraints the recommended order of operations are:
newRelevantAnalysisData static factory method(s),
not the RelevantAnalysisData 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(AnalysisActivity, WTCollection)
to save the collection of RelevantAnalysisData links.Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._RelevantAnalysisData
ANALYSIS_ACTIVITY_ROLE, CHANGEABLE2_ROLE, EXTERNALIZATION_VERSION_UIDFields 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.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.change2._RelatedProductData
DESCRIPTIONFields 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 RelevantAnalysisDatanewRelevantAnalysisData(Changeable2 theChangeable2, AnalysisActivity theAnalysisActivity) Deprecated.Methods inherited from class wt.change2._RelevantAnalysisData
getAnalysisActivity, getChangeable2, getClassInfo, getConceptualClassname, getDescription, getFederatableInfo, getType, readExternal, readExternal, readVersion, setAnalysisActivity, setChangeable2, setDescription, setFederatableInfo, super_readExternal_RelevantAnalysisData, super_readVersion_RelevantAnalysisData, super_writeExternal_RelevantAnalysisData, 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
-
newRelevantAnalysisData
@Deprecated public static RelevantAnalysisData newRelevantAnalysisData(Changeable2 theChangeable2, AnalysisActivity theAnalysisActivity) throws WTException Deprecated.Default factory for the class.
Supported API: true- Parameters:
theChangeable2-theAnalysisActivity-- Returns:
- RelevantAnalysisData
- Throws:
WTException
-