Package org.camunda.bpm.engine.impl.pvm
Interface PvmProcessInstance
- All Superinterfaces:
PvmExecution
- All Known Implementing Classes:
ExecutionEntity
,ExecutionImpl
,PvmExecutionImpl
- Author:
- Tom Baeyens, Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCascade
(String deleteReason) findExecution
(String activityId) findExecutions
(String activityId) boolean
isEnded()
void
start()
void
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmExecution
getActivity, getVariable, getVariables, hasVariable, setVariable, signal
-
Method Details
-
start
void start() -
start
-
findExecution
-
findExecutions
-
findActiveActivityIds
-
isEnded
boolean isEnded() -
deleteCascade
-