Package org.camunda.bpm.engine.rest.dto
Class ModificationDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ModificationDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected List<ProcessInstanceModificationInstructionDto>
protected String
protected ProcessInstanceQueryDto
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(ModificationBuilder builder, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper) boolean
boolean
void
setAnnotation
(String annotation) 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)
-
Field Details
-
instructions
-
processInstanceIds
-
processInstanceQuery
-
processDefinitionId
-
skipIoMappings
protected boolean skipIoMappings -
skipCustomListeners
protected boolean skipCustomListeners -
annotation
-
-
Constructor Details
-
ModificationDto
public ModificationDto()
-
-
Method Details
-
getInstructions
-
setInstructions
-
getProcessDefinitionId
-
setProcessDefinitionId
-
getProcessInstanceIds
-
setProcessInstanceIds
-
getProcessInstanceQuery
-
setProcessInstanceQuery
-
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) -
getAnnotation
-
setAnnotation
-