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, setPluginInfogetLogger, setLoggerpublic ContributorSystemProperty()
public boolean isMultiple()
SystemPropertytrue if the property can have multiple values, false otherwise.public boolean isSortable()
SystemPropertytrue if the property can be sorted on, false otherwise.protected String _getSolrFieldName()
AbstractUserSystemProperty_getSolrFieldName in class AbstractUserSystemPropertypublic SearchField getSearchField()
SystemPropertySearchField representing this system property.public Object getValue(Content content)
SystemPropertycontent - the result content.public Object getFullValue(Content content)
SystemPropertygetFullValue in interface SystemPropertygetFullValue in class AbstractSystemPropertycontent - the result content.