Skip navigation links
A C D E F G H I L M N O P R S T U V W 

A

AbstractModuleAfterInvocationProvider - Class in org.ikasan.web.security
Abstract class that provides functionality for determining access/configuration rights
AbstractModuleAfterInvocationProvider(String) - Constructor for class org.ikasan.web.security.AbstractModuleAfterInvocationProvider
Constructor
addPagedModelAttributes(String, Boolean, ModelMap, int, PagedSearchResult<?>, HttpServletRequest, Map<String, Object>) - Static method in class org.ikasan.web.controller.MasterDetailControllerUtil
Adds all standard control attributes to the window for displaying the search results page
addParam(Map<String, Object>, String, Object) - Static method in class org.ikasan.web.controller.MasterDetailControllerUtil
Adds a parameter to the searchParams map, only if it has a value
AdminController - Class in org.ikasan.web.controller
Controller class for the administrator screen
AdminController() - Constructor for class org.ikasan.web.controller.AdminController
 
AfterInvocationModuleCollectionFilteringProvider - Class in org.ikasan.web.security
Class for determining access/configuration rights for collection of configuration
AfterInvocationModuleCollectionFilteringProvider() - Constructor for class org.ikasan.web.security.AfterInvocationModuleCollectionFilteringProvider
Constructor

C

changePassword(User, String, ModelMap, BindingResult) - Method in class org.ikasan.web.controller.UsersController
Accepts submission of the changePassword form
CONFIGURATION_DELETE_SYSTEM_EVENT_ACTION - Static variable in class org.ikasan.web.service.ConfigurationManagementService
constant for logging deleted configuration
CONFIGURATION_INSERT_SYSTEM_EVENT_ACTION - Static variable in class org.ikasan.web.service.ConfigurationManagementService
constant for logging new configuration
CONFIGURATION_UPDATE_SYSTEM_EVENT_ACTION - Static variable in class org.ikasan.web.service.ConfigurationManagementService
constant for logging updated configuration
ConfigurationManagementService - Class in org.ikasan.web.service
Configuration Management Service for maintenance of runtime component configurations.
ConfigurationManagementService(ConfigurationManagement<ConfiguredResource, Configuration>, SystemEventService, ModuleService) - Constructor for class org.ikasan.web.service.ConfigurationManagementService
Constructor
controlFlow(String, String, String) - Method in class org.ikasan.web.controller.ModulesController
 
controlInitiator(String, String, String, String) - Method in class org.ikasan.web.controller.ModulesController
Control the initiator (stop, start etc)
convertSourceToTargetClass(Object, Class) - Method in class org.ikasan.web.converter.SpringConverter
 
createConfiguration(String, String, String, RequestContext) - Method in class org.ikasan.web.service.ConfigurationManagementService
Create a new configuration instance for this moduleName/flowName/flowElementName.
createTrigger() - Method in class org.ikasan.web.command.TriggerDetails
Create a trigger from the details
createTrigger(TriggerDetails, RequestContext) - Method in class org.ikasan.web.service.TriggerDetailsService
Create a trigger given details and a context
createTriggerDetails(String, String, String, String) - Method in class org.ikasan.web.service.TriggerDetailsService
Create a new Trigger details
createUser(ModelMap, User, BindingResult) - Method in class org.ikasan.web.controller.UsersController
Accepts submission of the createUser form

D

decide(Authentication, Object, Collection<ConfigAttribute>, Object) - Method in class org.ikasan.web.security.AfterInvocationModuleCollectionFilteringProvider
 
decide(Authentication, Object, Collection<ConfigAttribute>, Object) - Method in class org.ikasan.web.security.ModuleAfterInvocationProvider
 
defaultFalse(Boolean) - Static method in class org.ikasan.web.controller.MasterDetailControllerUtil
Standardises the orderAsc field to use false if otherwise not supplied
defaultZero(Integer) - Static method in class org.ikasan.web.controller.MasterDetailControllerUtil
Returns the input value if not null, otherwise 0
deleteConfiguration(Configuration) - Method in class org.ikasan.web.service.ConfigurationManagementService
Delete an existing Configuration instance.
deleteTrigger(String, String, String, String, ModelMap) - Method in class org.ikasan.web.controller.ModulesController
Delete a wiretap trigger
deleteUser(String, ModelMap) - Method in class org.ikasan.web.controller.UsersController
Delete a existing user
disableUser(String, ModelMap) - Method in class org.ikasan.web.controller.UsersController
Disable an existing user

