Package org.ametys.web.workflow
Class WorkflowStepsEnumerator
java.lang.Object
org.ametys.cms.workflow.DefaultWorkflowStepEnumerator
org.ametys.web.workflow.WorkflowStepsEnumerator
- All Implemented Interfaces:
Enumerator<String>
,Enumerator
,Configurable
,Serviceable
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
-
Method Summary
Modifier and TypeMethodDescriptionProvides the enumerated values with their optional label.Methods inherited from class org.ametys.cms.workflow.DefaultWorkflowStepEnumerator
configure, getConfiguration, getEntries, getEntry, service
-
Constructor Details
-
WorkflowStepsEnumerator
public WorkflowStepsEnumerator()
-
-
Method Details
-
getTypedEntries
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getTypedEntries
in interfaceEnumerator<String>
- Overrides:
getTypedEntries
in classDefaultWorkflowStepEnumerator
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs. TODO NEWATTRIBUTEAPI: rename this method whenEnumerator
will be removed
-