Class DeleteHistoricProcessInstancesDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.DeleteHistoricProcessInstancesDto
- Author:
- Askar Akhmerov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected boolean
protected HistoricProcessInstanceQueryDto
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDeleteReason
(String deleteReason) void
setFailIfNotExists
(boolean failIfNotExists) void
setHistoricProcessInstanceIds
(List<String> historicProcessInstanceIds) void
setHistoricProcessInstanceQuery
(HistoricProcessInstanceQueryDto historicProcessInstanceQuery)
-
Field Details
-
historicProcessInstanceIds
-
historicProcessInstanceQuery
-
deleteReason
-
failIfNotExists
protected boolean failIfNotExists
-
-
Constructor Details
-
DeleteHistoricProcessInstancesDto
public DeleteHistoricProcessInstancesDto()
-
-
Method Details
-
getHistoricProcessInstanceIds
-
setHistoricProcessInstanceIds
-
getHistoricProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
getDeleteReason
-
setDeleteReason
-
isFailIfNotExists
public boolean isFailIfNotExists() -
setFailIfNotExists
public void setFailIfNotExists(boolean failIfNotExists)
-