| Package | Description |
|---|---|
| org.ikasan.topology.dao | |
| org.ikasan.topology.model | |
| org.ikasan.topology.service |
| Modifier and Type | Method and Description |
|---|---|
Flow |
TopologyDao.getFlowsByServerIdModuleIdAndFlowname(Long serverId,
Long moduleId,
String flowName)
Get a flow by server id, module id and flow name.
|
Flow |
HibernateTopologyDao.getFlowsByServerIdModuleIdAndFlowname(Long serverId,
Long moduleId,
String flowName) |
| Modifier and Type | Method and Description |
|---|---|
List<Flow> |
TopologyDao.getAllFlows()
Get all flows.
|
List<Flow> |
HibernateTopologyDao.getAllFlows() |
List<Flow> |
TopologyDao.getFlowsByServerIdAndModuleId(Long serverId,
Long moduleId)
Get all flows by server id and module id.
|
List<Flow> |
HibernateTopologyDao.getFlowsByServerIdAndModuleId(Long serverId,
Long moduleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyDao.delete(Flow flow)
Delete a flow.
|
void |
HibernateTopologyDao.delete(Flow flow) |
void |
TopologyDao.save(Flow flow)
Save a flow.
|
void |
HibernateTopologyDao.save(Flow flow) |
| Modifier and Type | Method and Description |
|---|---|
Flow |
BusinessStreamFlow.getFlow() |
Flow |
Component.getFlow() |
| Modifier and Type | Method and Description |
|---|---|
Set<Flow> |
Module.getFlows() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessStreamFlow.setFlow(Flow flow) |
void |
Component.setFlow(Flow flow) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.setFlows(Set<Flow> flows) |
| Modifier and Type | Method and Description |
|---|---|
List<Flow> |
TopologyServiceImpl.getAllFlows() |
List<Flow> |
TopologyService.getAllFlows()
Get all flows.
|
List<Flow> |
TopologyServiceImpl.getFlowsByServerIdAndModuleId(Long serverId,
Long moduleId) |
List<Flow> |
TopologyService.getFlowsByServerIdAndModuleId(Long serverId,
Long moduleId)
Get all flows by server id and module id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyServiceImpl.save(Flow flow) |
void |
TopologyService.save(Flow flow)
Save a flow.
|
Copyright © 2007-2015 Ikasan. All Rights Reserved.