Package lumis.service.autoadministration
Class NonPublishedAndArchivedWorklowStatesByLocalizedNameDataProvider
- java.lang.Object
-
- lumis.service.autoadministration.WorkflowStatesByLocalizedNameDataProvider
-
- lumis.service.autoadministration.NonPublishedAndArchivedWorklowStatesByLocalizedNameDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class NonPublishedAndArchivedWorklowStatesByLocalizedNameDataProvider extends WorkflowStatesByLocalizedNameDataProvider
Data provider to fills the source with non published and archived states.- Since:
- 7.0.0
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
-
-
Field Summary
-
Fields inherited from class lumis.service.autoadministration.WorkflowStatesByLocalizedNameDataProvider
STATE_PARAMETER_SEPARATOR, WORKFLOW_PARAMETER_SEPARATOR
-
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
-
-
Constructor Summary
Constructors Constructor Description NonPublishedAndArchivedWorklowStatesByLocalizedNameDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isStateAllowed(WorkflowStateConfig stateConfig)
Returnstrue
if the state is allowed to be included on source, otherwise returnsfalse
.-
Methods inherited from class lumis.service.autoadministration.WorkflowStatesByLocalizedNameDataProvider
getStateId, loadData
-
-
-
-
Method Detail
-
isStateAllowed
protected boolean isStateAllowed(WorkflowStateConfig stateConfig)
Description copied from class:WorkflowStatesByLocalizedNameDataProvider
Returnstrue
if the state is allowed to be included on source, otherwise returnsfalse
.- Overrides:
isStateAllowed
in classWorkflowStatesByLocalizedNameDataProvider
- Parameters:
stateConfig
- the workflow state to be verified.- Returns:
true
if the state is allowed to be included on source, otherwise returnsfalse
.
-
-