Uses of Class
org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
Packages that use MessageCorrelationBuilderImpl Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.runtime -
-
Uses of MessageCorrelationBuilderImpl in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as MessageCorrelationBuilderImpl Modifier and Type Field Description protected MessageCorrelationBuilderImplAbstractCorrelateMessageCmd. builderConstructors in org.camunda.bpm.engine.impl.cmd with parameters of type MessageCorrelationBuilderImpl Constructor Description AbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl builder)Initialize the command with a builderAbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl builder, boolean variablesEnabled, boolean deserializeVariableValues)CorrelateAllMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl, boolean collectVariables, boolean deserializeVariableValues)Initialize the command with a builderCorrelateMessageCmd(MessageCorrelationBuilderImpl messageCorrelationBuilderImpl, boolean collectVariables, boolean deserializeVariableValues, boolean startMessageOnly)Initialize the command with a builder -
Uses of MessageCorrelationBuilderImpl in org.camunda.bpm.engine.impl.runtime
Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type MessageCorrelationBuilderImpl Constructor Description CorrelationSet(MessageCorrelationBuilderImpl builder)
-