Package | Description |
---|---|
org.camunda.bpm.engine.impl.repository | |
org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService . |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessDefinitionSuspensionStateBuilderImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateProcessDefinitionSuspensionStateTenantBuilder
Fluent builder to update the suspension state of process definitions.
|
Modifier and Type | Method and Description |
---|---|
UpdateProcessDefinitionSuspensionStateBuilder |
UpdateProcessDefinitionSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
Selects the process definition with the given id.
|
UpdateProcessDefinitionSuspensionStateBuilder |
UpdateProcessDefinitionSuspensionStateBuilder.executionDate(Date executionDate)
Specify when the suspension state should be updated.
|
UpdateProcessDefinitionSuspensionStateBuilder |
UpdateProcessDefinitionSuspensionStateBuilder.includeProcessInstances(boolean includeProcessInstances)
Specify if the suspension states of the process instances of the provided
process definitions should also be updated.
|
UpdateProcessDefinitionSuspensionStateBuilder |
UpdateProcessDefinitionSuspensionStateTenantBuilder.processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to.
|
UpdateProcessDefinitionSuspensionStateBuilder |
UpdateProcessDefinitionSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.
|
Copyright © 2017. All rights reserved.