Package wt.change2
Class ResearchedBy
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.change2._ResearchedBy
wt.change2.ResearchedBy
- All Implemented Interfaces:
Externalizable,Serializable,_ResearchedByIfc,ResearchedByIfc,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,DisplayIdentification,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=VersionToVersionLink.class,
interfaces={ResearchedByIfc.class,wt.fc.archive.Archiveable.class,wt.ufid.Federatable.class},
extendable=true,
roleA=@GeneratedRole(name="theChangeItem",type=VersionableChangeItem.class,supportedAPI=PUBLIC,cardinality=ONE),
roleB=@GeneratedRole(name="theChangeAnalysis",type=ChangeAnalysis.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="ResearchedBy"))
@Deprecated
public class ResearchedBy
extends _ResearchedBy
Deprecated.
A link between a VersionableChangeItem and a ChangeAnalysis representing ownership
of the analysis by the request.
Use the newResearchedBy static factory method(s), not the
ResearchedBy 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: true
-
Field Summary
Fields inherited from class wt.change2._ResearchedBy
CHANGE_ANALYSIS_IFC_ROLE, CHANGE_ANALYSIS_ROLEFields inherited from interface wt.change2._ResearchedByIfc
CHANGE_ITEM_ROLE -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ResearchedBynewResearchedBy(VersionableChangeItem theChangeItem, ChangeAnalysis theChangeAnalysis) Deprecated.voidsetChangeRequest2(ChangeRequestIfc the_theChangeRequestIfc) Deprecated.Methods inherited from class wt.change2._ResearchedBy
getChangeAnalysis, getChangeAnalysisIfc, getChangeItem, setChangeAnalysis, setChangeAnalysisIfc, setChangeItemMethods inherited from class wt.vc.VersionToVersionLink
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleBObject, 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
-
newResearchedBy
@Deprecated public static ResearchedBy newResearchedBy(VersionableChangeItem theChangeItem, ChangeAnalysis theChangeAnalysis) throws WTException Deprecated.Default factory for the class.
Supported API: true- Parameters:
theChangeRequest2-theChangeAnalysis-- Returns:
- ResearchedBy
- Throws:
WTException
-
getChangeRequest2
Deprecated.Supported API: true- See Also:
-
setChangeRequest2
@Deprecated public void setChangeRequest2(ChangeRequestIfc the_theChangeRequestIfc) throws WTPropertyVetoException Deprecated.Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
_ResearchedBy.getChangeItem()