]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
Manages results in JCR
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <!-- Views -->
6 <extension
7 point="org.eclipse.ui.views">
8 <view
9 class="org.argeo.eclipse.spring.SpringExtensionFactory"
10 icon="icons/execution_module.gif"
11 id="org.argeo.slc.client.ui.executionModulesView"
12 name="Execution Modules"
13 restorable="true">
14 </view>
15 <view
16 class="org.argeo.eclipse.spring.SpringExtensionFactory"
17 icon="icons/execution_module.gif"
18 id="org.argeo.slc.client.ui.jcrExecutionModulesView"
19 name="Execution Modules"
20 restorable="true">
21 </view>
22 <view
23 class="org.argeo.eclipse.spring.SpringExtensionFactory"
24 icon="icons/results.gif"
25 id="org.argeo.slc.client.ui.resultListView"
26 name="Results"
27 restorable="true">
28 </view>
29 <view
30 class="org.argeo.eclipse.spring.SpringExtensionFactory"
31 icon="icons/results.gif"
32 id="org.argeo.slc.client.ui.jcrResultListView"
33 name="Results"
34 restorable="true">
35 </view>
36 <view
37 allowMultiple="true"
38 class="org.argeo.eclipse.spring.SpringExtensionFactory"
39 icon="icons/result_details.gif"
40 id="org.argeo.slc.client.ui.resultDetailView"
41 name="Result details"
42 restorable="true">
43 </view>
44 <!-- <view
45 allowMultiple="true"
46 class="org.argeo.eclipse.spring.SpringExtensionFactory"
47 icon="icons/excel.png"
48 id="org.argeo.slc.client.ui.resultExcelView"
49 name="Result details (Excel)"
50 restorable="true">
51 </view> -->
52 <view
53 id="org.argeo.slc.client.ui.processListView"
54 class="org.argeo.eclipse.spring.SpringExtensionFactory"
55 name="Processes"
56 icon="icons/processes.gif"
57 restorable="true">
58 </view>
59 <view
60 id="org.argeo.slc.client.ui.jcrProcessListView"
61 class="org.argeo.eclipse.spring.SpringExtensionFactory"
62 name="Processes"
63 icon="icons/processes.gif"
64 restorable="true">
65 </view>
66 <view
67 allowMultiple="true"
68 class="org.argeo.eclipse.spring.SpringExtensionFactory"
69 icon="icons/process_details.gif"
70 id="org.argeo.slc.client.ui.processDetailView"
71 name="Process details"
72 restorable="true">
73 </view>
74 <view
75 class="org.argeo.eclipse.spring.SpringExtensionFactory"
76 icon="icons/edit_parameters.gif"
77 id="org.argeo.slc.client.ui.processParametersView"
78 name="Process Parameters"
79 restorable="true">
80 </view>
81 <view
82 class="org.argeo.eclipse.spring.SpringExtensionFactory"
83 icon="icons/batch.gif"
84 id="org.argeo.slc.client.ui.processBuilderView"
85 name="Batch"
86 restorable="true">
87 </view>
88 </extension>
89
90 <!-- Commands definitions -->
91 <extension
92 point="org.eclipse.ui.commands">
93 <!-- Result List -->
94 <command
95 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
96 id="org.argeo.slc.client.ui.refreshResultList"
97 name="Refresh Result List">
98 </command>
99 <command
100 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
101 id="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
102 name="Remove selected results from list">
103 </command>
104 <command
105 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
106 id="org.argeo.slc.client.ui.displayResultDetails"
107 name="Display Result Details">
108 <!-- <commandParameter
109 id="org.argeo.slc.client.commands.resultUuid"
110 name="Result UUID">
111 </commandParameter>
112 <commandParameter
113 id="org.argeo.slc.client.commands.resultName"
114 name="Result Name">
115 </commandParameter> -->
116 </command>
117
118 <!-- Execution Modules -->
119 <command
120 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
121 id="org.argeo.slc.client.ui.refreshExecutionModulesView"
122 name="Refresh Execution Modules View">
123 </command>
124 <!-- Batch -->
125 <command
126 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
127 id="org.argeo.slc.client.ui.launchBatch"
128 name="Launch Batch">
129 </command>
130 <command
131 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
132 id="org.argeo.slc.client.ui.removeSelectedFromBatch"
133 name="Remove Selected From Batch">
134 </command>
135 <command
136 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
137 id="org.argeo.slc.client.ui.clearBatch"
138 name="Clear Batch">
139 </command>
140 <!-- Process List -->
141 <command
142 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
143 id="org.argeo.slc.client.ui.refreshProcessList"
144 name="Refresh Process List ">
145 </command>
146 <command
147 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
148 id="org.argeo.slc.client.ui.displayProcessDetails"
149 name="DisplayProcessDetails">
150 <commandParameter
151 id="org.argeo.slc.client.commands.processUuid"
152 name="Process UUID">
153 </commandParameter>
154 </command>
155 <command
156 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
157 id="org.argeo.slc.client.ui.manageBundles"
158 name="Manage Bundles">
159 </command>
160 </extension>
161
162 <!-- Menu definitions -->
163 <extension
164 id="menu:org.eclipse.ui.main.menu"
165 point="org.eclipse.ui.menus">
166 <menuContribution
167 locationURI="menu:fileMenu">
168 <!-- Should be implemented in later version.
169 <command
170 commandId="org.argeo.slc.client.ui.manageBundles"
171 label="Manage Bundles"
172 style="push"
173 tooltip="Add or remove plugins at run time">
174 </command> -->
175 </menuContribution>
176 <menuContribution
177 locationURI="toolbar:org.argeo.slc.client.ui.resultListView">
178 <command
179 commandId="org.argeo.slc.client.ui.refreshResultList"
180 icon="icons/refresh.png"
181 label="Refresh result list"
182 tooltip="Refresh the result list">
183 </command>
184 <command
185 commandId="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
186 icon="icons/removeAll.png"
187 label="Remove selected"
188 tooltip="Remove selected items from the result list (Also on server side, cannot be undone)">
189 </command>
190 </menuContribution>
191 <menuContribution
192 locationURI="toolbar:org.argeo.slc.client.ui.executionModulesView">
193 <command
194 commandId="org.argeo.slc.client.ui.refreshExecutionModulesView"
195 icon="icons/refresh.png"
196 label="Refresh execution modules"
197 tooltip="Refresh the execution modules view.">
198 </command>
199 </menuContribution>
200 <menuContribution
201 locationURI="toolbar:org.argeo.slc.client.ui.processBuilderView">
202 <command
203 commandId="org.argeo.slc.client.ui.launchBatch"
204 icon="icons/launch.gif"
205 label="Launch Batch"
206 tooltip="Launch the batch built in the process builder view.">
207 </command>
208 <command
209 commandId="org.argeo.slc.client.ui.clearBatch"
210 label="Clear Batch"
211 icon="icons/clear_batch.gif"
212 tooltip="Clear the batch built in the process builder view.">
213 </command>
214 <command
215 commandId="org.argeo.slc.client.ui.removeSelectedFromBatch"
216 icon="icons/remove_one.gif"
217 label="Remove Selected From Batch"
218 tooltip="Remove selected process from process builder view.">
219 </command>
220 </menuContribution>
221 </extension>
222 <extension
223 point="org.eclipse.ui.perspectives">
224 <perspective
225 class="org.argeo.slc.client.ui.SlcExecutionPerspective"
226 icon="icons/slc_execution_perspective.gif"
227 id="org.argeo.slc.client.ui.slcExecutionPerspective"
228 name="SLC Execution">
229 </perspective>
230 </extension>
231 <extension
232 point="org.eclipse.ui.editors">
233 <editor
234 class="org.argeo.eclipse.spring.SpringExtensionFactory"
235 default="false"
236 icon="icons/batch.gif"
237 id="org.argeo.slc.client.ui.processEditor"
238 name="Process">
239 </editor>
240 </extension>
241 <extension
242 point="org.eclipse.ui.elementFactories">
243 <factory
244 class="org.argeo.slc.client.ui.editors.ProcessEditorInputFactory"
245 id="org.argeo.slc.client.ui.processEditorInputFactory">
246 </factory>
247 </extension>
248 </plugin>