Class GetTaskForICSAction
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.GetTaskForICSAction
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
Action providing data about a Task by it's id.
-
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
Methods inherited from class org.ametys.plugins.workspaces.tasks.actions.AbstractGetTasksForExportAction
_task2Result, act, service
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
GetTaskForICSAction
public GetTaskForICSAction()
-
-
Method Details
-
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
-