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

OSGI-INF.operations.animate.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.workflow.handler.animate.AnimateWorkflowOperationHandler"
               immediate="true">
  <implementation class="org.opencastproject.workflow.handler.animate.AnimateWorkflowOperationHandler"/>
  <property name="service.description" value="Animate Workflow Operation Handler"/>
  <property name="workflow.operation" value="animate"/>
  <service>
    <provide interface="org.opencastproject.workflow.api.WorkflowOperationHandler"/>
  </service>
  <reference interface="org.opencastproject.serviceregistry.api.ServiceRegistry"
             name="ServiceRegistry" bind="setServiceRegistry"/>
  <reference interface="org.opencastproject.animate.api.AnimateService"
             name="AnimateService" bind="setAnimateService"/>
  <reference interface="org.opencastproject.inspection.api.MediaInspectionService"
             name="MediaInspectionService" bind="setMediaInspectionService"/>
  <reference interface="org.opencastproject.workspace.api.Workspace"
             name="Workspace" bind="setWorkspace"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy