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

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

public class ModificationDto
extends Object


Field Summary
protected  List<ProcessInstanceModificationInstructionDto> instructions
           
protected  String processDefinitionId
           
protected  List<String> processInstanceIds
           
protected  ProcessInstanceQueryDto processInstanceQuery
           
protected  boolean skipCustomListeners
           
protected  boolean skipIoMappings
           
 
Constructor Summary
ModificationDto()
           
 
Method Summary
 void applyTo(ModificationBuilder builder, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 List<ProcessInstanceModificationInstructionDto> getInstructions()
           
 String getProcessDefinitionId()
           
 List<String> getProcessInstanceIds()
           
 ProcessInstanceQueryDto getProcessInstanceQuery()
           
 boolean isSkipCustomListeners()
           
 boolean isSkipIoMappings()
           
 void setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)
           
 void setProcessDefinitionId(String processDefinitionId)
           
 void setProcessInstanceIds(List<String> processInstanceIds)
           
 void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)
           
 void setSkipCustomListeners(boolean skipCustomListeners)
           
 void setSkipIoMappings(boolean skipIoMappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instructions

protected List<ProcessInstanceModificationInstructionDto> instructions

processInstanceIds

protected List<String> processInstanceIds

processInstanceQuery

protected ProcessInstanceQueryDto processInstanceQuery

processDefinitionId

protected String processDefinitionId

skipIoMappings

protected boolean skipIoMappings

skipCustomListeners

protected boolean skipCustomListeners
Constructor Detail

ModificationDto

public ModificationDto()
Method Detail

getInstructions

public List<ProcessInstanceModificationInstructionDto> getInstructions()

setInstructions

public void setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)

getProcessDefinitionId

public String getProcessDefinitionId()

setProcessDefinitionId

public void setProcessDefinitionId(String processDefinitionId)

getProcessInstanceIds

public List<String> getProcessInstanceIds()

setProcessInstanceIds

public void setProcessInstanceIds(List<String> processInstanceIds)

getProcessInstanceQuery

public ProcessInstanceQueryDto getProcessInstanceQuery()

setProcessInstanceQuery

public void setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)

isSkipIoMappings

public boolean isSkipIoMappings()

setSkipIoMappings

public void setSkipIoMappings(boolean skipIoMappings)

isSkipCustomListeners

public boolean isSkipCustomListeners()

setSkipCustomListeners

public void setSkipCustomListeners(boolean skipCustomListeners)

applyTo

public void applyTo(ModificationBuilder builder,
                    ProcessEngine processEngine,
                    com.fasterxml.jackson.databind.ObjectMapper objectMapper)


Copyright © 2017 camunda services GmbH. All rights reserved.