Package org.ametys.web.workflow
Class WorkflowStepsEnumerator
- java.lang.Object
-
- org.ametys.cms.workflow.DefaultWorkflowStepEnumerator
-
- org.ametys.web.workflow.WorkflowStepsEnumerator
-
- All Implemented Interfaces:
Enumerator
,Configurable
,Serviceable
public class WorkflowStepsEnumerator extends DefaultWorkflowStepEnumerator
Enumerator
for the default workflow steps excluding steps of id greater than 9000
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.workflow.DefaultWorkflowStepEnumerator
_allOption, _excludedSteps, _workflowHelper, _workflowName
-
-
Constructor Summary
Constructors Constructor Description WorkflowStepsEnumerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Object,I18nizableText>
getEntries()
Provides the enumerated values with their optional label.-
Methods inherited from class org.ametys.cms.workflow.DefaultWorkflowStepEnumerator
configure, getConfiguration, getEntry, service
-
-
-
-
Constructor Detail
-
WorkflowStepsEnumerator
public WorkflowStepsEnumerator()
-
-
Method Detail
-
getEntries
public Map<Object,I18nizableText> getEntries() throws Exception
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getEntries
in interfaceEnumerator
- Overrides:
getEntries
in classDefaultWorkflowStepEnumerator
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs.
-
-