Package org.camunda.bpm.engine.rest.dto
Class DeleteEngineEntityDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.DeleteEngineEntityDto
-
public class DeleteEngineEntityDto extends Object
Used for anything that needs a delete reason.- Author:
- Thorben Lindhauer
-
-
Constructor Summary
Constructors Constructor Description DeleteEngineEntityDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeleteReason()
void
setDeleteReason(String deleteReason)
-