|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReleaseActivity | |
com.ptc.windchill.esi.migrate | |
com.ptc.windchill.esi.rnd | |
com.ptc.windchill.esi.svc | |
com.ptc.windchill.esi.txn |
Uses of ReleaseActivity in com.ptc.windchill.esi.migrate |
Methods in com.ptc.windchill.esi.migrate that return ReleaseActivity | |
static ReleaseActivity |
ReleaseActivityFactory.createReleaseActivity(ESITransaction transaction,
Persistable persistable,
ESITarget target,
String description,
String message,
String releaseClass,
String releaseUser,
Timestamp releaseDate,
ReleaseActivityAction action,
boolean successful)
Creates a ReleaseActivity object from the supplied values. |
protected static ReleaseActivity |
LoadReleaseActivity.createReleaseActivity(Hashtable nv,
Hashtable cmd_line)
Creates a ReleaseActivity object from the tokens parsed from the load file. |
Uses of ReleaseActivity in com.ptc.windchill.esi.rnd |
Methods in com.ptc.windchill.esi.rnd with parameters of type ReleaseActivity | |
private boolean |
ESIObjectHistoryRendererImpl.isGreater(ReleaseActivity ra,
ReleaseActivity oldRa)
|
void |
ESIObjectHistoryBuilderImpl.addElement(ReleaseActivity ra)
Maps the argument. |
private Element |
ESIObjectHistoryBuilderImpl.mapElement(ReleaseActivity ra)
|
void |
ESIObjectHistoryBuilder.addElement(ReleaseActivity ra)
Map the argument and add it to the output. |
Uses of ReleaseActivity in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc that return ReleaseActivity | |
ReleaseActivity[] |
StandardESIService.getActivities(String ufid)
Given the UFID of an ESITransaction, returns an array of all of the ReleaseActivities associated with that ESITransaction. |
ReleaseActivity[] |
ESISvrService.getActivities(String ufid)
Given the UFID of an ESITransaction, returns an array of all of the ReleaseActivities associated with that ESITransaction. |
Uses of ReleaseActivity in com.ptc.windchill.esi.txn |
Fields in com.ptc.windchill.esi.txn declared as ReleaseActivity | |
private ReleaseActivity |
ESITargetHistory.history
|
Methods in com.ptc.windchill.esi.txn that return ReleaseActivity | |
static ReleaseActivity |
ReleaseActivity.newReleaseActivity(Releasable releasableObject,
ESITarget target)
Default factory for the class. |
static ReleaseActivity |
ReleaseActivity.newReleaseActivity(Persistable persistableObject,
ESITarget target)
Deprecated. , replaced by ReleaseActivity newReleaseActivity( Releasable releasableObject, ESITarget target ) |
private ReleaseActivity |
ESITransactionUtility.getLatestActivityForEffectivity(Eff[] effs,
ESITarget target)
|
ReleaseActivity |
ESITransactionRelease.getRelease()
Gets the object for the association that plays role: RELEASE_ROLE. |
ReleaseActivity |
ESITransactionActivity.getActivity()
Gets the object for the association that plays role: ACTIVITY_ROLE. |
ReleaseActivity |
ESITargetHistory.getHistory()
Gets the object for the association that plays role: history. |
ReleaseActivity |
ActivityMessage.getActivity()
Gets the object for the association that plays role: ACTIVITY_ROLE. |
Methods in com.ptc.windchill.esi.txn with parameters of type ReleaseActivity | |
protected boolean |
ReleaseActivity.readVersion(ReleaseActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private void |
ESITransactionUtility.fixReleaseElement(Element elem,
ReleaseActivity ra)
|
void |
ESITransactionRelease.setRelease(ReleaseActivity release)
Sets the object for the association that plays role: RELEASE_ROLE. |
static ESITransactionRelease |
ESITransactionRelease.newESITransactionRelease(ESITransaction esiTransaction,
ReleaseActivity release)
Default factory for the class. |
void |
ESITransactionActivity.setActivity(ReleaseActivity activity)
Sets the object for the association that plays role: ACTIVITY_ROLE. |
static ESITransactionActivity |
ESITransactionActivity.newESITransactionActivity(ESITransaction ESITransaction,
ReleaseActivity activity)
Default factory for the class. |
static ESITargetHistory |
ESITargetHistory.newESITargetHistory(ESITargetAssociation assn,
ReleaseActivity activity)
|
private void |
ESITargetHistory.initialize(ESITargetAssociation assn,
ReleaseActivity activity)
|
void |
ActivityMessage.setActivity(ReleaseActivity activity)
Sets the object for the association that plays role: ACTIVITY_ROLE. |
static ActivityMessage |
ActivityMessage.newActivityMessage(ReleaseActivity activity,
ReleaseActivityMessage message)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |