Package org.ametys.cms.search.model
Interface SystemSearchCriterion
- 
- All Superinterfaces:
 Field,SearchCriterion
- All Known Implementing Classes:
 SystemSearchUICriterion
public interface SystemSearchCriterion extends SearchCriterion
SearchCriterionsearching on a content "system" property. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSystemPropertyId()Get the system property ID.booleanisJoined()Returnstrueif 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()
Returnstrueif the criterion is joined- Returns:
 trueif the criterion is joined
 
 - 
 
 -