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
Constructors -
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:EnumeratorProvides the enumerated values with their optional label.- Specified by:
getTypedEntriesin interfaceEnumerator<String>- Overrides:
getTypedEntriesin classDefaultWorkflowStepEnumerator- Returns:
- the enumerated values and their label.
- Throws:
Exception- if an error occurs. TODO NEWATTRIBUTEAPI: rename this method whenEnumeratorwill be removed
-