com.ptc.windchill.esi.ecn
Class ESIChangeOrgFinder

java.lang.Object
  extended by com.ptc.windchill.esi.ecn.ESIChangeOrgFinder

public final class ESIChangeOrgFinder
extends Object

Provides methods to get a collection of targets for ECN objects.

Supported API: true

Extendable: false


Method Summary
 Collection getTargets(Collection parts)
          Return a collection of ESITargets that are associated with the objects contained by the argument.
 Collection getTargets(Persistable persistable)
          Return a collection of ESI targets associated with the argument.
 Collection getTargets(WTChangeActivity2 changeActivity)
          Return a collection of ESITargets that are associated with the changeable objects contained by the argument.
 Collection getTargets(WTChangeOrder2 changeOrder)
          Return a collection of ESITargets that are associated with the changeable objects contained by the argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTargets

public Collection getTargets(Persistable persistable)
                      throws WTException
Return a collection of ESI targets associated with the argument. Each target appears only once in the collection.

Supported API: true

Parameters:
persistable -
Returns:
Collection
Throws:
WTException

getTargets

public Collection getTargets(Collection parts)
                      throws WTException
Return a collection of ESITargets that are associated with the objects contained by the argument. Each target appears only once in the collection.

Supported API: true

Parameters:
parts -
Returns:
Collection
Throws:
WTException

getTargets

public Collection getTargets(WTChangeOrder2 changeOrder)
                      throws com.ptc.windchill.esi.rnd.ESIRendererException
Return a collection of ESITargets that are associated with the changeable objects contained by the argument. Each target appears only once in the collection.

Supported API: true

Parameters:
changeOrder -
Returns:
Collection
Throws:
com.ptc.windchill.esi.rnd.ESIRendererException

getTargets

public Collection getTargets(WTChangeActivity2 changeActivity)
                      throws com.ptc.windchill.esi.rnd.ESIRendererException
Return a collection of ESITargets that are associated with the changeable objects contained by the argument. Each target appears only once in the collection.

Supported API: true

Parameters:
changeActivity -
Returns:
Collection
Throws:
com.ptc.windchill.esi.rnd.ESIRendererException