Modifier and Type | Field and Description |
---|---|
protected Operation |
WebServiceActivityBehavior.operation |
Constructor and Description |
---|
WebServiceActivityBehavior(Operation operation) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Operation> |
BpmnParse.operations |
Modifier and Type | Method and Description |
---|---|
Operation |
BpmnParse.getOperation(String operationId)
Retrieves the
Operation corresponding with the given operation
identifier. |
Operation |
BpmnParse.parseOperation(Element operationElement,
BpmnInterface bpmnInterface) |
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 © 2015. All rights reserved.