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 |
AbstractSendTaskBuilder.operation(Operation operation)
Sets the operation of the send task.
|
B |
AbstractReceiveTaskBuilder.operation(Operation operation)
Sets the operation of the send task.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationImpl
The BPMN operation element
|
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<Operation> |
InterfaceImpl.operationCollection |
protected static AttributeReference<Operation> |
ServiceTaskImpl.operationRefAttribute |
protected static AttributeReference<Operation> |
SendTaskImpl.operationRefAttribute |
protected static AttributeReference<Operation> |
ReceiveTaskImpl.operationRefAttribute |
protected static AttributeReference<Operation> |
IoBindingImpl.operationRefAttribute |
protected static ElementReference<Operation,OperationRef> |
MessageEventDefinitionImpl.operationRefChild |
Modifier and Type | Method and Description |
---|---|
Operation |
ServiceTaskImpl.getOperation() |
Operation |
SendTaskImpl.getOperation() |
Operation |
ReceiveTaskImpl.getOperation() |
Operation |
MessageEventDefinitionImpl.getOperation() |
Operation |
IoBindingImpl.getOperation() |
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
InterfaceImpl.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceTaskImpl.setOperation(Operation operation) |
void |
SendTaskImpl.setOperation(Operation operation) |
void |
ReceiveTaskImpl.setOperation(Operation operation) |
void |
MessageEventDefinitionImpl.setOperation(Operation operation) |
void |
IoBindingImpl.setOperation(Operation operation) |
Modifier and Type | Method and Description |
---|---|
Operation |
ServiceTask.getOperation() |
Operation |
SendTask.getOperation() |
Operation |
ReceiveTask.getOperation() |
Operation |
MessageEventDefinition.getOperation() |
Operation |
IoBinding.getOperation() |
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
Interface.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceTask.setOperation(Operation operation) |
void |
SendTask.setOperation(Operation operation) |
void |
ReceiveTask.setOperation(Operation operation) |
void |
MessageEventDefinition.setOperation(Operation operation) |
void |
IoBinding.setOperation(Operation operation) |
Copyright © 2015. All rights reserved.