Uses of Interface
org.operaton.bpm.engine.runtime.SignalEventReceivedBuilder
Packages that use SignalEventReceivedBuilder
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService.-
Uses of SignalEventReceivedBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return SignalEventReceivedBuilderModifier and TypeMethodDescriptionRuntimeService.createSignalEvent(String signalName) Notifies the process engine that a signal event has been received using a fluent builder. -
Uses of SignalEventReceivedBuilder in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement SignalEventReceivedBuilderMethods in org.operaton.bpm.engine.impl that return SignalEventReceivedBuilderModifier and TypeMethodDescriptionRuntimeServiceImpl.createSignalEvent(String signalName) SignalEventReceivedBuilderImpl.executionId(String executionId) SignalEventReceivedBuilderImpl.setVariables(Map<String, Object> variables) SignalEventReceivedBuilderImpl.withoutTenantId() -
Uses of SignalEventReceivedBuilder in org.operaton.bpm.engine.rest.impl
Methods in org.operaton.bpm.engine.rest.impl that return SignalEventReceivedBuilderModifier and TypeMethodDescriptionprotected SignalEventReceivedBuilderSignalRestServiceImpl.createSignalEventReceivedBuilder(SignalDto dto) -
Uses of SignalEventReceivedBuilder in org.operaton.bpm.engine.runtime
Methods in org.operaton.bpm.engine.runtime that return SignalEventReceivedBuilderModifier and TypeMethodDescriptionSignalEventReceivedBuilder.executionId(String executionId) Specify a single execution to deliver the signal to.SignalEventReceivedBuilder.setVariables(Map<String, Object> variables) Add the given variables to the triggered executions.Specify a tenant to deliver the signal to.SignalEventReceivedBuilder.withoutTenantId()Specify that the signal can only be received on executions or process definitions which belongs to no tenant.