org.camunda.bpm.engine.rest.dto.runtime.modification
Class ProcessInstanceModificationDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto

public class ProcessInstanceModificationDto
extends Object

Author:
Thorben Lindhauer

Field Summary
protected  List<ProcessInstanceModificationInstructionDto> instructions
           
protected  boolean skipCustomListeners
           
protected  boolean skipIoMappings
           
 
Constructor Summary
ProcessInstanceModificationDto()
           
 
Method Summary
 void applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 List<ProcessInstanceModificationInstructionDto> getInstructions()
           
 boolean isSkipCustomListeners()
           
 boolean isSkipIoMappings()
           
 void setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)
           
 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

skipCustomListeners

protected boolean skipCustomListeners

skipIoMappings

protected boolean skipIoMappings

instructions

protected List<ProcessInstanceModificationInstructionDto> instructions
Constructor Detail

ProcessInstanceModificationDto

public ProcessInstanceModificationDto()
Method Detail

isSkipCustomListeners

public boolean isSkipCustomListeners()

setSkipCustomListeners

public void setSkipCustomListeners(boolean skipCustomListeners)

isSkipIoMappings

public boolean isSkipIoMappings()

setSkipIoMappings

public void setSkipIoMappings(boolean skipIoMappings)

getInstructions

public List<ProcessInstanceModificationInstructionDto> getInstructions()

setInstructions

public void setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)

applyTo

public void applyTo(ProcessInstanceModificationBuilder builder,
                    ProcessEngine engine,
                    com.fasterxml.jackson.databind.ObjectMapper objectMapper)


Copyright © 2016 camunda services GmbH. All rights reserved.