public class HalVariableValue extends HalResource<HalVariableValue>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
static HalRelation |
REL_SELF |
protected String |
type |
protected Object |
value |
protected Map<String,Object> |
valueInfo |
_embedded, _links, linker
Constructor and Description |
---|
HalVariableValue() |
Modifier and Type | Method and Description |
---|---|
static HalVariableValue |
fromVariableInstance(VariableInstance variableInstance) |
static HalVariableValue |
generateCaseExecutionVariableValue(VariableInstance variableInstance,
String caseExecutionId) |
static HalVariableValue |
generateCaseInstanceVariableValue(VariableInstance variableInstance,
String caseInstanceId) |
static HalVariableValue |
generateExecutionVariableValue(VariableInstance variableInstance,
String executionId) |
static HalVariableValue |
generateProcessInstanceVariableValue(VariableInstance variableInstance,
String processInstanceId) |
static HalVariableValue |
generateTaskVariableValue(VariableInstance variableInstance,
String taskId) |
static HalVariableValue |
generateVariableValue(VariableInstance variableInstance,
String variableScopeId) |
String |
getName() |
String |
getType() |
Object |
getValue() |
Map<String,Object> |
getValueInfo() |
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
public static HalRelation REL_SELF
protected String name
protected Object value
protected String type
public static HalVariableValue generateVariableValue(VariableInstance variableInstance, String variableScopeId)
public static HalVariableValue generateTaskVariableValue(VariableInstance variableInstance, String taskId)
public static HalVariableValue generateExecutionVariableValue(VariableInstance variableInstance, String executionId)
public static HalVariableValue generateProcessInstanceVariableValue(VariableInstance variableInstance, String processInstanceId)
public static HalVariableValue generateCaseExecutionVariableValue(VariableInstance variableInstance, String caseExecutionId)
public static HalVariableValue generateCaseInstanceVariableValue(VariableInstance variableInstance, String caseInstanceId)
public static HalVariableValue fromVariableInstance(VariableInstance variableInstance)
public String getName()
public Object getValue()
public String getType()
Copyright © 2022. All rights reserved.