Uses of Interface
org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
Packages that use DeleteProcessDefinitionsBuilder
-
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.impl.repository
Classes in org.camunda.bpm.engine.impl.repository that implement DeleteProcessDefinitionsBuilderModifier and TypeClassDescriptionclass
Fluent builder implementation to delete process definitions. -
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.repository
Subinterfaces of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.repositoryModifier and TypeInterfaceDescriptioninterface
Fluent builder to delete process definitions by a process definition key or process definition ids.Methods in org.camunda.bpm.engine.repository that return DeleteProcessDefinitionsBuilderModifier 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
Methods in org.camunda.bpm.engine.rest.impl with parameters of type DeleteProcessDefinitionsBuilderModifier and TypeMethodDescriptionprotected void
ProcessDefinitionRestServiceImpl.deleteProcessDefinitions
(DeleteProcessDefinitionsBuilder builder, boolean cascade, boolean skipCustomListeners, boolean skipIoMappings)