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

OSGI-INF.operations.execute-many.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.execute.operation.handler.ExecuteManyWorkflowOperationHandler"
               immediate="true">
  <implementation class="org.opencastproject.execute.operation.handler.ExecuteManyWorkflowOperationHandler"/>
  <property name="service.description" value="Execute Many Workflow Operation Handler"/>
  <property name="workflow.operation" value="execute-many"/>
  <service>
    <provide interface="org.opencastproject.workflow.api.WorkflowOperationHandler"/>
  </service>
  <reference name="execute" interface="org.opencastproject.execute.api.ExecuteService"
             cardinality="1..1" policy="static" bind="setExecuteService"/>
  <reference name="registry" interface="org.opencastproject.serviceregistry.api.ServiceRegistry"
             cardinality="1..1" policy="static" bind="setServiceRegistry"/>
  <reference name="workspace" interface="org.opencastproject.workspace.api.Workspace"
             cardinality="1..1" policy="static" bind="setWorkspace"/>
  <reference name="inspection-service" interface="org.opencastproject.inspection.api.MediaInspectionService"
             cardinality="1..1" policy="static" bind="setMediaInspectionService"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy