Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.runtime | |
org.camunda.bpm.engine.rest.dto.runtime | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessInstancesSuspensionStateBuilderImpl |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessInstanceSuspensionStateBuilderImpl |
Modifier and Type | Method and Description |
---|---|
protected UpdateProcessInstanceSuspensionStateBuilder |
ProcessInstanceSuspensionStateDto.createUpdateSuspensionStateBuilder(ProcessEngine engine) |
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateProcessInstancesSuspensionStateBuilder |
interface |
UpdateProcessInstanceSuspensionStateTenantBuilder
Fluent builder to update the suspension state of process instances.
|
Modifier and Type | Method and Description |
---|---|
UpdateProcessInstanceSuspensionStateBuilder |
UpdateProcessInstanceSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
Selects the instances of the process definition with the given id.
|
UpdateProcessInstanceSuspensionStateBuilder |
UpdateProcessInstanceSuspensionStateSelectBuilder.byProcessInstanceId(String processInstanceId)
Selects the process instance with the given id.
|
Copyright © 2022. All rights reserved.