Class AssociationDelegateHelper
java.lang.Object
com.ptc.windchill.enterprise.associations.AssociationDelegateHelper
Helper methods for association delegates.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<AssociationDelegate, WTCollection> getAssociationDelegateMap(String selector, WTCollection requestors) Retrieves the association delegates registered for the passed in selector and the collection of requested objects.
-
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:
-