|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmmnCaseInstance
| Method Summary | |
|---|---|
void |
create()
This case instance transitions to ACTIVE
state. |
void |
create(Map<String,Object> variables)
This case instance transitions to ACTIVE
state. |
CmmnActivityExecution |
findCaseExecution(String activityId)
Find a case execution by the given activityId. |
| Methods inherited from interface org.camunda.bpm.engine.delegate.DelegateCaseExecution |
|---|
getActivityId, getActivityName, getCaseBusinessKey, getCaseDefinitionId, getCaseInstanceId, getEventName, getId, getParentId, getTenantId, isActive, isAvailable, isClosed, isCompleted, isDisabled, isEnabled, isFailed, isSuspended, isTerminated |
| Methods inherited from interface org.camunda.bpm.engine.delegate.BaseDelegateExecution |
|---|
getBusinessKey |
| Methods inherited from interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware |
|---|
getProcessEngineServices |
| Methods inherited from interface org.camunda.bpm.engine.delegate.CmmnModelExecutionContext |
|---|
getCmmnModelElementInstance, getCmmnModelInstance |
| Method Detail |
|---|
void create()
This case instance transitions to ACTIVE
state.
void create(Map<String,Object> variables)
This case instance transitions to ACTIVE
state.
The given variables will be set a case instance variables.
CmmnActivityExecution findCaseExecution(String activityId)
Find a case execution by the given activityId.
activityId - the id of the activity to
which a case execution is associated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||