Class GetCaseExecutionVariableTypedCmd

    • Field Detail

      • caseExecutionId

        protected String caseExecutionId
      • variableName

        protected String variableName
      • isLocal

        protected boolean isLocal
      • deserializeValue

        protected boolean deserializeValue
    • Constructor Detail

      • GetCaseExecutionVariableTypedCmd

        public GetCaseExecutionVariableTypedCmd​(String caseExecutionId,
                                                String variableName,
                                                boolean isLocal,
                                                boolean deserializeValue)