Class GetTaskVariableInstancesCmd

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.GetTaskVariableInstancesCmd
All Implemented Interfaces:
Serializable, Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>

public class GetTaskVariableInstancesCmd extends Object implements Command<Map<String,org.flowable.variable.api.persistence.entity.VariableInstance>>, Serializable
See Also:
  • Field Details

    • taskId

      protected String taskId
    • variableNames

      protected Collection<String> variableNames
    • isLocal

      protected boolean isLocal
  • Constructor Details

    • GetTaskVariableInstancesCmd

      public GetTaskVariableInstancesCmd(String taskId, Collection<String> variableNames, boolean isLocal)
  • 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>>