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
ExecutionListener s are notified with the
ExecutionListener.EVENTNAME_END event. |
DeleteProcessDefinitionsBuilder |
skipIoMappings()
Specifies whether input/output mappings for tasks should be invoked
|
DeleteProcessDefinitionsBuilder cascade()
DeleteProcessDefinitionsBuilder skipCustomListeners()
ExecutionListener
s are notified with the
ExecutionListener.EVENTNAME_END
event.
Is only applied in conjunction with the cascade method.DeleteProcessDefinitionsBuilder skipIoMappings()
void delete()
ProcessEngineException
- If no such processDefinition can be found.AuthorizationException
- Permissions.UPDATE
permission on
Resources.PROCESS_DEFINITION
cascade()
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 © 2022. All rights reserved.