| Package | Description |
|---|---|
| org.ikasan.topology.dao | |
| org.ikasan.topology.model | |
| org.ikasan.topology.service |
| Modifier and Type | Method and Description |
|---|---|
Module |
TopologyDao.getModuleByName(String name)
Method to get a Module by its name.
|
Module |
HibernateTopologyDao.getModuleByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
TopologyDao.getAllModules()
Get all modules
|
List<Module> |
HibernateTopologyDao.getAllModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyDao.save(Module module)
Save a module.
|
void |
HibernateTopologyDao.save(Module module) |
| Modifier and Type | Method and Description |
|---|---|
Module |
Flow.getModule() |
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
Server.getModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setModule(Module module) |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.setModules(Set<Module> modules) |
| Constructor and Description |
|---|
Flow(String name,
String description,
Module module) |
| Modifier and Type | Method and Description |
|---|---|
Module |
TopologyServiceImpl.getModuleByName(String name) |
Module |
TopologyService.getModuleByName(String name)
Method to get a Module by its name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
TopologyServiceImpl.getAllModules() |
List<Module> |
TopologyService.getAllModules()
Get all modules
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyServiceImpl.save(Module module) |
void |
TopologyService.save(Module module)
Save a module.
|
Copyright © 2007-2015 Ikasan. All Rights Reserved.