|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.runtime.TransitionInfo
public abstract class TransitionInfo
Base class containing common information of transition steps and targets.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getActivityId()
Retrieves the Id of the activity that represents the target of this operation. |
long |
getActivityInstanceOid()
Retrieves the source activity instance OID. |
String |
getActivityName()
Retrieves the Name of the activity that represents the target of this operation. |
long |
getActivityRuntimeOid()
Retrieves the runtime OID of the activity that represents the target of this operation. |
String |
getModelId()
Retrieves the Id of the model containing the activity that represents the target of this operation. |
String |
getModelName()
Retrieves the Name of the model containing the activity that represents the target of this operation. |
long |
getModelOid()
Retrieves the OID of the model containing the activity that represents the target of this operation. |
String |
getProcessId()
Retrieves the Id of the process definition containing the activity that represents the target of this operation. |
String |
getProcessName()
Retrieves the Name of the process definition containing the activity that represents the target of this operation. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getActivityInstanceOid()
getActivityInstanceOid in interface org.eclipse.stardust.engine.api.runtime.ActivityInstanceContextAwarepublic long getModelOid()
public long getActivityRuntimeOid()
public String getActivityId()
public String getActivityName()
public String getProcessId()
public String getProcessName()
public String getModelId()
public String getModelName()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||