Class PrivateContentSearchable

All Implemented Interfaces:
Cacheable, LogEnabled, PluginAware, Searchable, Disposable, Initializable, Configurable, Contextualizable, Serviceable

This class is a generic searchable to be used to search on a private ContentType.
You must associate it with a Returnable which is or extends PrivateContentReturnable
 <extension point="org.ametys.web.frontoffice.search.metamodel.SearchableExtensionPoint"
         id="my.searchable.id"
         class="org.ametys.web.frontoffice.search.metamodel.impl.PrivateContentSearchable">
     <label i18n="true">...</label>
     <criteriaPosition>11</criteriaPosition>
     <associatedReturnable>my.returnable.id</associatedReturnable>
     <baseContentType>my.content.type.1</baseContentType>
     <baseContentType>my.content.type.2</baseContentType>
     <contentTypeParameter order="99">
         <label i18n="true">...</label>
         <description i18n="true">...</description>
     </contentTypeParameter>
 </extension>