| Package | Description |
|---|---|
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.webservice | |
| org.flowable.engine.impl.webservice |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Operation> |
WebServiceActivityBehavior.operationMap |
| 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,
ConcurrentMap<QName,URL> overriddenEndpointAddresses)
Sends the message on behalf of operation
|
| Modifier and Type | Method and Description |
|---|---|
MessageInstance |
WSOperation.sendFor(MessageInstance message,
Operation operation,
ConcurrentMap<QName,URL> overridenEndpointAddresses) |
Copyright © 2019 Flowable. All rights reserved.