Package org.ametys.web.search.systemprop
Class WorkflowStepSystemProperty
java.lang.Object
org.ametys.runtime.model.AbstractModelItem
org.ametys.runtime.model.DefaultElementDefinition<Long>
org.ametys.cms.model.properties.AbstractProperty<Long,ModelAwareDataAwareAmetysObject>
org.ametys.cms.model.properties.AbstractStaticProperty<Long,ModelAwareDataAwareAmetysObject>
org.ametys.cms.model.properties.AbstractIndexableStaticProperty<Long,Long,ModelAwareDataAwareAmetysObject>
org.ametys.cms.search.systemprop.AbstractIndexableSystemProperty<Long,Long,ModelAwareDataAwareAmetysObject>
org.ametys.cms.search.systemprop.WorkflowStepSystemProperty
org.ametys.web.search.systemprop.WorkflowStepSystemProperty
- All Implemented Interfaces:
Comparable<ModelItem>,Property<Long,,ModelAwareDataAwareAmetysObject> CriterionDefinitionAwareElementDefinition<Long,,Long, ModelAwareDataAwareAmetysObject> IndexationAwareElementDefinition<Long,,ModelAwareDataAwareAmetysObject> SystemProperty<Long,,ModelAwareDataAwareAmetysObject> IndexationAwareSystemProperty<Long,,ModelAwareDataAwareAmetysObject> ElementDefinition<Long>,ModelItem,PluginAware,Labelable,ModifiableLabelable,Configurable,Contextualizable,Serviceable
Web-specific workflow step system property, which returns null when in the live workspace.
-
Field Summary
FieldsFields inherited from class org.ametys.cms.search.systemprop.WorkflowStepSystemProperty
_workflowHelper, _workflowProvider, SOLR_FIELD_NAME, SYSTEM_PROPERTY_IDFields inherited from class org.ametys.cms.model.properties.AbstractIndexableStaticProperty
_criterionDefinitionHelper, _indexationAwareElementDefinitionHelperFields inherited from class org.ametys.cms.model.properties.AbstractStaticProperty
_contextFields inherited from class org.ametys.runtime.model.DefaultElementDefinition
_loggerFields inherited from class org.ametys.runtime.model.AbstractModelItem
__context, __serviceManagerFields inherited from interface org.ametys.runtime.model.ElementDefinition
CONFIG_DEFAULT_VALUE_TYPEFields inherited from interface org.ametys.runtime.model.ModelItem
ITEM_PATH_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(ModelAwareDataAwareAmetysObject ametysObject) Get the element's valuevoidservice(ServiceManager manager) Methods inherited from class org.ametys.cms.search.systemprop.WorkflowStepSystemProperty
getColumnWidth, getConverter, getDefaultCriterionEnumerator, getDefaultCriterionWidgetParameters, getQuery, getRenderer, getSolrFacetFieldName, getSolrFieldName, getSolrSortFieldName, getTypeId, valueToJSON, valueToSAXMethods inherited from class org.ametys.cms.search.systemprop.AbstractIndexableSystemProperty
_getNameConfigurationAttribute, getSchemaDefinitions, getSortValue, indexValue, parseStringArrayMethods inherited from class org.ametys.cms.model.properties.AbstractIndexableStaticProperty
getCriterionType, getCriterionTypeIdMethods inherited from class org.ametys.cms.model.properties.AbstractStaticProperty
_parseAndSetEnumerator, _parseDescription, _parseLabel, _parseName, configure, contextualizeMethods inherited from class org.ametys.cms.model.properties.AbstractProperty
getType, init, isEditable, setPluginInfoMethods inherited from class org.ametys.runtime.model.DefaultElementDefinition
_defaultValueToJSON, _getDefaultValues, _getSimpleDefaultValue, _toJSON, _widgetToJSON, _widgetToSAX, getCustomEnumerator, getCustomValidator, getDefaultValue, getEnumerator, getEnumeratorConfiguration, getParsedDefaultValues, getValidator, getValidatorConfiguration, getWidget, getWidgetParameters, isMultiple, of, setCustomEnumerator, setCustomValidator, setDefaultValue, setEnumerator, setEnumeratorConfiguration, setMultiple, setParsedDefaultValues, setType, setValidator, setValidatorConfiguration, setWidget, setWidgetParameters, toSAXMethods inherited from class org.ametys.runtime.model.AbstractModelItem
_getModelItemHelper, _shouldJSONBeEmpty, _widgetParameterToSAX, addItemChecker, compareTo, disableConditionsToJSON, equals, getDescription, getDisableConditions, getItemCheckers, getLabel, getModel, getName, getParent, getPath, getPluginName, hashCode, setContext, setDescription, setDisableConditions, setLabel, setModel, setName, setParent, setPluginName, setServiceManager, toJSON, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.ametys.cms.search.model.CriterionDefinitionAwareElementDefinition
convertQueryValue, getDefaultCriterionOperator, getDefaultCriterionWidgetMethods inherited from interface org.ametys.runtime.model.ElementDefinition
getCustomEnumerator, getCustomValidator, getDefaultValue, getEnumerator, getEnumeratorConfiguration, getParsedDefaultValues, getValidator, getValidatorConfiguration, isEditable, isMultiple, setCustomEnumerator, setCustomValidator, setDefaultValue, setEnumerator, setEnumeratorConfiguration, setMultiple, setParsedDefaultValues, setValidator, setValidatorConfigurationMethods inherited from interface org.ametys.cms.search.model.IndexationAwareElementDefinition
getType, isFacetable, isSortableMethods inherited from interface org.ametys.runtime.util.Labelable
getDescription, getLabel, getNameMethods inherited from interface org.ametys.runtime.model.ModelItem
addItemChecker, getDisableConditions, getItemCheckers, getModel, getParent, getPath, getPluginName, getWidget, getWidgetParameters, setDisableConditions, setModel, setParent, setPluginName, setType, setWidget, setWidgetParameters, toJSON, toSAXMethods inherited from interface org.ametys.runtime.util.ModifiableLabelable
setDescription, setLabel, setNameMethods inherited from interface org.ametys.cms.search.model.SystemProperty
isDisplayable
-
Field Details
-
_workspaceSelector
The workspace selector.
-
-
Constructor Details
-
WorkflowStepSystemProperty
public WorkflowStepSystemProperty()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classWorkflowStepSystemProperty- Throws:
ServiceException
-
getValue
Description copied from interface:IndexationAwareElementDefinitionGet the element's value- Specified by:
getValuein interfaceIndexationAwareElementDefinition<Long,ModelAwareDataAwareAmetysObject> - Specified by:
getValuein interfaceProperty<Long,ModelAwareDataAwareAmetysObject> - Overrides:
getValuein classWorkflowStepSystemProperty- Parameters:
ametysObject- the ametysObject containing the element- Returns:
- the values to index.
-