Class SubjectLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.qualitymanagement.regmstr._SubjectLink
com.ptc.qualitymanagement.regmstr.SubjectLink
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,
roleA=@GeneratedRole(name="theRegulatorySubmission",type=RegulatorySubmission.class,supportedAPI=PUBLIC),
roleB=@GeneratedRole(name="theSubject",type=WTObject.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="RegSubSubjectLink"))
public class SubjectLink
extends _SubjectLink
Represent the relationship between a Regulatory Submission and
it's subjects. The subject (roleB) is treated as version reference
when it is linked to an iterated.
This link is controlled by association rules.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.qualitymanagement.regmstr._SubjectLink
REGULATORY_SUBMISSION_ROLE, SUBJECT_ROLE -
Method Summary
Modifier and TypeMethodDescriptionstatic SubjectLinknewSubjectLink(RegulatorySubmission regulatorySubmission, WTObject subject) Default factory for the class.Methods inherited from class com.ptc.qualitymanagement.regmstr._SubjectLink
getRegulatorySubmission, getSubject, setRegulatorySubmission, setSubjectMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, 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.Persistable
checkAttributes
-
Method Details
-
newSubjectLink
public static SubjectLink newSubjectLink(RegulatorySubmission regulatorySubmission, WTObject subject) throws WTException Default factory for the class.
Supported API: true- Parameters:
regulatorySubmission-subject-- Returns:
- Throws:
WTException
-