|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CorrelationHandlerResult | |
|---|---|
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.runtime | |
| Uses of CorrelationHandlerResult in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CorrelationHandlerResult | |
|---|---|
protected void |
AbstractCorrelateMessageCmd.checkAuthorization(CorrelationHandlerResult correlation)
|
protected MessageCorrelationResult |
AbstractCorrelateMessageCmd.createMessageCorrelationResult(CommandContext commandContext,
CorrelationHandlerResult handlerResult)
|
protected ProcessInstance |
AbstractCorrelateMessageCmd.instantiateProcess(CommandContext commandContext,
CorrelationHandlerResult correlationResult)
|
protected void |
AbstractCorrelateMessageCmd.triggerExecution(CommandContext commandContext,
CorrelationHandlerResult correlationResult)
|
| Uses of CorrelationHandlerResult in org.camunda.bpm.engine.impl.runtime |
|---|
| Methods in org.camunda.bpm.engine.impl.runtime that return CorrelationHandlerResult | |
|---|---|
CorrelationHandlerResult |
DefaultCorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
CorrelationHandlerResult |
CorrelationHandler.correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to either a waiting execution or a process definition with a message start event. |
protected CorrelationHandlerResult |
DefaultCorrelationHandler.correlateStartMessageByProcessDefinitionId(CommandContext commandContext,
String messageName,
String processDefinitionId)
|
static CorrelationHandlerResult |
CorrelationHandlerResult.matchedExecution(ExecutionEntity executionEntity)
|
static CorrelationHandlerResult |
CorrelationHandlerResult.matchedProcessDefinition(ProcessDefinitionEntity processDefinitionEntity,
String startEventActivityId)
|
| Methods in org.camunda.bpm.engine.impl.runtime that return types with arguments of type CorrelationHandlerResult | |
|---|---|
List<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<CorrelationHandlerResult> |
CorrelationHandler.correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to all waiting executions and all process definitions which have a message start event. |
protected List<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateMessageToExecutions(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
protected List<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateStartMessageByEventSubscription(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<CorrelationHandlerResult> |
DefaultCorrelationHandler.correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
|
List<CorrelationHandlerResult> |
CorrelationHandler.correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to process definitions with a message start event. |
| Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationHandlerResult | |
|---|---|
MessageCorrelationResultImpl(CorrelationHandlerResult handlerResult)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||