Class GetCaseVariableInstanceCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.GetCaseVariableInstanceCmd
-
- All Implemented Interfaces:
Serializable,Command<org.flowable.variable.api.persistence.entity.VariableInstance>
public class GetCaseVariableInstanceCmd extends Object implements Command<org.flowable.variable.api.persistence.entity.VariableInstance>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseInstanceIdprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description GetCaseVariableInstanceCmd(String caseInstanceId, String variableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.variable.api.persistence.entity.VariableInstanceexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public org.flowable.variable.api.persistence.entity.VariableInstance execute(CommandContext commandContext)
-
-