Package com.ptc.windchill.enterprise
Interface InstanceCreatorDelegate
public interface InstanceCreatorDelegate
Interface to be used to create new delegates to be used when creating new instances.
Currently supports only mass change use case for creating part usage links, but can be extend in future for other services.
Please refer PartUsageCreatorDelegate in mass change module for example.
Extendable: true
Supported API: true
Extendable: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionnewLinkInstance(Persistable roleA, Persistable roleB) Given a role A object and a role B object creates the appropriate association link.
-
Method Details
-
newLinkInstance
Given a role A object and a role B object creates the appropriate association link.
Supported API: true- Parameters:
roleA-roleB-- Returns:
- a association link
- Throws:
WTException
-