Class ContentConstitencySearchModel
java.lang.Object
org.ametys.cms.content.consistency.ContentConstitencySearchModel
- All Implemented Interfaces:
Component
,Serviceable
Provide the search model for Content consistency search
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProvide the list of column.Get the criteria for the searchGet the facets for the searchgetModel()
Get the model for a content consistency searchvoid
service
(ServiceManager manager)
-
Field Details
-
ROLE
The avalon role
-
-
Constructor Details
-
ContentConstitencySearchModel
public ContentConstitencySearchModel()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getModel
Get the model for a content consistency search- Returns:
- the model
-
getColumns
Provide the list of column. Any column additional column must not be sortable as there info won't be present in the search result.- Returns:
- a json description of the column
-
getCriteria
Get the criteria for the search- Returns:
- the JSON description of the criteria
-
getFacets
Get the facets for the search- Returns:
- the JSON description of the facets
-