Package org.ametys.cms.search.model
Interface SystemResultField
- All Superinterfaces:
Field
,ResultField
- All Known Implementing Classes:
SystemSearchUIColumn
ResultField
returning a content "system" property.-
Method Summary
Modifier and TypeMethodDescriptionGet the field path (separated by '/').Get the system property ID.Methods inherited from interface org.ametys.cms.search.model.Field
getContentTypeId, getEnumerator, getType, isMultiple
Methods inherited from interface org.ametys.cms.search.model.ResultField
getFullValue, getId, getSearchField, getValue
-
Method Details
-
getFieldPath
Get the field path (separated by '/').- Returns:
- the field path.
-
getSystemPropertyId
Get the system property ID.- Returns:
- the system property ID.
-