blob: 04b67883f2420d94fe68c3ea7099f13209f2e6e1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
name="org.eclipse.osee.define.rest.internal.wordupdate.SafetyWorkflowEventHandler">
<implementation class="org.eclipse.osee.define.rest.internal.wordupdate.SafetyWorkflowEventHandler"/>
<service>
<provide interface="org.osgi.service.event.EventHandler"/>
</service>
<reference bind="setOrcsApi" cardinality="1..1" interface="org.eclipse.osee.orcs.OrcsApi" name="OrcsApi" policy="static"/>
<reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static"/>
<reference bind="setAtsApi" cardinality="1..1" interface="org.eclipse.osee.ats.api.AtsApi" name="AtsApi" policy="static"/>
<property name="event.topics" value="org/eclipse/osee/define/safetyworkflow/modified"/>
</scr:component>