Uses of Interface
org.camunda.bpm.engine.runtime.InstantiationBuilder
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService
.-
Uses of InstantiationBuilder in org.camunda.bpm.engine.impl
Modifier and TypeClassDescriptionclass
class
class
Simply wraps a modification builder because their API is equivalent.class
-
Uses of InstantiationBuilder in org.camunda.bpm.engine.rest.dto.runtime.modification
Modifier and TypeMethodDescriptionvoid
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) void
StartTransitionInstructionDto.applyTo
(InstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of InstantiationBuilder in org.camunda.bpm.engine.runtime
Modifier and TypeInterfaceDescriptioninterface
InstantiationBuilder<T extends InstantiationBuilder<T>>
Modifier and TypeInterfaceDescriptioninterface
interface
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
interface
interface