|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityInstance
An activity instance represents an instance of an activity.
For documentation, see RuntimeService.getActivityInstance(String)
Method Summary | |
---|---|
String |
getActivityId()
the id of the activity |
String |
getActivityName()
the name of the activity |
String |
getActivityType()
Type of the activity, corresponds to BPMN element name in XML (e.g. |
ActivityInstance[] |
getChildActivityInstances()
Returns the child activity instances. |
TransitionInstance[] |
getChildTransitionInstances()
Returns the child transition instances. |
String[] |
getExecutionIds()
the list of executions that are currently waiting in this activity instance |
Methods inherited from interface org.camunda.bpm.engine.runtime.ProcessElementInstance |
---|
getId, getParentActivityInstanceId, getProcessDefinitionId, getProcessInstanceId |
Method Detail |
---|
String getActivityId()
String getActivityName()
String getActivityType()
ActivityInstance[] getChildActivityInstances()
TransitionInstance[] getChildTransitionInstances()
String[] getExecutionIds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |