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