Package org.ametys.odf.workflow.task
Class CourseWorkflowTasksComponent
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.cms.workflow.WorkflowTasksComponent
-
- org.ametys.odf.workflow.task.AbstractOdfWorkflowTasksComponent
-
- org.ametys.odf.workflow.task.CourseWorkflowTasksComponent
-
- All Implemented Interfaces:
Component
,Configurable
,LogEnabled
,Serviceable
,ThreadSafe
public class CourseWorkflowTasksComponent extends AbstractOdfWorkflowTasksComponent
Workflow tasks component forCourse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ametys.cms.workflow.WorkflowTasksComponent
WorkflowTasksComponent.LastModifiedDateComparator, WorkflowTasksComponent.Task, WorkflowTasksComponent.TaskStep
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
The avalon role.-
Fields inherited from class org.ametys.odf.workflow.task.AbstractOdfWorkflowTasksComponent
_catalogsManager
-
Fields inherited from class org.ametys.cms.workflow.WorkflowTasksComponent
_allowUserQuery, _contentHelper, _contentTypesHelper, _cTypeEP, _languagesManager, _objectResolver, _rightManager, _tasks, _userManager, _workflowProvider
-
-
Constructor Summary
Constructors Constructor Description CourseWorkflowTasksComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Expression
getContentTypeExpression()
Get the content type expression concerned by this component-
Methods inherited from class org.ametys.odf.workflow.task.AbstractOdfWorkflowTasksComponent
_getContentsAndExpressions, _saxAdditionalData, service
-
Methods inherited from class org.ametys.cms.workflow.WorkflowTasksComponent
_configureAdditional, _configureStep, _configureStepIds, _configureTasks, _getContents, _getCorrespondingWorkflows, _getTaskContents, _getTaskContents, _saxAdditionalAttributes, _saxAdditionalAttributes, _saxContent, _saxContentCurrentState, _saxTask, _testContent, allowUserQuery, configure, getContents, getTasks, toSAX, toSAX
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
CourseWorkflowTasksComponent
public CourseWorkflowTasksComponent()
-
-
Method Detail
-
getContentTypeExpression
protected Expression getContentTypeExpression()
Description copied from class:AbstractOdfWorkflowTasksComponent
Get the content type expression concerned by this component- Specified by:
getContentTypeExpression
in classAbstractOdfWorkflowTasksComponent
- Returns:
- the content type expression
-
-