Package wt.change2
Class ChangeReviewItemLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToObjectLink
wt.vc.VersionToObjectLink
wt.change2._ChangeReviewItemLink
wt.change2.ChangeReviewItemLink
- 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._ChangeReviewItemLinkIfc,wt.change2._RelatedProductData,wt.change2.ChangeLinkViewable,ChangeReviewItemLinkIfc,RelatedProductData,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,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={ChangeReviewItemLinkIfc.class,RelatedProductData.class,wt.change2.ChangeLinkViewable.class,com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable.class,wt.type.Typed.class},
properties=@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="A reason for the association.",constraints=@PropertyConstraints(upperLimit=500)),
roleA=@GeneratedRole(name="theChangeReview",type=ChangeReview.class),
roleB=@GeneratedRole(name="theChangeable2",type=Changeable2.class))
public class ChangeReviewItemLink
extends wt.change2._ChangeReviewItemLink
A review link between a ChangeReview and a Changeable2 that
allows the user to identify review items. The description attribute
is used to explain the relevance to the change review.
Use the newChangeReviewItemLink static factory method(s), not the
ChangeReviewItemLink 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: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeReviewItemLinknewChangeReviewItemLink(Changeable2 theChangeable2, ChangeReview theChangeReview) Default factory for the class.Methods 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.Persistable
checkAttributes
-
Method Details
-
newChangeReviewItemLink
public static ChangeReviewItemLink newChangeReviewItemLink(Changeable2 theChangeable2, ChangeReview theChangeReview) throws WTException Default factory for the class.
Supported API: true- Parameters:
theChangeable2-theChangeReview-- Returns:
- ChangeReviewItemLink
- Throws:
WTException
-