Uses of Class
org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
Packages that use CorrelationHandlerResult
-
Uses of CorrelationHandlerResult in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CorrelationHandlerResultModifier and TypeMethodDescriptionprotected 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 CorrelationHandlerResultModifier and TypeMethodDescriptionCorrelationHandler.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.DefaultCorrelationHandler.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 CorrelationHandlerResultModifier and TypeMethodDescriptionCorrelationHandler.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.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) CorrelationHandler.correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet) Correlate the given message to process definitions with a message start event.DefaultCorrelationHandler.correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet) Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type CorrelationHandlerResultModifierConstructorDescriptionMessageCorrelationResultImpl(CorrelationHandlerResult handlerResult)