E

enableUser(String, ModelMap) - Method in class org.ikasan.web.controller.UsersController
Enable an existing user

F

findConfiguration(String, String, String, RequestContext) - Method in class org.ikasan.web.service.ConfigurationManagementService
Find the configuration instance for this moduleName/flowName/flowElementName.

G

getAuthentication() - Method in class org.ikasan.web.service.ConfigurationManagementService
Utility method for getting the authentication principal of the invoking user.
getComponentName() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the component name
getEntrySeparator() - Method in class org.ikasan.web.converter.SpringConverter
 
getEventId() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the event id
getFieldSeparator() - Method in class org.ikasan.web.converter.SpringConverter
 
getFlowElementName() - Method in class org.ikasan.web.command.TriggerDetails
Get the flow element name
getFlowElementNames(String, String) - Method in class org.ikasan.web.service.TriggerDetailsService
Get a list of the flow element names for a flow in a module
getFlowName() - Method in class org.ikasan.web.command.TriggerDetails
Get the flow name
getFromDate() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the from date
getFromDateTime() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the from date time object
getFromTime() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the from time
getJobName() - Method in class org.ikasan.web.command.TriggerDetails
Get the job name
getJobNames() - Method in class org.ikasan.web.service.TriggerDetailsService
Get a list of the job names
getModuleName() - Method in class org.ikasan.web.command.TriggerDetails
Get the module name
getModuleNames() - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Get the module names
getModules() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get a set of the modules
getParameterNames(String) - Method in class org.ikasan.web.service.TriggerDetailsService
Get a List of parameter names for a job
getParams() - Method in class org.ikasan.web.command.TriggerDetails
Get the map of parameters
getPayloadContent() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the payload content
getPayloadId() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the payload id
getPlatformScheduler() - Method in class org.ikasan.web.controller.SchedulerController
Get the platform scheduler
getRelationship() - Method in class org.ikasan.web.command.TriggerDetails
Get the trigger relationship
getRelationships() - Static method in class org.ikasan.web.service.TriggerDetailsService
Get the trigger relationships
getSerialVersionUID() - Static method in class org.ikasan.web.command.WiretapSearchCriteria
Get the serial uid
getSourceClass() - Method in class org.ikasan.web.converter.SpringConverter
 
getTargetClass() - Method in class org.ikasan.web.converter.SpringConverter
 
getUntilDate() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the to date
getUntilDateTime() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the to date time object
getUntilTime() - Method in class org.ikasan.web.command.WiretapSearchCriteria
Get the to time
grantAuthority(String, String, ModelMap) - Method in class org.ikasan.web.controller.UsersController
Grant a new authority to an existing user

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.web.controller.AdminController
Handle the request
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.web.controller.HomeController
Handle the request
HomeController - Class in org.ikasan.web.controller
Controller for the home page for the web console
HomeController() - Constructor for class org.ikasan.web.controller.HomeController
 
housekeepnig(HttpServletRequest, HttpServletResponse, ModelMap) - Method in class org.ikasan.web.controller.SystemEventLogController
Invoke housekeeping on system event log
housekeepWiretaps() - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Handle the request to execute the housekeeper

I

insertConfiguration(Configuration) - Method in class org.ikasan.web.service.ConfigurationManagementService
Insert a new Configuration instance.
isConfiguredResource(String, String, String) - Method in class org.ikasan.web.service.ConfigurationManagementService
Is this moduleName/flowName/flowElementName referencing a component that is marked as a ConfiguredResource.

L

listModules(ModelMap) - Method in class org.ikasan.web.controller.ModulesController
List the modules given a window (map)
listUsers(ModelMap) - Method in class org.ikasan.web.controller.UsersController
List the users known to the system

M

