org.camunda.bpm.engine.rest.dto
Class DeleteEngineEntityDto

java.lang.Object
  extended by 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
DeleteEngineEntityDto()
           
 
Method Summary
 String getDeleteReason()
           
 void setDeleteReason(String deleteReason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteEngineEntityDto

public DeleteEngineEntityDto()
Method Detail

getDeleteReason

public String getDeleteReason()

setDeleteReason

public void setDeleteReason(String deleteReason)


Copyright © 2016 camunda services GmbH. All rights reserved.