Package org.ametys.cms.search.model
Interface SystemSearchCriterion
- All Superinterfaces:
Field
,SearchCriterion
- All Known Implementing Classes:
SystemSearchUICriterion
SearchCriterion
searching on a content "system" property.-
Method Summary
Modifier and TypeMethodDescriptionGet the system property ID.boolean
isJoined()
Returnstrue
if the criterion is joinedMethods 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 Details
-
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
-