| Package | Description |
|---|---|
| org.ikasan.console.module.dao | |
| org.ikasan.console.module.service | |
| org.ikasan.console.pointtopointflow | |
| org.ikasan.console.security | |
| org.ikasan.console.web.controller |
| Modifier and Type | Method and Description |
|---|---|
Module |
HibernateModuleDao.getModule(Long moduleId) |
Module |
ModuleDao.getModule(Long moduleId)
Returns the
Module for the given id (or returns null) |
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
HibernateModuleDao.findAllModules() |
Set<Module> |
ModuleDao.findAllModules()
Get a Set of all Modules or an empty Set if none are found
|
Set<Module> |
HibernateModuleDao.findModules(Set<Long> modulesIds) |
Set<Module> |
ModuleDao.findModules(Set<Long> moduleIds)
Get a list of all Modules matching the Set of ids passed in
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ConsoleModuleService.getModule(Long moduleId) |
Module |
ModuleService.getModule(Long moduleId)
Returns the
Module for the given id (or returns null) |
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
ConsoleModuleService.getAllModules() |
Set<Module> |
ModuleService.getAllModules()
Returns all available
Modules or an empty Set |
| Modifier and Type | Method and Description |
|---|---|
Module |
PointToPointFlowImpl.getFromModule()
Get the fromModule for this PointToPointFlow
|
Module |
PointToPointFlowImpl.getToModule()
Get the toModule for this PointToPointFlow
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointToPointFlowImpl.setFromModule(Module fromModule)
Set the from Module
|
void |
PointToPointFlowImpl.setToModule(Module toModule)
Set the to Module
|
| Modifier and Type | Method and Description |
|---|---|
int |
PointToPointFlowComparator.compare(PointToPointFlow<Module> ptpf1,
PointToPointFlow<Module> ptpf2)
Compare two instances of PointToPointFlow
|
int |
PointToPointFlowComparator.compare(PointToPointFlow<Module> ptpf1,
PointToPointFlow<Module> ptpf2)
Compare two instances of PointToPointFlow
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractModuleAfterInvocationProvider.mayReadModule(org.springframework.security.core.Authentication authentication,
Module module)
Determines if the specified module should be accessible to the currently logged in user
|
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
WiretapEventsSearchFormController.getModules()
Get the modules
|
Copyright © 2007-2015 Ikasan. All Rights Reserved.