public class CreatorSystemProperty extends AbstractUserSystemProperty
SystemProperty which represents the creator of a content.SystemProperty.EnumeratorDefinition_jsonUtils, _userHelper_description, _i18nUtils, _id, _label, _pluginName| Constructor and Description | 
|---|
CreatorSystemProperty()  | 
| 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 CreatorSystemProperty()
protected String _getSolrFieldName()
AbstractUserSystemProperty_getSolrFieldName in class AbstractUserSystemPropertypublic 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.public 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.