| Package | Description |
|---|---|
| org.ikasan.topology.dao | |
| org.ikasan.topology.model |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyDao.delete(Component component)
Delete a component.
|
void |
HibernateTopologyDao.delete(Component component) |
void |
TopologyDao.save(Component component)
Save a component.
|
void |
HibernateTopologyDao.save(Component component) |
| Modifier and Type | Method and Description |
|---|---|
Set<Component> |
Flow.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setComponents(Set<Component> components) |
Copyright © 2007-2015 Ikasan. All Rights Reserved.