public class ContributorSystemProperty extends AbstractUserSystemProperty
SystemProperty which represents the last contributor of a content.SystemProperty.EnumeratorDefinition_description, _i18nUtils, _id, _label, _pluginName, _resolver, _userHelper| Constructor and Description |
|---|
ContributorSystemProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_getSolrFieldName()
Get the Solr field name
|
protected UserIdentity |
_getUserIdentityValue(Content content)
Get the value as
UserIdentity |
SearchField |
getSearchField()
Get the
SearchField representing this system property. |
boolean |
isMultiple()
Get the multiple status of the property.
|
boolean |
isSortable()
Get if the property can be sorted on.
|
getJsonValue, getQuery, getRenderer, getSortValue, getType, getValue_indexBooleanValue, _indexBooleanValues, _indexDateValue, _indexDateValues, _indexDoubleValue, _indexDoubleValues, _indexGeocodeValue, _indexLongValue, _indexLongValues, _indexStringValue, _indexStringValues, _indexUserValue, _indexUserValues, _parseI18nizableText, configure, getDescription, getId, getLabel, getSchemaDefinitions, index, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArray, saxValue, service, setPluginInfogetLogger, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnWidth, getContentTypeId, getConverter, getEnumeratorDefinition, getWidget, getWidgetParameters, isDisplayable, isFacetable, isSearchablepublic 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 AbstractUserSystemPropertyprotected UserIdentity _getUserIdentityValue(Content content)
AbstractUserSystemPropertyUserIdentity_getUserIdentityValue in class AbstractUserSystemPropertycontent - the contentpublic SearchField getSearchField()
SystemPropertySearchField representing this system property.