Class TriggerVariableValueDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
- Author:
 - Roman Smirnov
 
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
fileValueWithDecodedString, fromFormPart, fromMap, fromMap, fromRestApiTypeName, fromTypedValue, fromTypedValue, fromTypedValue, fromTypedValue, getType, getValue, getValueInfo, setType, setValue, setValueInfo, toMap, toRestApiTypeName, toTypedValue 
- 
Field Details
- 
local
protected boolean local 
 - 
 - 
Constructor Details
- 
TriggerVariableValueDto
public TriggerVariableValueDto() 
 - 
 - 
Method Details
- 
isLocal
public boolean isLocal() - 
setLocal
public void setLocal(boolean local)  
 -