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
See Also:
  • Method Details

    • validateCardinalityConstraints

      @Deprecated public void validateCardinalityConstraints(ChangeIssue issue, ChangeRequest2 cr) throws WTException
      Deprecated.
      Replaced by Association Rules in Windchill 11.0
      This 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:
      validateCardinalityConstraints in interface wt.change2.ChangeCardinalityDelegate<ChangeIssue,ChangeRequest2>
      Overrides:
      validateCardinalityConstraints in class wt.change2.DefaultFormalizedByDelegate
      Parameters:
      issue -
      cr -
      Throws:
      WTException