Class AssociationDelegateHelper

java.lang.Object
com.ptc.windchill.enterprise.associations.AssociationDelegateHelper

public class AssociationDelegateHelper extends Object
Helper methods for association delegates.

Supported API: true

Extendable: false
  • Method Details

    • getAssociationDelegateMap

      public static Map<AssociationDelegate,WTCollection> getAssociationDelegateMap(String selector, WTCollection requestors) throws WTException
      Retrieves the association delegates registered for the passed in selector and the collection of requested objects.

      Supported API: true
      Parameters:
      selector -
      requestors -
      Returns:
      A map of association delegates and the collection of objects registered against the delegate
      Throws:
      WTException - When no delegate is found or the service object found is not an instance of AssociationDelegate.
      See Also: