Class DebuggerRestVariable
- java.lang.Object
-
- org.flowable.ui.task.service.debugger.DebuggerRestVariable
-
public class DebuggerRestVariable extends Object
- Author:
- martin.grofcik
-
-
Constructor Summary
Constructors Constructor Description DebuggerRestVariable(org.flowable.variable.api.history.HistoricVariableInstance historicVariableInstance)DebuggerRestVariable(org.flowable.variable.api.persistence.entity.VariableInstance variableInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutionId()StringgetName()StringgetProcessId()StringgetTaskId()StringgetType()ObjectgetValue()
-