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
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 -
Method Summary
Modifier and TypeMethodDescriptionProvides the enumerated values with their optional label.Methods inherited from class org.ametys.cms.workflow.DefaultWorkflowStepEnumerator
configure, getConfiguration, getEntry, service
-
Constructor Details
-
WorkflowStepsEnumerator
public WorkflowStepsEnumerator()
-
-
Method Details
-
getEntries
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.
-