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