Uses of Interface
org.camunda.bpm.engine.repository.DeleteProcessDefinitionsTenantBuilder
-
Packages that use DeleteProcessDefinitionsTenantBuilder Package Description org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
Uses of DeleteProcessDefinitionsTenantBuilder in org.camunda.bpm.engine.impl.repository
Classes in org.camunda.bpm.engine.impl.repository that implement DeleteProcessDefinitionsTenantBuilder Modifier and Type Class Description class
DeleteProcessDefinitionsBuilderImpl
Fluent builder implementation to delete process definitions. -
Uses of DeleteProcessDefinitionsTenantBuilder in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository that return DeleteProcessDefinitionsTenantBuilder Modifier and Type Method Description DeleteProcessDefinitionsTenantBuilder
DeleteProcessDefinitionsSelectBuilder. byKey(String processDefinitionKey)
Selects process definitions with a given key.
-