Class GetExecutionVariableInstancesCmd

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

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

    • executionId

      protected String executionId
    • variableNames

      protected Collection<String> variableNames
    • isLocal

      protected boolean isLocal
  • Constructor Details

    • GetExecutionVariableInstancesCmd

      public GetExecutionVariableInstancesCmd(String executionId, 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>>