Class GetCaseExecutionVariablesCmd

    • Field Detail

      • caseExecutionId

        protected String caseExecutionId
      • isLocal

        protected boolean isLocal
      • deserializeValues

        protected boolean deserializeValues
    • Constructor Detail

      • GetCaseExecutionVariablesCmd

        public GetCaseExecutionVariablesCmd​(String caseExecutionId,
                                            Collection<String> variableNames,
                                            boolean isLocal,
                                            boolean deserializeValues)
    • Method Detail

      • execute

        public org.camunda.bpm.engine.variable.VariableMap execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<org.camunda.bpm.engine.variable.VariableMap>