Class ESIChangeOrgFinder

java.lang.Object
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 Details

    • getTargets

      public Collection<ESITarget> 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<ESITarget> 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<ESITarget> getTargets(WTChangeOrder2 changeOrder) 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:
      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