Class DebuggerRestVariable


  • public class DebuggerRestVariable
    extends Object
    Author:
    martin.grofcik
    • Constructor Detail

      • DebuggerRestVariable

        public DebuggerRestVariable​(org.flowable.variable.api.history.HistoricVariableInstance historicVariableInstance)
      • DebuggerRestVariable

        public DebuggerRestVariable​(org.flowable.variable.api.persistence.entity.VariableInstance variableInstance)
    • Method Detail

      • getName

        public String getName()
      • getType

        public String getType()
      • getValue

        public Object getValue()
      • getExecutionId

        public String getExecutionId()
      • getTaskId

        public String getTaskId()
      • getProcessId

        public String getProcessId()