Package | Description |
---|---|
org.camunda.bpm.engine.impl.repository | |
org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService . |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Class and Description |
---|---|
class |
DeleteProcessDefinitionsBuilderImpl
Fluent builder implementation to delete process definitions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteProcessDefinitionsTenantBuilder
Fluent builder to delete process definitions by a process definition key or process definition ids.
|
Modifier and Type | Method and 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-in
ExecutionListener s are notified with the
ExecutionListener.EVENTNAME_END event. |
DeleteProcessDefinitionsBuilder |
DeleteProcessDefinitionsBuilder.skipIoMappings()
Specifies whether input/output mappings for tasks should be invoked
|
DeleteProcessDefinitionsBuilder |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessDefinitionRestServiceImpl.deleteProcessDefinitions(DeleteProcessDefinitionsBuilder builder,
boolean cascade,
boolean skipCustomListeners,
boolean skipIoMappings) |
Copyright © 2022. All rights reserved.