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
_resolver
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
Fields 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 tasksvoid
service
(ServiceManager smanager) Methods inherited from class org.ametys.plugins.workspaces.tasks.actions.AbstractGetTasksForExportAction
_task2Result, act
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GetAllTasksForICSAction
public GetAllTasksForICSAction()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractGetTasksForExportAction
- Throws:
ServiceException
-
getTasks
Description copied from class:AbstractGetTasksForExportAction
Get the list of tasks- Specified by:
getTasks
in classAbstractGetTasksForExportAction
- Parameters:
request
- the request.- Returns:
- the list of tasks
-
_passFilter
Description copied from class:AbstractGetTasksForExportAction
Check if a given task match the requirements to be parsed- Overrides:
_passFilter
in classAbstractGetTasksForExportAction
- Parameters:
task
- the task- Returns:
- true if the task match the requirements
-