Package org.ametys.cms.workflow
Class WorkflowNameEnumerator
java.lang.Object
org.ametys.cms.workflow.WorkflowNameEnumerator
- All Implemented Interfaces:
Enumerator<String>
,Enumerator
,Configurable
,Serviceable
public class WorkflowNameEnumerator
extends Object
implements Enumerator<String>, Enumerator, Serviceable, Configurable
Enumerator
for the default workflow names-
Field Summary
Modifier and TypeFieldDescriptionprotected String
All option : 'disabled' to disable the 'all' option, 'blank' to use a blank value for 'all' option, or 'concat' to concat all content types' ids for 'all' optionprotected WorkflowHelper
The workflow helper -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Configuration configuration) Get the configuration of this enumeratorProvides the enumerated values with their optional label.Retrieves a single label from a value.Provides the enumerated values with their optional label.void
service
(ServiceManager smanager)
-
Field Details
-
_workflowHelper
The workflow helper -
_allOption
All option : 'disabled' to disable the 'all' option, 'blank' to use a blank value for 'all' option, or 'concat' to concat all content types' ids for 'all' option
-
-
Constructor Details
-
WorkflowNameEnumerator
public WorkflowNameEnumerator()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
configure
- Specified by:
configure
in interfaceConfigurable
- Throws:
ConfigurationException
-
getConfiguration
Description copied from interface:Enumerator
Get the configuration of this enumerator- Specified by:
getConfiguration
in interfaceEnumerator<String>
- Specified by:
getConfiguration
in interfaceEnumerator
- Returns:
- the configuration
-
getEntries
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getEntries
in interfaceEnumerator
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs.
-
getTypedEntries
Description copied from interface:Enumerator
Provides the enumerated values with their optional label.- Specified by:
getTypedEntries
in interfaceEnumerator<String>
- Returns:
- the enumerated values and their label.
- Throws:
Exception
- if an error occurs. TODO NEWATTRIBUTEAPI: rename this method whenEnumerator
will be removed
-
getEntry
Description copied from interface:Enumerator
Retrieves a single label from a value.- Specified by:
getEntry
in interfaceEnumerator<String>
- Specified by:
getEntry
in interfaceEnumerator
- Parameters:
value
- the value.- Returns:
- the label or
null
if not found. - Throws:
Exception
- if an error occurs.
-