]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
Add:
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / plugin.xml
index d55bd58882ccc9b981029b4595e5363eb9beb1d8..ed9362c4613a73ab996b4524546ee5a57bbd8bf0 100644 (file)
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.refreshResultList"
-            name="RefreshResultList ">
+            name="RefreshResultList">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.launchBatch"
+            name="LaunchBatch">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.removeSelectedFromBatch"
+            name="RemoveSelectedFromBatch">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.clearBatch"
+            name="ClearBatch">
       </command>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
                        name="Result UUID">
                        </commandParameter>
        </command>
+   <command 
+               defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+               id="org.argeo.slc.client.ui.editRealizedFlowDetails"
+               name="EditRealizedFlowDetails">
+                       <commandParameter
+                       id="org.argeo.slc.client.commands.realizedFlowAsXml"
+                       name="RealizedFlowAsXml">
+                       </commandParameter>
+                       <commandParameter
+                       id="org.argeo.slc.client.commands.realizedFlowIndex"
+                       name="realizedFlowIndex">
+                       </commandParameter>
+       </command>
    </extension>
    <extension
         point="org.eclipse.ui.bindings">
             </separator>
          </toolbar>
       </menuContribution>
+      <menuContribution
+            locationURI="toolbar:org.argeo.slc.client.ui.processBuilderView">
+         <command
+               commandId="org.argeo.slc.client.ui.launchBatch"
+               label="Launch Batch"
+               tooltip="Launch the batch built in the process builder view.">
+         </command>
+         <command
+               commandId="org.argeo.slc.client.ui.clearBatch"
+               label="Clear Batch"
+               tooltip="Clear the batch built in the process builder view.">
+         </command>
+         <command
+               commandId="org.argeo.slc.client.ui.removeSelectedFromBatch"
+               label="Remove Selected From Batch"
+               tooltip="Remove selected process from process builder view.">
+         </command>
+      </menuContribution>
    </extension>
-
 </plugin>