]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Add a Rap interface to handle SLC.
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index 5312a33a4eeb5c36503d82844d99665839ac0570..5df3ab1b0032bf76bae97e5e106c83fe043ea2e3 100644 (file)
@@ -8,6 +8,10 @@
                class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler"
                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 +24,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,4 +36,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.manageBundles" class="org.argeo.slc.client.ui.commands.ManageBundlesHandler"
+       scope="prototype">
+       </bean>
 </beans>