|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Module | |
|---|---|
| org.ikasan.console.module.dao | |
| org.ikasan.console.module.service | |
| org.ikasan.console.pointtopointflow | |
| org.ikasan.console.security | |
| org.ikasan.console.web.controller | |
| Uses of Module in org.ikasan.console.module.dao |
|---|
| Methods in org.ikasan.console.module.dao that return Module | |
|---|---|
Module |
HibernateModuleDao.getModule(Long moduleId)
|
Module |
ModuleDao.getModule(Long moduleId)
Returns the Module for the given id (or returns null) |
| Methods in org.ikasan.console.module.dao that return types with arguments of type Module | |
|---|---|
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 |
| Uses of Module in org.ikasan.console.module.service |
|---|
| Methods in org.ikasan.console.module.service that return Module | |
|---|---|
Module |
ModuleService.getModule(Long moduleId)
Returns the Module for the given id (or returns null) |
Module |
ConsoleModuleService.getModule(Long moduleId)
|
| Methods in org.ikasan.console.module.service that return types with arguments of type Module | |
|---|---|
Set<Module> |
ModuleService.getAllModules()
Returns all available Modules or an empty Set |
Set<Module> |
ConsoleModuleService.getAllModules()
|
| Uses of Module in org.ikasan.console.pointtopointflow |
|---|
| Methods in org.ikasan.console.pointtopointflow that return Module | |
|---|---|
Module |
PointToPointFlowImpl.getFromModule()
Get the fromModule for this PointToPointFlow |
Module |
PointToPointFlowImpl.getToModule()
Get the toModule for this PointToPointFlow |
| Methods in org.ikasan.console.pointtopointflow with parameters of type Module | |
|---|---|
void |
PointToPointFlowImpl.setFromModule(Module fromModule)
Set the from Module |
void |
PointToPointFlowImpl.setToModule(Module toModule)
Set the to Module |
| Method parameters in org.ikasan.console.pointtopointflow with type arguments of type Module | |
|---|---|
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 |
| Uses of Module in org.ikasan.console.security |
|---|
| Methods in org.ikasan.console.security with parameters of type Module | |
|---|---|
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 |
| Uses of Module in org.ikasan.console.web.controller |
|---|
| Methods in org.ikasan.console.web.controller that return types with arguments of type Module | |
|---|---|
Set<Module> |
WiretapEventsSearchFormController.getModules()
Get the modules |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||