| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn.builder | |
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance | 
| Modifier and Type | Method and Description | 
|---|---|
| B | AbstractReceiveTaskBuilder. operation(Operation operation)Sets the operation of the send task. | 
| B | AbstractSendTaskBuilder. operation(Operation operation)Sets the operation of the send task. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OperationImplThe BPMN operation element | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static ChildElementCollection<Operation> | InterfaceImpl. operationCollection | 
| protected static AttributeReference<Operation> | IoBindingImpl. operationRefAttribute | 
| protected static AttributeReference<Operation> | ReceiveTaskImpl. operationRefAttribute | 
| protected static AttributeReference<Operation> | SendTaskImpl. operationRefAttribute | 
| protected static AttributeReference<Operation> | ServiceTaskImpl. operationRefAttribute | 
| protected static ElementReference<Operation,OperationRef> | MessageEventDefinitionImpl. operationRefChild | 
| Modifier and Type | Method and Description | 
|---|---|
| Operation | IoBindingImpl. getOperation() | 
| Operation | ReceiveTaskImpl. getOperation() | 
| Operation | SendTaskImpl. getOperation() | 
| Operation | ServiceTaskImpl. getOperation() | 
| Operation | MessageEventDefinitionImpl. getOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Operation> | InterfaceImpl. getOperations() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IoBindingImpl. setOperation(Operation operation) | 
| void | ReceiveTaskImpl. setOperation(Operation operation) | 
| void | SendTaskImpl. setOperation(Operation operation) | 
| void | ServiceTaskImpl. setOperation(Operation operation) | 
| void | MessageEventDefinitionImpl. setOperation(Operation operation) | 
| Modifier and Type | Method and Description | 
|---|---|
| Operation | IoBinding. getOperation() | 
| Operation | MessageEventDefinition. getOperation() | 
| Operation | ServiceTask. getOperation() | 
| Operation | SendTask. getOperation() | 
| Operation | ReceiveTask. getOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Operation> | Interface. getOperations() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IoBinding. setOperation(Operation operation) | 
| void | MessageEventDefinition. setOperation(Operation operation) | 
| void | ServiceTask. setOperation(Operation operation) | 
| void | SendTask. setOperation(Operation operation) | 
| void | ReceiveTask. setOperation(Operation operation) | 
Copyright © 2018. All rights reserved.