org.camunda.bpm.engine.rest.dto.runtime
Class TriggerVariableValueDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.VariableValueDto
      extended by org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto

public class TriggerVariableValueDto
extends VariableValueDto

Author:
Roman Smirnov

Field Summary
protected  boolean local
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
 
Constructor Summary
TriggerVariableValueDto()
           
 
Method Summary
 boolean isLocal()
           
 void setLocal(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
 

Field Detail

local

protected boolean local
Constructor Detail

TriggerVariableValueDto

public TriggerVariableValueDto()
Method Detail

isLocal

public boolean isLocal()

setLocal

public void setLocal(boolean local)


Copyright © 2016 camunda services GmbH. All rights reserved.