Class CoverImageServiceOsgiImpl

All Implemented Interfaces:
CoverImageService, JobProducer

public class CoverImageServiceOsgiImpl extends AbstractCoverImageService
Implementation of AbstractCoverImageService for use in OSGi environment
  • Constructor Details

    • CoverImageServiceOsgiImpl

      public CoverImageServiceOsgiImpl()
  • Method Details

    • activate

      public void activate(org.osgi.service.component.ComponentContext cc)
      OSGi activation callback
      Overrides:
      activate in class AbstractJobProducer
      Parameters:
      cc - the OSGi component context
    • setWorkspace

      protected void setWorkspace(Workspace workspace)
      OSGi callback to set the workspace service.
      Parameters:
      workspace - the workspace service
    • setServiceRegistry

      protected void setServiceRegistry(ServiceRegistry serviceRegistry)
      OSGi callback to set the service registry service
      Parameters:
      serviceRegistry - the service registry service
    • setSecurityService

      protected void setSecurityService(SecurityService securityService)
      OSGi callback to set the security service
      Parameters:
      securityService - the security service
    • setUserDirectoryService

      protected void setUserDirectoryService(UserDirectoryService userDirectoryService)
      OSGi callback to set the user directory service
      Parameters:
      userDirectoryService - the user directory service
    • setOrganizationDirectoryService

      protected void setOrganizationDirectoryService(OrganizationDirectoryService organizationDirectoryService)
      OSGi callback to set the organization directory service
      Parameters:
      organizationDirectoryService - the organization directory service
    • getServiceRegistry

      protected ServiceRegistry getServiceRegistry()
      Description copied from class: AbstractJobProducer
      Returns a reference to the service registry.
      Specified by:
      getServiceRegistry in class AbstractJobProducer
      Returns:
      the service registry
    • getSecurityService

      protected SecurityService getSecurityService()
      Description copied from class: AbstractJobProducer
      Returns a reference to the security service
      Specified by:
      getSecurityService in class AbstractJobProducer
      Returns:
      the security service
    • getUserDirectoryService

      protected UserDirectoryService getUserDirectoryService()
      Description copied from class: AbstractJobProducer
      Returns a reference to the user directory service
      Specified by:
      getUserDirectoryService in class AbstractJobProducer
      Returns:
      the user directory service
    • getOrganizationDirectoryService

      protected OrganizationDirectoryService getOrganizationDirectoryService()
      Description copied from class: AbstractJobProducer
      Returns a reference to the organization directory service.
      Specified by:
      getOrganizationDirectoryService in class AbstractJobProducer
      Returns:
      the organization directory service