public interface DeleteProcessDefinitionsBuilder
| Modifier and Type | Method and Description | 
|---|---|
| DeleteProcessDefinitionsBuilder | cascade()All process instances of the process definition as well as history data is deleted. | 
| void | delete()Performs the deletion of process definitions. | 
| DeleteProcessDefinitionsBuilder | skipCustomListeners()Only the built-in  ExecutionListeners are notified with theExecutionListener.EVENTNAME_ENDevent. | 
DeleteProcessDefinitionsBuilder cascade()
DeleteProcessDefinitionsBuilder skipCustomListeners()
ExecutionListeners are notified with the
 ExecutionListener.EVENTNAME_END event.
 Is only applied in conjunction with the cascade method.void delete()
ProcessEngineException - If no such processDefinition can be found.AuthorizationException - Permissions.UPDATE permission on
           Resources.PROCESS_DEFINITIONcascade() is applied and the user has
           no Permissions.UPDATE permission on Resources.PROCESS_INSTANCE or
           no Permissions.UPDATE_INSTANCE permission on Resources.PROCESS_DEFINITION.Copyright © 2018. All rights reserved.