Class CoverImageServiceOsgiImpl

java.lang.Object
org.opencastproject.job.api.AbstractJobProducer
org.opencastproject.coverimage.impl.AbstractCoverImageService
org.opencastproject.coverimage.impl.CoverImageServiceOsgiImpl
All Implemented Interfaces:
org.opencastproject.coverimage.CoverImageService, org.opencastproject.job.api.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 org.opencastproject.job.api.AbstractJobProducer
      Parameters:
      cc - the OSGi component context
    • setWorkspace

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

      protected void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
      OSGi callback to set the service registry service
      Parameters:
      serviceRegistry - the service registry service
    • setSecurityService

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

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

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

      protected org.opencastproject.serviceregistry.api.ServiceRegistry getServiceRegistry()
      Specified by:
      getServiceRegistry in class org.opencastproject.job.api.AbstractJobProducer
    • getSecurityService

      protected org.opencastproject.security.api.SecurityService getSecurityService()
      Specified by:
      getSecurityService in class org.opencastproject.job.api.AbstractJobProducer
    • getUserDirectoryService

      protected org.opencastproject.security.api.UserDirectoryService getUserDirectoryService()
      Specified by:
      getUserDirectoryService in class org.opencastproject.job.api.AbstractJobProducer
    • getOrganizationDirectoryService

      protected org.opencastproject.security.api.OrganizationDirectoryService getOrganizationDirectoryService()
      Specified by:
      getOrganizationDirectoryService in class org.opencastproject.job.api.AbstractJobProducer