<?xml version="1.0" encoding="UTF-8"?>
<beans
    xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:util="http://www.springframework.org/schema/util"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">


    <bean id="claimaction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.userassignment.ClaimAction" scope="singleton"/>
    <bean id="reviewaction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.processingaction.ReviewAction" scope="singleton"/>
    <bean id="editaction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.processingaction.AcceptEditRejectAction" scope="singleton"/>
    <bean id="finaleditaction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.processingaction.FinalEditAction" scope="singleton"/>

    <bean id="selectrevieweraction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.processingaction.SelectReviewerAction" scope="singleton"/>
    <bean id="singleuserreviewaction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.processingaction.SingleUserReviewAction" scope="singleton"/>

    <bean id="scorereviewaction_xmlui" class="org.dspace.app.xmlui.aspect.xmlworkflow.actions.processingaction.ScoreReviewAction" scope="singleton"/>

</beans>
