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)