public class CoverImageServiceOsgiImpl extends AbstractCoverImageService
AbstractCoverImageService for use in OSGi environmentAbstractCoverImageService.OperationCOVERIMAGE_WORKSPACE_COLLECTION, organizationDirectoryService, securityService, serviceRegistry, userDirectoryService, workspace| Constructor and Description |
|---|
CoverImageServiceOsgiImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext cc)
OSGi activation callback
|
protected org.opencastproject.security.api.OrganizationDirectoryService |
getOrganizationDirectoryService() |
protected org.opencastproject.security.api.SecurityService |
getSecurityService() |
protected org.opencastproject.serviceregistry.api.ServiceRegistry |
getServiceRegistry() |
protected org.opencastproject.security.api.UserDirectoryService |
getUserDirectoryService() |
protected void |
setOrganizationDirectoryService(org.opencastproject.security.api.OrganizationDirectoryService organizationDirectoryService)
OSGi callback to set the organization directory service
|
protected void |
setSecurityService(org.opencastproject.security.api.SecurityService securityService)
OSGi callback to set the security service
|
protected void |
setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
OSGi callback to set the service registry service
|
protected void |
setUserDirectoryService(org.opencastproject.security.api.UserDirectoryService userDirectoryService)
OSGi callback to set the user directory service
|
protected void |
setWorkspace(org.opencastproject.workspace.api.Workspace workspace)
OSGi callback to set the workspace service.
|
createTempFile, generateCoverImage, generateCoverImageInternal, parseXsl, process, rasterizeSvg, transformSvgpublic void activate(org.osgi.service.component.ComponentContext cc)
activate in class org.opencastproject.job.api.AbstractJobProducercc - the OSGi component contextprotected void setWorkspace(org.opencastproject.workspace.api.Workspace workspace)
workspace - the workspace serviceprotected void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
serviceRegistry - the service registry serviceprotected void setSecurityService(org.opencastproject.security.api.SecurityService securityService)
securityService - the security serviceprotected void setUserDirectoryService(org.opencastproject.security.api.UserDirectoryService userDirectoryService)
userDirectoryService - the user directory serviceprotected void setOrganizationDirectoryService(org.opencastproject.security.api.OrganizationDirectoryService organizationDirectoryService)
organizationDirectoryService - the organization directory serviceprotected org.opencastproject.serviceregistry.api.ServiceRegistry getServiceRegistry()
getServiceRegistry in class org.opencastproject.job.api.AbstractJobProducerprotected org.opencastproject.security.api.SecurityService getSecurityService()
getSecurityService in class org.opencastproject.job.api.AbstractJobProducerprotected org.opencastproject.security.api.UserDirectoryService getUserDirectoryService()
getUserDirectoryService in class org.opencastproject.job.api.AbstractJobProducerprotected org.opencastproject.security.api.OrganizationDirectoryService getOrganizationDirectoryService()
getOrganizationDirectoryService in class org.opencastproject.job.api.AbstractJobProducerCopyright © 2009–2020 Opencast Project. All rights reserved.