Package | Description |
---|---|
org.activiti.engine.impl.bpmn.behavior | |
org.activiti.engine.impl.bpmn.parser | |
org.activiti.engine.impl.bpmn.webservice | |
org.activiti.engine.impl.webservice |
Modifier and Type | Field and Description |
---|---|
protected Operation |
WebServiceActivityBehavior.operation |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceActivityBehavior.setOperation(Operation operation) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Operation> |
BpmnParse.operations |
Modifier and Type | Method and Description |
---|---|
Map<String,Operation> |
BpmnParse.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnParse.setOperations(Map<String,Operation> operations) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Operation> |
BpmnInterface.operations
Mapping of the operations of this interface.
|
Modifier and Type | Method and Description |
---|---|
Operation |
BpmnInterface.getOperation(String operationId) |
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
BpmnInterface.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnInterface.addOperation(Operation operation) |
MessageInstance |
OperationImplementation.sendFor(MessageInstance message,
Operation operation)
Sends the message on behalf of operation
|
Modifier and Type | Method and Description |
---|---|
MessageInstance |
WSOperation.sendFor(MessageInstance message,
Operation operation)
Sends the message on behalf of operation
|
Copyright © 2016 Alfresco. All rights reserved.