org.camunda.bpm.engine.rest.dto
Class PatchVariablesDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.PatchVariablesDto

public class PatchVariablesDto
extends Object

Author:
Thorben Lindhauer

Constructor Summary
PatchVariablesDto()
           
 
Method Summary
 List<String> getDeletions()
           
 Map<String,VariableValueDto> getModifications()
           
 void setDeletions(List<String> deletions)
           
 void setModifications(Map<String,VariableValueDto> modifications)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchVariablesDto

public PatchVariablesDto()
Method Detail

getModifications

public Map<String,VariableValueDto> getModifications()

setModifications

public void setModifications(Map<String,VariableValueDto> modifications)

getDeletions

public List<String> getDeletions()

setDeletions

public void setDeletions(List<String> deletions)


Copyright © 2016 camunda services GmbH. All rights reserved.