public class BpmnInterface extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected BpmnInterfaceImplementation |
implementation |
protected String |
name |
protected Map<String,Operation> |
operations
Mapping of the operations of this interface.
|
Constructor and Description |
---|
BpmnInterface() |
BpmnInterface(String id,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addOperation(Operation operation) |
String |
getId() |
BpmnInterfaceImplementation |
getImplementation() |
String |
getName() |
Operation |
getOperation(String operationId) |
Collection<Operation> |
getOperations() |
void |
setId(String id) |
void |
setImplementation(BpmnInterfaceImplementation implementation) |
void |
setName(String name) |
protected String id
protected String name
protected BpmnInterfaceImplementation implementation
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public void addOperation(Operation operation)
public Collection<Operation> getOperations()
public BpmnInterfaceImplementation getImplementation()
public void setImplementation(BpmnInterfaceImplementation implementation)
Copyright © 2015. All rights reserved.