|
||||||||||
| 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.impl.cmmn.execution.CmmnActivityExecution |
|---|
close, complete, createChildExecutions, createSentryParts, createSubCaseInstance, createSubCaseInstance, createSubProcessInstance, createSubProcessInstance, createSubProcessInstance, createTask, disable, enable, exit, getActivity, getCaseExecutions, getCurrentState, getParent, getPreviousState, isCaseInstanceExecution, isNew, isRequired, isSentrySatisfied, isSuspending, isTerminating, manualComplete, manualStart, occur, parentResume, parentSuspend, parentTerminate, performExit, performParentSuspension, performParentTerminate, performSuspension, performTerminate, reactivate, reenable, remove, resume, setCurrentState, setRequired, start, suspend, terminate, triggerChildExecutionsLifecycle |
| Methods inherited from interface org.camunda.bpm.engine.delegate.DelegateCaseExecution |
|---|
getActivityId, getActivityName, getCaseBusinessKey, getCaseDefinitionId, getCaseInstanceId, getEventName, getId, getParentId, 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 | |||||||||