Class GetCaseExecutionVariableTypedCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
-
- All Implemented Interfaces:
Serializable,Command<org.camunda.bpm.engine.variable.value.TypedValue>
public class GetCaseExecutionVariableTypedCmd extends Object implements Command<org.camunda.bpm.engine.variable.value.TypedValue>, Serializable
- Author:
- Roman Smirnov, Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseExecutionIdprotected booleandeserializeValueprotected booleanisLocalprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description GetCaseExecutionVariableTypedCmd(String caseExecutionId, String variableName, boolean isLocal, boolean deserializeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.bpm.engine.variable.value.TypedValueexecute(CommandContext commandContext)-
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
-
-
-
-
Method Detail
-
execute
public org.camunda.bpm.engine.variable.value.TypedValue execute(CommandContext commandContext)
-
-