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 voidAbstractCorrelateMessageCmd. checkAuthorization(CorrelationHandlerResult correlation)protected MessageCorrelationResultImplAbstractCorrelateMessageCmd. createMessageCorrelationResult(CommandContext commandContext, CorrelationHandlerResult handlerResult)protected ExecutionEntityAbstractCorrelateMessageCmd. findProcessInstanceExecution(CommandContext commandContext, CorrelationHandlerResult handlerResult)protected ProcessInstanceAbstractCorrelateMessageCmd. instantiateProcess(CommandContext commandContext, CorrelationHandlerResult correlationResult)protected voidAbstractCorrelateMessageCmd. 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 CorrelationHandlerResultCorrelationHandler. 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.CorrelationHandlerResultDefaultCorrelationHandler. correlateMessage(CommandContext commandContext, String messageName, CorrelationSet correlationSet)protected CorrelationHandlerResultDefaultCorrelationHandler. correlateStartMessageByProcessDefinitionId(CommandContext commandContext, String messageName, String processDefinitionId)static CorrelationHandlerResultCorrelationHandlerResult. matchedExecution(ExecutionEntity executionEntity)static CorrelationHandlerResultCorrelationHandlerResult. matchedProcessDefinition(ProcessDefinitionEntity processDefinitionEntity, String startEventActivityId)Methods in org.camunda.bpm.engine.impl.runtime that return types with arguments of type CorrelationHandlerResult Modifier and Type Method Description 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.List<CorrelationHandlerResult>DefaultCorrelationHandler. correlateMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)protected List<CorrelationHandlerResult>DefaultCorrelationHandler. correlateMessageToExecutions(CommandContext commandContext, String messageName, CorrelationSet correlationSet)protected List<CorrelationHandlerResult>DefaultCorrelationHandler. correlateStartMessageByEventSubscription(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.List<CorrelationHandlerResult>DefaultCorrelationHandler. correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationHandlerResult Constructor Description MessageCorrelationResultImpl(CorrelationHandlerResult handlerResult)
-