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.booleanisJoined()Returnstrueif the criterion is joinedMethods inherited from interface org.ametys.cms.search.model.Field
getContentTypeId, getEnumerator, getType, isMultipleMethods inherited from interface org.ametys.cms.search.model.SearchCriterion
getDescription, getId, getLabel, getOperator, getQuery, getQuery, getSearchField, isFacetable, isSortable
-
Method Details
-
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
-