Uses of Interface
org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
-
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.impl.repository
Modifier and TypeClassDescriptionclass
Fluent builder implementation to delete process definitions. -
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.repository
Modifier and TypeInterfaceDescriptioninterface
Fluent builder to delete process definitions by a process definition key or process definition ids.Modifier and TypeMethodDescriptionSelects process definitions with given process definition ids.DeleteProcessDefinitionsBuilder.cascade()
All process instances of the process definition as well as history data is deleted.DeleteProcessDefinitionsBuilder.skipCustomListeners()
Only the built-inExecutionListener
s are notified with theExecutionListener.EVENTNAME_END
event.DeleteProcessDefinitionsBuilder.skipIoMappings()
Specifies whether input/output mappings for tasks should be invokedDeleteProcessDefinitionsTenantBuilder.withoutTenantId()
Process definitions which belong to no tenant will be removed.DeleteProcessDefinitionsTenantBuilder.withTenantId
(String tenantId) Process definitions which belong to the given tenant id will be removed. -
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionprotected void
ProcessDefinitionRestServiceImpl.deleteProcessDefinitions
(DeleteProcessDefinitionsBuilder builder, boolean cascade, boolean skipCustomListeners, boolean skipIoMappings)