Class ProcessInstanceModificationDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected List<ProcessInstanceModificationInstructionDto>
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) boolean
boolean
void
setAnnotation
(String annotation) void
setInstructions
(List<ProcessInstanceModificationInstructionDto> instructions) void
setSkipCustomListeners
(boolean skipCustomListeners) void
setSkipIoMappings
(boolean skipIoMappings)
-
Field Details
-
skipCustomListeners
protected boolean skipCustomListeners -
skipIoMappings
protected boolean skipIoMappings -
instructions
-
annotation
-
-
Constructor Details
-
ProcessInstanceModificationDto
public ProcessInstanceModificationDto()
-
-
Method Details
-
isSkipCustomListeners
public boolean isSkipCustomListeners() -
setSkipCustomListeners
public void setSkipCustomListeners(boolean skipCustomListeners) -
isSkipIoMappings
public boolean isSkipIoMappings() -
setSkipIoMappings
public void setSkipIoMappings(boolean skipIoMappings) -
getInstructions
-
setInstructions
-
applyTo
public void applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
getAnnotation
-
setAnnotation
-