|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CorrelationHandler
| Method Summary | |
|---|---|
CorrelationHandlerResult |
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. |
List<CorrelationHandlerResult> |
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> |
correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
Correlate the given message to process definitions with a message start event. |
| Method Detail |
|---|
CorrelationHandlerResult correlateMessage(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
correlationSet - any of its members may be null
null if the message
could not be correlated.
List<CorrelationHandlerResult> correlateMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
correlationSet - any of its members may be null
List<CorrelationHandlerResult> correlateStartMessages(CommandContext commandContext,
String messageName,
CorrelationSet correlationSet)
correlationSet - any of its members may be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||