Class GetAllTasksForICSAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.ametys.plugins.workspaces.tasks.actions.AbstractGetTasksForExportAction
org.ametys.plugins.workspaces.tasks.actions.GetAllTasksForICSAction
- All Implemented Interfaces:
Component,LogEnabled,Serviceable,Action
Action providing data about all Task of a project.
-
Field Summary
Fields inherited from class org.ametys.plugins.workspaces.tasks.actions.AbstractGetTasksForExportAction
_resolverFields inherited from class org.apache.cocoon.acting.ServiceableAction
managerFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_passFilter(Task task) Check if a given task match the requirements to be parsedGet the list of tasksvoidservice(ServiceManager smanager) Methods inherited from class org.ametys.plugins.workspaces.tasks.actions.AbstractGetTasksForExportAction
_task2Result, actMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GetAllTasksForICSAction
public GetAllTasksForICSAction()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractGetTasksForExportAction- Throws:
ServiceException
-
getTasks
Description copied from class:AbstractGetTasksForExportActionGet the list of tasks- Specified by:
getTasksin classAbstractGetTasksForExportAction- Parameters:
request- the request.- Returns:
- the list of tasks
-
_passFilter
Description copied from class:AbstractGetTasksForExportActionCheck if a given task match the requirements to be parsed- Overrides:
_passFilterin classAbstractGetTasksForExportAction- Parameters:
task- the task- Returns:
- true if the task match the requirements
-