Uses of Interface
org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateBuilder
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService
.-
Uses of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.impl
-
Uses of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.impl.runtime
-
Uses of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionProcessInstanceSuspensionStateDto.createUpdateSuspensionStateBuilder
(ProcessEngine engine) -
Uses of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.runtime
Modifier and TypeInterfaceDescriptioninterface
interface
Fluent builder to update the suspension state of process instances.Modifier and TypeMethodDescriptionUpdateProcessInstanceSuspensionStateSelectBuilder.byProcessDefinitionId
(String processDefinitionId) Selects the instances of the process definition with the given id.UpdateProcessInstanceSuspensionStateSelectBuilder.byProcessInstanceId
(String processInstanceId) Selects the process instance with the given id.