Uses of Interface
org.camunda.bpm.engine.runtime.MessageCorrelationResultWithVariables
-
Packages that use MessageCorrelationResultWithVariables Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.runtime org.camunda.bpm.engine.runtime Classes related to theRuntimeService. -
-
Uses of MessageCorrelationResultWithVariables in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return MessageCorrelationResultWithVariables Modifier and Type Method Description MessageCorrelationResultWithVariablesMessageCorrelationBuilderImpl. correlateWithResultAndVariables(boolean deserializeValues)Methods in org.camunda.bpm.engine.impl that return types with arguments of type MessageCorrelationResultWithVariables Modifier and Type Method Description List<MessageCorrelationResultWithVariables>MessageCorrelationBuilderImpl. correlateAllWithResultAndVariables(boolean deserializeValues) -
Uses of MessageCorrelationResultWithVariables in org.camunda.bpm.engine.impl.runtime
Classes in org.camunda.bpm.engine.impl.runtime that implement MessageCorrelationResultWithVariables Modifier and Type Class Description classMessageCorrelationResultImpl -
Uses of MessageCorrelationResultWithVariables in org.camunda.bpm.engine.runtime
Methods in org.camunda.bpm.engine.runtime that return MessageCorrelationResultWithVariables Modifier and Type Method Description MessageCorrelationResultWithVariablesMessageCorrelationBuilder. correlateWithResultAndVariables(boolean deserializeValues)Executes the message correlation.Methods in org.camunda.bpm.engine.runtime that return types with arguments of type MessageCorrelationResultWithVariables Modifier and Type Method Description List<MessageCorrelationResultWithVariables>MessageCorrelationBuilder. correlateAllWithResultAndVariables(boolean deserializeValues)Executes the message correlation.
-