All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.tiered-storage-job-producer.xml Maven / Gradle / Ivy

There is a newer version: 16.7
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
               name="org.opencastproject.assetmanager.impl.TieredStorageAssetManagerJobProducer"
               activate="activate"
               immediate="true">

  <implementation class="org.opencastproject.assetmanager.impl.AssetManagerJobProducer"/>
  <property name="service.description" value="Opencast Asset Manager Job Producer"/>
  <service>
    <provide interface="org.opencastproject.assetmanager.impl.AssetManagerJobProducer"/>
  </service>

  <reference name="assetManager"
             interface="org.opencastproject.assetmanager.api.AssetManager"
             policy="dynamic"
             bind="setAssetManager"/>
  <reference name="security-service" interface="org.opencastproject.security.api.SecurityService"
             cardinality="1..1" policy="static" bind="setSecurityService"/>
  <reference name="user-directory" interface="org.opencastproject.security.api.UserDirectoryService"
             cardinality="1..1" policy="static" bind="setUserDirectoryService"/>
  <reference name="orgDirectory" interface="org.opencastproject.security.api.OrganizationDirectoryService"
             cardinality="1..1" policy="static" bind="setOrganizationDirectoryService"/>
  <reference name="serviceRegistry" interface="org.opencastproject.serviceregistry.api.ServiceRegistry"
             cardinality="1..1" policy="dynamic" bind="setServiceRegistry"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy