Class GetCaseExecutionVariableTypedCmd

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

    public class GetCaseExecutionVariableTypedCmd
    extends java.lang.Object
    implements Command<TypedValue>, java.io.Serializable
    Author:
    Roman Smirnov, Daniel Meyer
    See Also:
    Serialized Form
    • Field Detail

      • caseExecutionId

        protected java.lang.String caseExecutionId
      • variableName

        protected java.lang.String variableName
      • isLocal

        protected boolean isLocal
      • deserializeValue

        protected boolean deserializeValue
    • Constructor Detail

      • GetCaseExecutionVariableTypedCmd

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