Class GetCaseExecutionVariablesCmd

  • All Implemented Interfaces:
    java.io.Serializable, Command<VariableMap>

    public class GetCaseExecutionVariablesCmd
    extends java.lang.Object
    implements Command<VariableMap>, java.io.Serializable
    Author:
    Roman Smirnov, Daniel Meyer
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GetCaseExecutionVariablesCmd​(java.lang.String caseExecutionId, java.util.Collection<java.lang.String> variableNames, boolean isLocal, boolean deserializeValues)  
    • Field Detail

      • caseExecutionId

        protected java.lang.String caseExecutionId
      • variableNames

        protected java.util.Collection<java.lang.String> variableNames
      • isLocal

        protected boolean isLocal
      • deserializeValues

        protected boolean deserializeValues
    • Constructor Detail

      • GetCaseExecutionVariablesCmd

        public GetCaseExecutionVariablesCmd​(java.lang.String caseExecutionId,
                                            java.util.Collection<java.lang.String> variableNames,
                                            boolean isLocal,
                                            boolean deserializeValues)