Class BpmnInterface
java.lang.Object
org.flowable.engine.impl.bpmn.webservice.BpmnInterface
An Interface defines a set of operations that are implemented by services external to the process.
- Author:
- Joram Barrez
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected BpmnInterfaceImplementationprotected StringMapping of the operations of this interface.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddOperation(Operation operation) getId()getName()getOperation(String operationId) voidvoidsetImplementation(BpmnInterfaceImplementation implementation) void
- 
Field Details- 
id
- 
name
- 
implementation
- 
operationsMapping of the operations of this interface. The key of the map is the id of the operation, for easy retrieval.
 
- 
- 
Constructor Details- 
BpmnInterfacepublic BpmnInterface()
- 
BpmnInterface
 
- 
- 
Method Details- 
getId
- 
setId
- 
getName
- 
setName
- 
addOperation
- 
getOperation
- 
getOperations
- 
getImplementation
- 
setImplementation
 
-