MasterDetailControllerUtil - Class in org.ikasan.web.controller
Common utility functions used by MVC controllers that deal with paged Master/Detail search functions
MasterDetailControllerUtil() - Constructor for class org.ikasan.web.controller.MasterDetailControllerUtil
 
mayReadModule(Authentication, Module) - Method in class org.ikasan.web.security.AbstractModuleAfterInvocationProvider
Determines if the specified module should be accessible to the currently logged in user
MODULE_ADMIN_ATTRIBUTE - Static variable in class org.ikasan.web.security.ModuleAdminVoter
 
ModuleAdminVoter - Class in org.ikasan.web.security
Votes if any ConfigAttribute.getAttribute() matches MODULE_ADMIN If it is called to vote, this voter will only vote yes, if the user has the admin role for the specified module.
ModuleAdminVoter() - Constructor for class org.ikasan.web.security.ModuleAdminVoter
 
ModuleAfterInvocationProvider - Class in org.ikasan.web.security
Class for determining access/configuration rights
ModuleAfterInvocationProvider() - Constructor for class org.ikasan.web.security.ModuleAfterInvocationProvider
Constructor
ModulesController - Class in org.ikasan.web.controller
Controller class for the web-console dealing with modules
ModulesController(ModuleService) - Constructor for class org.ikasan.web.controller.ModulesController
Constructor

N

next(HttpServletRequest, ModelMap) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Search for the next page of results
nullForEmpty(String) - Static method in class org.ikasan.web.controller.MasterDetailControllerUtil
Returns the input value or null for an empty String

O

org.ikasan.web.command - package org.ikasan.web.command
 
org.ikasan.web.controller - package org.ikasan.web.controller
 
org.ikasan.web.converter - package org.ikasan.web.converter
 
org.ikasan.web.security - package org.ikasan.web.security
 
org.ikasan.web.service - package org.ikasan.web.service
 

P

previous(HttpServletRequest, ModelMap) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Search for the previous page of results
processSubmit(ModelMap, WiretapSearchCriteria, BindingResult) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Handle submission of the search form

R

resolveOrderBy(String) - Static method in class org.ikasan.web.controller.MasterDetailControllerUtil
Returns the input value if not null, otherwise "id"
resumeScheduler() - Method in class org.ikasan.web.controller.SchedulerController
Handle the request to resume the scheduler
revokeAuthority(String, String, ModelMap) - Method in class org.ikasan.web.controller.UsersController
Revoke an authority from a existing user

S

