Package com.ptc.windchill.esi.ecn
Class ESIChangeOrgFinder
java.lang.Object
com.ptc.windchill.esi.ecn.ESIChangeOrgFinder
Provides methods to get a collection of targets for ECN objects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetTargets(Collection parts) Return a collection of ESITargets that are associated with the objects contained by the argument.getTargets(WTChangeActivity2 changeActivity) Return a collection of ESITargets that are associated with the changeable objects contained by the argument.getTargets(WTChangeOrder2 changeOrder) Return a collection of ESITargets that are associated with the changeable objects contained by the argument.getTargets(Persistable persistable) Return a collection of ESI targets associated with the argument.
-
Method Details
-
getTargets
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
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
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:
ESIRendererException
-
getTargets
public Collection<ESITarget> getTargets(WTChangeActivity2 changeActivity) throws 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:
ESIRendererException
-