Uses of Interface
org.camunda.bpm.engine.runtime.InstantiationBuilder
Packages that use 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
Classes in org.camunda.bpm.engine.impl that implement InstantiationBuilderModifier 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
Methods in org.camunda.bpm.engine.rest.dto.runtime.modification with parameters of type InstantiationBuilderModifier 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
Classes in org.camunda.bpm.engine.runtime with type parameters of type InstantiationBuilderModifier and TypeInterfaceDescriptioninterface
InstantiationBuilder<T extends InstantiationBuilder<T>>
Subinterfaces of InstantiationBuilder in org.camunda.bpm.engine.runtimeModifier 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