public class ProcessInstanceModificationDto extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ProcessInstanceModificationInstructionDto> | instructions | 
| protected boolean | skipCustomListeners | 
| protected boolean | skipIoMappings | 
| Constructor and Description | 
|---|
| ProcessInstanceModificationDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
protected boolean skipCustomListeners
protected boolean skipIoMappings
protected List<ProcessInstanceModificationInstructionDto> instructions
public boolean isSkipCustomListeners()
public void setSkipCustomListeners(boolean skipCustomListeners)
public boolean isSkipIoMappings()
public void setSkipIoMappings(boolean skipIoMappings)
public List<ProcessInstanceModificationInstructionDto> getInstructions()
public void setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)
public void applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2018. All rights reserved.