| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.flowable.bpmn.converter | |
| org.flowable.bpmn.model | |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.deployer | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.impl.bpmn.parser.handler | |
| org.flowable.engine.impl.event | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
MessageEventDefinition messageDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeMessageDefinition(Event parentEvent,
MessageEventDefinition messageDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
MessageEventDefinition |
MessageEventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEventDefinition.setValues(MessageEventDefinition otherDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected MessageEventDefinition |
BoundaryMessageEventActivityBehavior.messageEventDefinition |
protected MessageEventDefinition |
IntermediateCatchMessageEventActivityBehavior.messageEventDefinition |
protected MessageEventDefinition |
EventSubProcessMessageStartEventActivityBehavior.messageEventDefinition |
| Constructor and Description |
|---|
BoundaryMessageEventActivityBehavior(MessageEventDefinition messageEventDefinition,
boolean interrupting) |
EventSubProcessMessageStartEventActivityBehavior(MessageEventDefinition messageEventDefinition) |
IntermediateCatchMessageEventActivityBehavior(MessageEventDefinition messageEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventSubscriptionManager.insertMessageEvent(MessageEventDefinition messageEventDefinition,
StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageEventDefinition |
StartEventParseHandler.fillMessageRef(BpmnParse bpmnParse,
EventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
MessageEventDefinition messageDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EventDefinitionExpressionUtil.determineMessageName(CommandContext commandContext,
MessageEventDefinition messageEventDefinition,
DelegateExecution execution)
Determines the event name of the
MessageEventDefinition that is passed:
- if a message ref is set, it has precedence
- if a messageExpression is set, it is returned
Note that, contrary to the determineSignalName method, the name of the message is never used. |
| Modifier and Type | Method and Description |
|---|---|
BoundaryMessageEventActivityBehavior |
TestActivityBehaviorFactory.createBoundaryMessageEventActivityBehavior(BoundaryEvent boundaryEvent,
MessageEventDefinition messageEventDefinition,
boolean interrupting) |
EventSubProcessMessageStartEventActivityBehavior |
TestActivityBehaviorFactory.createEventSubProcessMessageStartEventActivityBehavior(StartEvent startEvent,
MessageEventDefinition messageEventDefinition) |
IntermediateCatchMessageEventActivityBehavior |
TestActivityBehaviorFactory.createIntermediateCatchMessageEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent,
MessageEventDefinition messageEventDefinition) |
Copyright © 2023 Flowable. All rights reserved.