org.camunda.bpm.engine.rest.dto.runtime.modification
Class ProcessInstanceModificationDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
public class ProcessInstanceModificationDto
- extends Object
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
skipCustomListeners
protected boolean skipCustomListeners
skipIoMappings
protected boolean skipIoMappings
instructions
protected List<ProcessInstanceModificationInstructionDto> instructions
ProcessInstanceModificationDto
public ProcessInstanceModificationDto()
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.