|
|||||||||
| 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 activity id. |
long |
getActivityInstanceOid()
|
String |
getActivityName()
Retrieves the activity name. |
long |
getActivityRuntimeOid()
|
String |
getModelId()
Retrieves the model id. |
String |
getModelName()
Retrieves the model name. |
long |
getModelOid()
Retrieves the OID of the model containing the activity. |
String |
getProcessId()
Retrieves the process definition id. |
String |
getProcessName()
Retrieves the process definition name. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getActivityInstanceOid()
public 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 | ||||||||