Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.parser | |
org.camunda.bpm.engine.impl.bpmn.webservice |
Modifier and Type | Field and Description |
---|---|
protected Map<String,MessageDefinition> |
BpmnParse.messages
Mapping containing values stored during the first phase of parsing since
other elements can reference these messages.
|
Modifier and Type | Field and Description |
---|---|
protected MessageDefinition |
Operation.inMessage |
protected MessageDefinition |
MessageInstance.message |
protected MessageDefinition |
Operation.outMessage |
Modifier and Type | Method and Description |
---|---|
MessageDefinition |
Operation.getInMessage() |
MessageDefinition |
MessageInstance.getMessage() |
MessageDefinition |
Operation.getOutMessage() |
Modifier and Type | Method and Description |
---|---|
void |
Operation.setInMessage(MessageDefinition inMessage) |
void |
Operation.setOutMessage(MessageDefinition outMessage) |
Constructor and Description |
---|
MessageInstance(MessageDefinition message,
ItemInstance item) |
Operation(String id,
String name,
BpmnInterface bpmnInterface,
MessageDefinition inMessage) |
Copyright © 2015. All rights reserved.