]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Add commands and tha ability to manage more than one item at a time in the result...
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index a867733bb9c45c4ea65a3d613bffcd2ffa7a9b27..76fee46810b197b4e5564f43820d606cf4bade16 100644 (file)
@@ -4,10 +4,22 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
+       <!-- Result list view commands -->
        <bean id="org.argeo.slc.client.ui.refreshResultList"
                class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler"
                scope="prototype">
        </bean>
+
+       <bean id="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
+               class="org.argeo.slc.client.ui.commands.RemoveSelectedResultFromResultList"
+               scope="prototype">
+       </bean>
+
+
+       <bean id="org.argeo.slc.client.ui.refreshExecutionModulesView"
+               class="org.argeo.slc.client.ui.commands.ExecutionModulesViewRefreshHandler"
+               scope="prototype">
+       </bean>
        <bean id="org.argeo.slc.client.ui.refreshProcessList"
                class="org.argeo.slc.client.ui.commands.ProcessListViewRefreshHandler"
                scope="prototype">
@@ -20,6 +32,8 @@
                class="org.argeo.slc.client.ui.commands.ResultDetailsDisplayHandler"
                scope="prototype">
        </bean>
+       <!-- <bean id="org.argeo.slc.client.ui.displayResultDetailsWithExcel" class="org.argeo.slc.client.ui.commands.ResultDetailsExcelHandler" 
+               scope="prototype"> </bean> -->
        <bean id="org.argeo.slc.client.ui.launchBatch" class="org.argeo.slc.client.ui.commands.LaunchBatchHandler"
                scope="prototype">
        </bean>
@@ -30,9 +44,7 @@
        <bean id="org.argeo.slc.client.ui.clearBatch" class="org.argeo.slc.client.ui.commands.ClearBatchHandler"
                scope="prototype">
        </bean>
-       <bean id="org.argeo.slc.client.ui.editRealizedFlowDetails"
-               class="org.argeo.slc.client.ui.commands.EditRealizedFlowDetailsHandler"
+       <bean id="org.argeo.slc.client.ui.manageBundles" class="org.argeo.slc.client.ui.commands.ManageBundlesHandler"
                scope="prototype">
-               <property name="oxmBean" ref="oxmBean" />
        </bean>
 </beans>