Class PrivateContentReturnable

All Implemented Interfaces:
LogEnabled, PluginAware, Returnable, Initializable, Configurable, Contextualizable, Serviceable
Direct Known Subclasses:
UserContentReturnable, UserPageReturnable

This class is a generic returnable to be used to search on a private ContentType.
You must associate it with a Searchable which is or extends PrivateContentSearchable
 <extension point="org.ametys.web.frontoffice.search.metamodel.ReturnableExtensionPoint"
         id="my.returnable.id"
         class="org.ametys.web.frontoffice.search.metamodel.impl.PrivateContentReturnable">
     <label i18n="true">...</label>
     <associatedSearchable>my.searchable.id</associatedSearchable>
 </extension>