]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Add:
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index 11aaf10948e938a71f5ce463228caf8699b32d91..a867733bb9c45c4ea65a3d613bffcd2ffa7a9b27 100644 (file)
                class="org.argeo.slc.client.ui.commands.ResultDetailsDisplayHandler"
                scope="prototype">
        </bean>
+       <bean id="org.argeo.slc.client.ui.launchBatch" class="org.argeo.slc.client.ui.commands.LaunchBatchHandler"
+               scope="prototype">
+       </bean>
+       <bean id="org.argeo.slc.client.ui.removeSelectedFromBatch"
+               class="org.argeo.slc.client.ui.commands.RemoveSelectedProcessFromBatchHandler"
+               scope="prototype">
+       </bean>
+       <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"
                scope="prototype">