Class ReenableCaseExecutionCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
org.camunda.bpm.engine.impl.cmmn.cmd.ReenableCaseExecutionCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Roman Smirnov
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
caseExecution, caseExecutionId, variables, variablesDeletions, variablesLocal, variablesLocalDeletions
-
Constructor Summary
ConstructorDescriptionReenableCaseExecutionCmd
(String caseExecutionId, Map<String, Object> variables, Map<String, Object> variablesLocal, Collection<String> variableDeletions, Collection<String> variableLocalDeletions) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
performStateTransition
(CommandContext commandContext, CaseExecutionEntity caseExecution) Methods inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
execute
Methods inherited from class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
getCaseExecution
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Constructor Details
-
ReenableCaseExecutionCmd
-
ReenableCaseExecutionCmd
-
-
Method Details
-
performStateTransition
protected void performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution) - Specified by:
performStateTransition
in classStateTransitionCaseExecutionCmd
-