Package com.ptc.windchill.associativity
Class AssociativeDelegateFactory
java.lang.Object
com.ptc.windchill.associativity.AssociativeDelegateFactory
- All Implemented Interfaces:
wt.services.applicationcontext.ApplicationContextChild
public class AssociativeDelegateFactory
extends Object
implements wt.services.applicationcontext.ApplicationContextChild
Factory for associative delegates
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptiongetHandoverPlantVSEDDelegate(Persistable persistable) Method to get the delegate for Handover Plant
Supported API: truegetOpenInASBContextDelegate(Persistable persistable) Method to get the delegate for selecting ASB context
Supported API: true
-
Method Details
-
getOpenInASBContextDelegate
Method to get the delegate for selecting ASB context
Supported API: true- Parameters:
persistable- object using which context is fetched- Returns:
- delegate that provides the object specific implementations
-
getHandoverPlantVSEDDelegate
Method to get the delegate for Handover Plant
Supported API: true- Parameters:
persistable- object associated with the delegate- Returns:
- delegate
-