|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ESITargetAssociation | |
com.ptc.windchill.esi.rnd | |
com.ptc.windchill.esi.svc | |
com.ptc.windchill.esi.tgt | |
com.ptc.windchill.esi.txn |
Uses of ESITargetAssociation in com.ptc.windchill.esi.rnd |
Methods in com.ptc.windchill.esi.rnd that return ESITargetAssociation | |
protected static ESITargetAssociation |
VdbBuilderImpl.createTargetAssn(Persistable persistable,
ESITarget target,
String action,
String releaseClass)
|
Methods in com.ptc.windchill.esi.rnd with parameters of type ESITargetAssociation | |
boolean |
ESIEffectivityHandlerImpl.isReleased(ESITargetAssociation assn)
Given an ESITargetAssociation containing an Eff and an ESITarget, returns true if the Eff has been released to the ESITarget. |
boolean |
ESIEffectivityHandler.isReleased(ESITargetAssociation assn)
Given an ESITargetAssociation containing an Eff and an ESITarget, returns true if the Eff has been released to the ESITarget. |
Uses of ESITargetAssociation in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc that return ESITargetAssociation | |
ESITargetAssociation |
StandardESIService.latestExport(Persistable object,
ESITarget target)
Find the highest revision of an object that has been exported to an ESI target. |
ESITargetAssociation |
ESISvrService.latestExport(Persistable object,
ESITarget target)
Find the highest revision of an object that has been exported to an ESI target. |
Uses of ESITargetAssociation in com.ptc.windchill.esi.tgt |
Classes in com.ptc.windchill.esi.tgt that implement ESITargetAssociation | |
class |
ESIQueryTargetAssociation
Container for query results Supported API: true Extendable: false |
class |
ESITargetAssignmentLink
Represents a target assignment between a persistable object and an ESI Target. |
Methods in com.ptc.windchill.esi.tgt with parameters of type ESITargetAssociation | |
(package private) void |
ESITargetUtility.TargetCounter.count(ESITargetAssociation eta)
Adds the argument to the ufids collection. |
(package private) boolean |
ESITargetAssignmentAdjuster.TargetRequest.equals(ESITargetAssociation tgt)
|
Constructors in com.ptc.windchill.esi.tgt with parameters of type ESITargetAssociation | |
ESITargetUtility.TargetCounter(ESITargetAssociation eta,
int size)
Only constructor for the class. |
Uses of ESITargetAssociation in com.ptc.windchill.esi.txn |
Classes in com.ptc.windchill.esi.txn that implement ESITargetAssociation | |
class |
ESIPendingTxnRequest
Supported API: false Extendable: false |
class |
ESITargetHistory
Supported API: false Extendable: false |
class |
ESIWarningSubTxnRequest
Transitory object that holds the requests to ESITransactionUtility.createWarning() Supported API: false Extendable: false |
class |
ReleaseActivity
A record of a unit of work in an external system |
Fields in com.ptc.windchill.esi.txn declared as ESITargetAssociation | |
private ESITargetAssociation |
ESITargetHistory.targetAssociation
|
private ESITargetAssociation |
ESIPendingTxnRequest.targetAssociation
|
Methods in com.ptc.windchill.esi.txn that return ESITargetAssociation | |
ESITargetAssociation |
ESIPendingTxnRequest.getTargetAssociation()
Gets the object for the association that plays role: targetAssociation. |
Methods in com.ptc.windchill.esi.txn with parameters of type ESITargetAssociation | |
private boolean |
ESITransactionUtility.isRequestedTarget(ESITargetAssociation assn,
Collection assns)
|
static ESITargetHistory |
ESITargetHistory.newESITargetHistory(ESITargetAssociation assn,
ReleaseActivity activity)
|
private void |
ESITargetHistory.initialize(ESITargetAssociation assn,
ReleaseActivity activity)
|
Constructors in com.ptc.windchill.esi.txn with parameters of type ESITargetAssociation | |
ESIPendingTxnRequest(ESITargetAssociation assn,
String cls,
String action)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |