public abstract class TransitionInfo extends Object implements Serializable, org.eclipse.stardust.engine.api.runtime.ActivityInstanceContextAware
| Modifier and Type | Method and Description |
|---|---|
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() |
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()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.