Class TriggerVariableValueDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.VariableValueDto
-
- org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
-
public class TriggerVariableValueDto extends VariableValueDto
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
local
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
-
-
Constructor Summary
Constructors Constructor Description TriggerVariableValueDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLocal()
void
setLocal(boolean local)
-
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
-
-