Package org.ametys.odf.workflow.task
Class ProgramWorkflowTasksComponent
- 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.AbstractOdfWorkflowTasksWithChangesComponent
-
- org.ametys.odf.workflow.task.ProgramWorkflowTasksComponent
-
- All Implemented Interfaces:
Component
,Configurable
,LogEnabled
,Serviceable
,ThreadSafe
public class ProgramWorkflowTasksComponent extends AbstractOdfWorkflowTasksWithChangesComponent
Workflow tasks component forProgram
-
-
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.AbstractOdfWorkflowTasksWithChangesComponent
_compareVersionHelper, _importantAttributes, _jsonUtils, _showChanges, _showImportantChanges
-
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 ProgramWorkflowTasksComponent()
-
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.AbstractOdfWorkflowTasksWithChangesComponent
_configureAdditional, _configureChanges, _getAttributeChanges, _getBaseVersion, _getChanges, _getTargetVersion, _isImportant, _saxAdditionalData, _saxAttributeChanges, service, showChanges, showImportantChanges
-
Methods inherited from class org.ametys.odf.workflow.task.AbstractOdfWorkflowTasksComponent
_getContentsAndExpressions
-
Methods inherited from class org.ametys.cms.workflow.WorkflowTasksComponent
_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
-
ProgramWorkflowTasksComponent
public ProgramWorkflowTasksComponent()
-
-
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
-
-