Package wt.change2
Class FormalizedByDelegate
java.lang.Object
wt.change2.DefaultFormalizedByDelegate
wt.change2.FormalizedByDelegate
- All Implemented Interfaces:
Externalizable,Serializable,wt.change2.ChangeCardinalityDelegate<ChangeIssue,,ChangeRequest2> ConcreteAssociationDelegate
@Deprecated
public class FormalizedByDelegate
extends wt.change2.DefaultFormalizedByDelegate
implements ConcreteAssociationDelegate, wt.change2.ChangeCardinalityDelegate<ChangeIssue,ChangeRequest2>, Externalizable
Deprecated.
Replaced by Association Rules in Windchill 11.0
Returns a newly constructed BinaryLink based on the parent and child objects
that participate in the link.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Replaced by Association Rules in Windchill 11.0Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.change2.ConcreteAssociationDelegate
getBinaryLink
-
Method Details
-
validateCardinalityConstraints
@Deprecated public void validateCardinalityConstraints(ChangeIssue issue, ChangeRequest2 cr) throws WTException Deprecated.Replaced by Association Rules in Windchill 11.0This method validates the FormalizedBy link. If the preference is not enabled, the link is valid for the following cases- 1:N PR-CR cardinality
- N:1 PR-CR cardinality
- M:N PR-CR/CR-PR Supported if the preference is set
- Revision of a CR, which is associated to a PR
- Revision of a PR, which is associated to a CR
FormalizedBy link is invalid if M:N PR-CR cardinality is specified and the preference is not enabled.
Supported API: true- Specified by:
validateCardinalityConstraintsin interfacewt.change2.ChangeCardinalityDelegate<ChangeIssue,ChangeRequest2> - Overrides:
validateCardinalityConstraintsin classwt.change2.DefaultFormalizedByDelegate- Parameters:
issue-cr-- Throws:
WTException
-