Class DeleteHistoricProcessInstancesDto


  • public class DeleteHistoricProcessInstancesDto
    extends Object
    Author:
    Askar Akhmerov
    • Field Detail

      • historicProcessInstanceIds

        protected List<String> historicProcessInstanceIds
      • deleteReason

        protected String deleteReason
      • failIfNotExists

        protected boolean failIfNotExists
    • Constructor Detail

      • DeleteHistoricProcessInstancesDto

        public DeleteHistoricProcessInstancesDto()
    • Method Detail

      • getHistoricProcessInstanceIds

        public List<String> getHistoricProcessInstanceIds()
      • setHistoricProcessInstanceIds

        public void setHistoricProcessInstanceIds​(List<String> historicProcessInstanceIds)
      • getDeleteReason

        public String getDeleteReason()
      • setDeleteReason

        public void setDeleteReason​(String deleteReason)
      • isFailIfNotExists

        public boolean isFailIfNotExists()
      • setFailIfNotExists

        public void setFailIfNotExists​(boolean failIfNotExists)