SchedulerController - Class in org.ikasan.web.controller
Controller class for the scheduler view
SchedulerController(Scheduler) - Constructor for class org.ikasan.web.controller.SchedulerController
Constructor
search(HttpServletRequest, Boolean, Integer, String, Boolean, String, String, String, String, String, String, String, ModelMap) - Method in class org.ikasan.web.controller.SystemEventLogController
search for system events
searchResults(HttpServletRequest, ModelMap) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Return to the search results page
setComponentName(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the component name
setConverter(Converter) - Method in class org.ikasan.web.service.SpringConversionService
Allow the addition of customer converters
setEntrySeparator(String) - Method in class org.ikasan.web.converter.SpringConverter
 
setEventId(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the event id
setFieldSeparator(String) - Method in class org.ikasan.web.converter.SpringConverter
 
setFlowElementName(String) - Method in class org.ikasan.web.command.TriggerDetails
Set the flow element name
setFromDate(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the from date
setFromTime(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the from time
setJobAwareFlowEventListener(JobAwareFlowEventListener) - Method in class org.ikasan.web.controller.ModulesController
Set the job aware flow event listener
setJobName(String) - Method in class org.ikasan.web.command.TriggerDetails
Set the job name
setModules(Set<String>) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the modules
setParams(Map<String, String>) - Method in class org.ikasan.web.command.TriggerDetails
Set the map of parameters
setPayloadContent(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the payload content
setPayloadId(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the payload id
setRelationship(String) - Method in class org.ikasan.web.command.TriggerDetails
Set the trigger relationship (before/after)
setUntilDate(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the to date
setUntilTime(String) - Method in class org.ikasan.web.command.WiretapSearchCriteria
Set the to time
setupForm(HttpServletRequest, ModelMap) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
Setup the search form
SpringConversionService - Class in org.ikasan.web.service
Simple Spring based conversion service supporting custom converters
SpringConversionService() - Constructor for class org.ikasan.web.service.SpringConversionService
Default Constructor
SpringConverter - Class in org.ikasan.web.converter
Custom converter for String into Map
SpringConverter() - Constructor for class org.ikasan.web.converter.SpringConverter
 
stopScheduler() - Method in class org.ikasan.web.controller.SchedulerController
Handle the request to put the scheduler on standby
supports(Class) - Method in class org.ikasan.web.command.WiretapSearchCriteriaValidator
 
supports(ConfigAttribute) - Method in class org.ikasan.web.security.AbstractModuleAfterInvocationProvider
 
supports(Class) - Method in class org.ikasan.web.security.AbstractModuleAfterInvocationProvider
 
supports(ConfigAttribute) - Method in class org.ikasan.web.security.AfterInvocationModuleCollectionFilteringProvider
 
supports(ConfigAttribute) - Method in class org.ikasan.web.security.ModuleAdminVoter
 
supports(Class) - Method in class org.ikasan.web.security.ModuleAdminVoter
 
SystemEventLogController - Class in org.ikasan.web.controller
Controller class for the administrator screen
SystemEventLogController(SystemEventService) - Constructor for class org.ikasan.web.controller.SystemEventLogController
Constructor

T

TriggerDetails - Class in org.ikasan.web.command
Class representing the details for a trigger
TriggerDetails(String, String) - Constructor for class org.ikasan.web.command.TriggerDetails
Constructor
TriggerDetailsService - Class in org.ikasan.web.service
The service layer for the trigger details
TriggerDetailsService(JobAwareFlowEventListener, ModuleService) - Constructor for class org.ikasan.web.service.TriggerDetailsService
Constructor

U

updateConfiguration(Configuration) - Method in class org.ikasan.web.service.ConfigurationManagementService
Update an existing Configuration instance.
UsersController - Class in org.ikasan.web.controller
The controller for the various user views
UsersController(UserService) - Constructor for class org.ikasan.web.controller.UsersController
Constructor

V

validate(Object, Errors) - Method in class org.ikasan.web.command.WiretapSearchCriteriaValidator
 
viewEvent(long, ModelMap) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
View a specified WiretapEvent
viewFlow(String, String, ModelMap) - Method in class org.ikasan.web.controller.ModulesController
View the flow
viewFlowElement(String, String, String, ModelMap) - Method in class org.ikasan.web.controller.ModulesController
View the flow element
viewModule(String, ModelMap) - Method in class org.ikasan.web.controller.ModulesController
View the module
viewPrettyPayloadContent(long, HttpServletResponse) - Method in class org.ikasan.web.controller.WiretapEventsSearchFormController
View a specific payload content in a best guess native format
viewScheduler() - Method in class org.ikasan.web.controller.SchedulerController
Handle the request Warning is suppressed because ModelMap does not support Generics
viewUser(String, ModelMap) - Method in class org.ikasan.web.controller.UsersController
List the users known to the system
vote(Authentication, Object, Collection) - Method in class org.ikasan.web.security.ModuleAdminVoter
 

W

WiretapEventsSearchFormController - Class in org.ikasan.web.controller
This class is the Controller for the Wiretap search form
WiretapEventsSearchFormController(WiretapService, ModuleService) - Constructor for class org.ikasan.web.controller.WiretapEventsSearchFormController
Constructor
WiretapSearchCriteria - Class in org.ikasan.web.command
Command class capturing the Wiretap search criteria fields
WiretapSearchCriteria() - Constructor for class org.ikasan.web.command.WiretapSearchCriteria
Constructor
WiretapSearchCriteriaValidator - Class in org.ikasan.web.command
The search criteria validator for wire tap searches
WiretapSearchCriteriaValidator() - Constructor for class org.ikasan.web.command.WiretapSearchCriteriaValidator
Constructor
A C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2007-2017 Ikasan. All Rights Reserved.