Uses of Interface
org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateBuilder
-
Uses of UpdateProcessDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.impl.repository
-
Uses of UpdateProcessDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.repository
Modifier and TypeInterfaceDescriptioninterface
Fluent builder to update the suspension state of process definitions.Modifier and TypeMethodDescriptionUpdateProcessDefinitionSuspensionStateSelectBuilder.byProcessDefinitionId
(String processDefinitionId) Selects the process definition with the given id.UpdateProcessDefinitionSuspensionStateBuilder.executionDate
(Date executionDate) Specify when the suspension state should be updated.UpdateProcessDefinitionSuspensionStateBuilder.includeProcessInstances
(boolean includeProcessInstances) Specify if the suspension states of the process instances of the provided process definitions should also be updated.UpdateProcessDefinitionSuspensionStateTenantBuilder.processDefinitionTenantId
(String tenantId) Specify the id of the tenant the process definition belongs to.UpdateProcessDefinitionSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.