|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.tgt.ESITargetFinderImpl
com.ptc.windchill.esi.tgt.ESISimplePartTargetFinder
public final class ESISimplePartTargetFinder
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Collection |
getTargetAssnsFromAssns(Collection assns)
Given a collection of ESITargetAssociations, eturns a Collection of ESITargetAssociations, The returned objecs are the persisted versions that are associated with the Persistable objects contained in the ESITargetAssociation objects in the argument. |
Collection |
getTargetAssnsFromObjects(Collection objects)
Returns a Collection of ESITargetAssociations that are associated with the Persistables in the argument. |
Collection |
getTargetAssociations(Persistable object)
Returns the targets assigned to an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final Collection getTargetAssnsFromObjects(Collection objects)
throws WTException
objects - A collection of Persistable objects.
WTException
public final Collection getTargetAssnsFromAssns(Collection assns)
throws WTException
assns - A collection of ESITargetAssociations.
WTException
public final Collection getTargetAssociations(Persistable object)
throws WTException
object - The object of interest.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||