Uses of Interface
org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
-
Packages that use DeleteProcessDefinitionsBuilder Package Description org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.repository Classes related to theRepositoryService
.org.camunda.bpm.engine.rest.impl -
-
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.impl.repository
Classes in org.camunda.bpm.engine.impl.repository that implement DeleteProcessDefinitionsBuilder Modifier and Type Class Description class
DeleteProcessDefinitionsBuilderImpl
Fluent builder implementation to delete process definitions. -
Uses of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.repository
Subinterfaces of DeleteProcessDefinitionsBuilder in org.camunda.bpm.engine.repository Modifier and Type Interface Description interface
DeleteProcessDefinitionsTenantBuilder
Fluent builder to delete process definitions by a process definition key or process definition ids.Methods in org.camunda.bpm.engine.repository that return DeleteProcessDefinitionsBuilder Modifier and Type Method Description DeleteProcessDefinitionsBuilder
DeleteProcessDefinitionsSelectBuilder. byIds(String... processDefinitionId)
Selects process definitions with given process definition ids.DeleteProcessDefinitionsBuilder
DeleteProcessDefinitionsBuilder. cascade()
All process instances of the process definition as well as history data is deleted.DeleteProcessDefinitionsBuilder
DeleteProcessDefinitionsBuilder. skipCustomListeners()
Only the built-inExecutionListener
s are notified with theExecutionListener.EVENTNAME_END
event.DeleteProcessDefinitionsBuilder
DeleteProcessDefinitionsBuilder. skipIoMappings()
Specifies whether input/output mappings for tasks should be invokedDeleteProcessDefinitionsBuilder
DeleteProcessDefinitionsTenantBuilder. withoutTenantId()
Process definitions which belong to no tenant will be removed.DeleteProcessDefinitionsBuilder
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 DeleteProcessDefinitionsBuilder Modifier and Type Method Description protected void
ProcessDefinitionRestServiceImpl. deleteProcessDefinitions(DeleteProcessDefinitionsBuilder builder, boolean cascade, boolean skipCustomListeners, boolean skipIoMappings)
-