public class DebuggerRestVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
executionId |
protected String |
name |
protected String |
processId |
protected String |
taskId |
protected String |
type |
protected Object |
value |
| Constructor and Description |
|---|
DebuggerRestVariable(org.flowable.variable.api.history.HistoricVariableInstance historicVariableInstance) |
DebuggerRestVariable(org.flowable.variable.api.persistence.entity.VariableInstance variableInstance) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId() |
String |
getName() |
String |
getProcessId() |
String |
getTaskId() |
String |
getType() |
Object |
getValue() |
protected String name
protected String type
protected Object value
protected String executionId
protected String taskId
protected String processId
Copyright © 2021 Flowable. All rights reserved.