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:
  • Field Details

    • caseInstanceId

      protected String caseInstanceId
  • Constructor Details

    • GetCaseVariableInstancesCmd

      public GetCaseVariableInstancesCmd(String caseInstanceId)
  • Method Details

    • execute

      public Map<String,org.flowable.variable.api.persistence.entity.VariableInstance> execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>