org.camunda.bpm.engine.rest.dto.runtime
Class CaseExecutionTriggerDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
public class CaseExecutionTriggerDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaseExecutionTriggerDto
public CaseExecutionTriggerDto()
getVariables
public Map<String,TriggerVariableValueDto> getVariables()
setVariables
public void setVariables(Map<String,TriggerVariableValueDto> variables)
getDeletions
public List<VariableNameDto> getDeletions()
setDeletions
public void setDeletions(List<VariableNameDto> deletions)
Copyright © 2016 camunda services GmbH. All rights reserved.