Class CommonSystemPropertyBasedSortDefinition

java.lang.Object
org.ametys.web.frontoffice.search.metamodel.impl.CommonSystemPropertyBasedSortDefinition
All Implemented Interfaces:
SortDefinition

This class has the purpose to functionaly have a common SortDefinition (for all Returnables) on fields such as last validation date, first validation date, last modification date, last major validation date, etc.
And to technically rely on SystemProperty.
This means that with the SystemProperty mechanism, the sort field is already indexed for Contents.
BUT for every other kind of document (such as Page for PageReturnable, Resource for ResourceReturnable, etc.), the corresponding sort fields must be manually indexed.