Class ChangeableDataFactory

java.lang.Object
com.ptc.windchill.enterprise.changeable.ChangeableDataFactory
All Implemented Interfaces:
wt.services.applicationcontext.ApplicationContextChild

public final class ChangeableDataFactory extends Object implements wt.services.applicationcontext.ApplicationContextChild
Used by the Affected and Resulting table builders which calls all registered ChangeableDataDelegateIfc instances and returns a combined collection of ChangeableObjectBeans. Any duplicates will be combined into one ChangeableObjectBean. The factory will has two APIs one to get the affected objects and another to get resulting objects. The factory will additionally call the existing changeable validation on the collection of ChangeableObjectBean objects for tables in the create wizard.

Supported API: true

Extendable: false