| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.rest.dto.runtime.modification | |
| org.camunda.bpm.engine.runtime | 
 Classes related to the  
RuntimeService. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModificationBuilderImpl  | 
class  | 
ProcessInstanceModificationBuilderImpl  | 
class  | 
ProcessInstantiationBuilderImpl
Simply wraps a modification builder because their API is equivalent. 
 | 
class  | 
RestartProcessInstanceBuilderImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StartTransitionInstructionDto.applyTo(InstantiationBuilder<?> builder,
       ProcessEngine engine,
       com.fasterxml.jackson.databind.ObjectMapper mapper)  | 
void | 
CancellationInstructionDto.applyTo(InstantiationBuilder<?> builder,
       ProcessEngine engine,
       com.fasterxml.jackson.databind.ObjectMapper mapper)  | 
abstract void | 
ProcessInstanceModificationInstructionDto.applyTo(InstantiationBuilder<?> builder,
       ProcessEngine engine,
       com.fasterxml.jackson.databind.ObjectMapper mapper)  | 
void | 
StartAfterInstructionDto.applyTo(InstantiationBuilder<?> builder,
       ProcessEngine engine,
       com.fasterxml.jackson.databind.ObjectMapper mapper)  | 
void | 
StartBeforeInstructionDto.applyTo(InstantiationBuilder<?> builder,
       ProcessEngine engine,
       com.fasterxml.jackson.databind.ObjectMapper mapper)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InstantiationBuilder<T extends InstantiationBuilder<T>>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ModificationBuilder  | 
interface  | 
ProcessInstanceModificationBuilder
A fluent builder to specify a modification of process instance state in terms
 of cancellation of activity instances and instantiations of activities and sequence flows. 
 | 
interface  | 
ProcessInstanceModificationInstantiationBuilder  | 
interface  | 
ProcessInstantiationBuilder  | 
interface  | 
RestartProcessInstanceBuilder  | 
Copyright © 2019. All rights reserved.