org.camunda.bpm.engine.rest.dto.runtime
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 |
protected boolean |
local
|
| Methods inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto |
fileValueWithDecodedString, fromFormPart, fromRestApiTypeName, fromTypedValue, fromTypedValue, fromTypedValue, fromTypedValue, fromVariableMap, getType, getValue, getValueInfo, setType, setValue, setValueInfo, toMap, toRestApiTypeName, toTypedValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
local
protected boolean local
TriggerVariableValueDto
public TriggerVariableValueDto()
isLocal
public boolean isLocal()
setLocal
public void setLocal(boolean local)
Copyright © 2016 camunda services GmbH. All rights reserved.