public class ContributorSystemProperty extends AbstractUserSystemProperty
SystemProperty
which represents the last contributor of a content.SystemProperty.EnumeratorDefinition
_jsonUtils, _userHelper
_description, _i18nUtils, _id, _label, _pluginName
Constructor and Description |
---|
ContributorSystemProperty() |
Modifier and Type | Method and Description |
---|---|
protected String |
_getSolrFieldName()
Get the Solr field name
|
Object |
getFullValue(Content content)
Get the value represented by this field in the given result content.
|
SearchField |
getSearchField()
Get the
SearchField representing this system property. |
Object |
getValue(Content content)
Get the value represented by this field in the given result content.
|
boolean |
isMultiple()
Get the multiple status of the property.
|
boolean |
isSortable()
Get if the property can be sorted on.
|
getConverter, getQuery, getRenderer, getSortValue, getType, service, setUserInfos
_parseI18nizableText, configure, getColumnWidth, getContentTypeId, getDescription, getEnumeratorDefinition, getId, getLabel, getSchemaDefinitions, getWidget, getWidgetParameters, index, isDisplayable, isSearchable, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArray, setPluginInfo
getLogger, setLogger
public ContributorSystemProperty()
public boolean isMultiple()
SystemProperty
true
if the property can have multiple values, false
otherwise.public boolean isSortable()
SystemProperty
true
if the property can be sorted on, false
otherwise.protected String _getSolrFieldName()
AbstractUserSystemProperty
_getSolrFieldName
in class AbstractUserSystemProperty
public SearchField getSearchField()
SystemProperty
SearchField
representing this system property.public Object getValue(Content content)
SystemProperty
content
- the result content.public Object getFullValue(Content content)
SystemProperty
getFullValue
in interface SystemProperty
getFullValue
in class AbstractSystemProperty
content
- the result content.