Class DefaultAutoAssociatePartFinderCreator

java.lang.Object
com.ptc.windchill.uwgm.common.autoassociate.DefaultAutoAssociatePartFinderCreator
All Implemented Interfaces:
AutoAssociatePartFinderCreator

public class DefaultAutoAssociatePartFinderCreator extends Object implements AutoAssociatePartFinderCreator


Supported API: true

Extendable: true Default OOTB implementation of AutoAssociatePartFinderCreator customizable interface. To ensure optimal performance, this class enforces call to one (and only one) of the initSearch*() methods before any other methods are called. If this restriction is not honored, an IllegalStateException will be thrown from methods findOrCreateWTPart(), findWTPart(), and createNewWTPart().