Class AttachmentsService

All Implemented Interfaces:
Model, ModelItemAccessor, ModelItemContainer, LogEnabled, PluginAware, Labelable, Service, Disposable, Configurable, Contextualizable, Serviceable

public class AttachmentsService extends StaticService
Service for displaying the hierarchy of attachments of the current page.
  • Constructor Details

  • Method Details

    • index

      public void index(ZoneItem zoneItem, org.apache.solr.common.SolrInputDocument pageDocument)
      Description copied from interface: Service
      Fill the index with service data.
      This method is called during the containing page indexation process.
      Specified by:
      index in interface Service
      Overrides:
      index in class StaticService
      Parameters:
      zoneItem - the ZoneItem containing an instance of this service.
      pageDocument - the solr document for the containing Page.