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