Uses of Class
org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
Packages that use CorrelationHandlerResult Package Description 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 Modifier and Type Method Description protected void
AbstractCorrelateMessageCmd. checkAuthorization(CorrelationHandlerResult correlation)
protected MessageCorrelationResultImpl
AbstractCorrelateMessageCmd. createMessageCorrelationResult(CommandContext commandContext, CorrelationHandlerResult handlerResult)
protected ExecutionEntity
AbstractCorrelateMessageCmd. findProcessInstanceExecution(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 Modifier and Type Method Description CorrelationHandlerResult
CorrelationHandler. correlateMessage(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
Correlate the given message to either a waiting execution or a process definition with a message start event.CorrelationHandlerResult
DefaultCorrelationHandler. correlateMessage(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
protected CorrelationHandlerResult
DefaultCorrelationHandler. correlateStartMessageByProcessDefinitionId(CommandContext commandContext, java.lang.String messageName, java.lang.String processDefinitionId)
static CorrelationHandlerResult
CorrelationHandlerResult. matchedExecution(ExecutionEntity executionEntity)
static CorrelationHandlerResult
CorrelationHandlerResult. matchedProcessDefinition(ProcessDefinitionEntity processDefinitionEntity, java.lang.String startEventActivityId)
Methods in org.camunda.bpm.engine.impl.runtime that return types with arguments of type CorrelationHandlerResult Modifier and Type Method Description java.util.List<CorrelationHandlerResult>
CorrelationHandler. correlateMessages(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
Correlate the given message to all waiting executions and all process definitions which have a message start event.java.util.List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateMessages(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
protected java.util.List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateMessageToExecutions(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
protected java.util.List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateStartMessageByEventSubscription(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
java.util.List<CorrelationHandlerResult>
CorrelationHandler. correlateStartMessages(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
Correlate the given message to process definitions with a message start event.java.util.List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateStartMessages(CommandContext commandContext, java.lang.String messageName, CorrelationSet correlationSet)
Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationHandlerResult Constructor Description MessageCorrelationResultImpl(CorrelationHandlerResult handlerResult)
-