Package org.ametys.cms.search.model
Interface SystemResultField
-
- All Superinterfaces:
Field
,ResultField
- All Known Implementing Classes:
SystemSearchUIColumn
public interface SystemResultField extends ResultField
ResultField
returning a content "system" property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldPath()
Get the field path (separated by '/').String
getSystemPropertyId()
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 Detail
-
getFieldPath
String getFieldPath()
Get the field path (separated by '/').- Returns:
- the field path.
-
getSystemPropertyId
String getSystemPropertyId()
Get the system property ID.- Returns:
- the system property ID.
-
-