| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.behavior | |
| org.activiti.engine.impl.bpmn.webservice |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MessageDefinition> |
WebServiceActivityBehavior.messageDefinitionMap |
| 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 © 2016 Alfresco. All rights reserved.