|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeleteProcessDefinitionsBuilder
Fluent builder to delete process definitions by a process definition key or process definition ids.
| Method Summary | |
|---|---|
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 the
ExecutionListener.EVENTNAME_END event. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||