Package org.ametys.cms.search.model
Interface SystemSearchCriterion
-
- All Superinterfaces:
Field
,SearchCriterion
- All Known Implementing Classes:
SystemSearchUICriterion
public interface SystemSearchCriterion extends SearchCriterion
SearchCriterion
searching on a content "system" property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSystemPropertyId()
Get the system property ID.boolean
isJoined()
Returnstrue
if the criterion is joined-
Methods inherited from interface org.ametys.cms.search.model.Field
getContentTypeId, getEnumerator, getType, isMultiple
-
Methods inherited from interface org.ametys.cms.search.model.SearchCriterion
getId, getOperator, getQuery, getQuery, getSearchField, isFacetable, isSortable
-
-
-
-
Method Detail
-
getSystemPropertyId
String getSystemPropertyId()
Get the system property ID.- Returns:
- the system property ID.
-
isJoined
boolean isJoined()
Returnstrue
if the criterion is joined- Returns:
true
if the criterion is joined
-
-