-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkie-server-controller-api.html
388 lines (364 loc) · 17.2 KB
/
kie-server-controller-api.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2018-01-24 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Change Analysis Results</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="kie-server-controller-api_files/print.html" type="text/css" media="print">
<meta name="Date-Revision-yyyymmdd" content="20180124">
<meta http-equiv="Content-Language" content="en">
</head>
<body class="composite">
<div id="banner">
<div class="clear">
<hr>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2018-01-24</span>
| <span id="projectVersion">Version: 7.6.0-SNAPSHOT</span>
</div>
<div class="xright">
</div>
<div class="clear">
<hr>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="kie-server-controller-api_files/maven-feather.html">
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section">
<h2>API Change Analysis Results</h2>
<p>The summary of the API changes between artifacts
org.kie.server:kie-server-controller-api:jar:6.5.0.Final and
org.kie.server:kie-server-controller-api:jar:7.5.0-20171205.143719-157.</p>
<div class="section">
<h3><a name="Breaking_Changes"></a>Breaking Changes</h3>
<div class="section">
<h4><a name="Binary"></a>Binary</h4>
<table class="bodyTable" border="0">
<tbody><tr class="a">
<th>Difference Code</th>
<th>Element</th>
<th>Description</th></tr>
<tr class="b">
<td><tt>java.class.removed</tt></td>
<td><tt><b>interface org.kie.server.controller.api.KieServerControllerAdmin</b></tt>
</td><td>Class was removed.</td></tr>
<tr class="a">
<td><tt>java.method.parameterTypeChanged</tt></td>
<td><tt><b>parameter void
org.kie.server.controller.api.service.RuleCapabilitiesService::startScanner(org.kie.server.controller.api.model.spec.ContainerSpecKey,
===long===)</b></tt>
</td><td>The type of the parameter changed from 'long' to 'java.lang.Long'.</td></tr>
<tr class="b">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.runtime.Container>
org.kie.server.controller.api.service.RuntimeManagementService::getContainers(org.kie.server.controller.api.model.runtime.ServerInstanceKey)</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.runtime.Container>'
to 'org.kie.server.controller.api.model.runtime.ContainerList'.</td></tr>
<tr class="a">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.runtime.ServerInstanceKey>
org.kie.server.controller.api.service.RuntimeManagementService::getServerInstances(java.lang.String)</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.runtime.ServerInstanceKey>'
to
'org.kie.server.controller.api.model.runtime.ServerInstanceKeyList'.</td></tr>
<tr class="b">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.spec.ContainerSpec>
org.kie.server.controller.api.service.SpecManagementService::listContainerSpec(java.lang.String)</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.spec.ContainerSpec>'
to 'org.kie.server.controller.api.model.spec.ContainerSpecList'.</td></tr>
<tr class="a">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplateKey>
org.kie.server.controller.api.service.SpecManagementService::listServerTemplateKeys()</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplateKey>'
to 'org.kie.server.controller.api.model.spec.ServerTemplateKeyList'.</td></tr>
<tr class="b">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplate>
org.kie.server.controller.api.service.SpecManagementService::listServerTemplates()</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplate>'
to 'org.kie.server.controller.api.model.spec.ServerTemplateList'.</td></tr></tbody></table></div>
<div class="section">
<h4><a name="Source"></a>Source</h4>
<table class="bodyTable" border="0">
<tbody><tr class="a">
<th>Difference Code</th>
<th>Element</th>
<th>Description</th></tr>
<tr class="b">
<td><tt>java.class.removed</tt></td>
<td><tt><b>interface org.kie.server.controller.api.KieServerControllerAdmin</b></tt>
</td><td>Class was removed.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method org.kie.server.controller.api.model.spec.ContainerSpec
org.kie.server.controller.api.service.SpecManagementService::getContainerInfo(java.lang.String,
java.lang.String)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.NotificationService::notify(org.kie.server.controller.api.model.events.ServerInstanceConnected)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.NotificationService::notify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.SpecManagementService::updateContainerSpec(java.lang.String,
java.lang.String,
org.kie.server.controller.api.model.spec.ContainerSpec)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.SpecManagementService::updateContainerSpec(java.lang.String,
org.kie.server.controller.api.model.spec.ContainerSpec)</b></tt>
</td><td>Method was added to an interface.</td></tr></tbody></table></div></div>
<div class="section">
<h3><a name="Potentially_Breaking_Changes"></a>Potentially Breaking Changes</h3>
<div class="section">
<h4><a name="Source"></a>Source</h4>
<table class="bodyTable" border="0">
<tbody><tr class="b">
<th>Difference Code</th>
<th>Element</th>
<th>Description</th></tr>
<tr class="a">
<td><tt>java.method.parameterTypeChanged</tt></td>
<td><tt><b>parameter void
org.kie.server.controller.api.service.RuleCapabilitiesService::startScanner(org.kie.server.controller.api.model.spec.ContainerSpecKey,
===long===)</b></tt>
</td><td>The type of the parameter changed from 'long' to 'java.lang.Long'.</td></tr>
<tr class="b">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.runtime.Container>
org.kie.server.controller.api.service.RuntimeManagementService::getContainers(org.kie.server.controller.api.model.runtime.ServerInstanceKey)</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.runtime.Container>'
to 'org.kie.server.controller.api.model.runtime.ContainerList'.</td></tr>
<tr class="a">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.runtime.ServerInstanceKey>
org.kie.server.controller.api.service.RuntimeManagementService::getServerInstances(java.lang.String)</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.runtime.ServerInstanceKey>'
to
'org.kie.server.controller.api.model.runtime.ServerInstanceKeyList'.</td></tr>
<tr class="b">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.spec.ContainerSpec>
org.kie.server.controller.api.service.SpecManagementService::listContainerSpec(java.lang.String)</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.spec.ContainerSpec>'
to 'org.kie.server.controller.api.model.spec.ContainerSpecList'.</td></tr>
<tr class="a">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplateKey>
org.kie.server.controller.api.service.SpecManagementService::listServerTemplateKeys()</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplateKey>'
to 'org.kie.server.controller.api.model.spec.ServerTemplateKeyList'.</td></tr>
<tr class="b">
<td><tt>java.method.returnTypeChanged</tt></td>
<td><tt><b>method
java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplate>
org.kie.server.controller.api.service.SpecManagementService::listServerTemplates()</b></tt>
</td><td>The return type changed from
'java.util.Collection<org.kie.server.controller.api.model.spec.ServerTemplate>'
to 'org.kie.server.controller.api.model.spec.ServerTemplateList'.</td></tr></tbody></table></div>
<div class="section">
<h4><a name="Semantic"></a>Semantic</h4>
<table class="bodyTable" border="0">
<tbody><tr class="a">
<th>Difference Code</th>
<th>Element</th>
<th>Description</th></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method org.kie.server.controller.api.model.spec.ContainerSpec
org.kie.server.controller.api.service.SpecManagementService::getContainerInfo(java.lang.String,
java.lang.String)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.NotificationService::notify(org.kie.server.controller.api.model.events.ServerInstanceConnected)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.NotificationService::notify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.SpecManagementService::updateContainerSpec(java.lang.String,
java.lang.String,
org.kie.server.controller.api.model.spec.ContainerSpec)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.SpecManagementService::updateContainerSpec(java.lang.String,
org.kie.server.controller.api.model.spec.ContainerSpec)</b></tt>
</td><td>Method was added to an interface.</td></tr></tbody></table></div></div>
<div class="section">
<h3><a name="Non-breaking_Changes"></a>Non-breaking Changes</h3>
<div class="section">
<h4><a name="Binary"></a>Binary</h4>
<table class="bodyTable" border="0">
<tbody><tr class="a">
<th>Difference Code</th>
<th>Element</th>
<th>Description</th></tr>
<tr class="b">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.events.ServerInstanceConnected</b></tt>
</td><td>Class was added.</td></tr>
<tr class="a">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.events.ServerInstanceDisconnected</b></tt>
</td><td>Class was added.</td></tr>
<tr class="b">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.runtime.ContainerList</b></tt>
</td><td>Class was added.</td></tr>
<tr class="a">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.runtime.ServerInstanceKeyList</b></tt>
</td><td>Class was added.</td></tr>
<tr class="b">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.spec.ServerTemplateKeyList</b></tt>
</td><td>Class was added.</td></tr>
<tr class="a">
<td><tt>java.class.added</tt></td>
<td><tt><b>interface org.kie.server.controller.api.service.PersistingServerTemplateStorageService</b></tt>
</td><td>Class was added.</td></tr>
<tr class="b">
<td><tt>java.method.added</tt></td>
<td><tt><b>method boolean
org.kie.server.controller.api.model.spec.ServerTemplate::hasMatchingId(org.kie.server.controller.api.model.spec.ServerTemplateKey)</b></tt>
</td><td>Method was added.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method org.kie.server.controller.api.model.spec.ContainerSpec
org.kie.server.controller.api.service.SpecManagementService::getContainerInfo(java.lang.String,
java.lang.String)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.NotificationService::notify(org.kie.server.controller.api.model.events.ServerInstanceConnected)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.NotificationService::notify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.SpecManagementService::updateContainerSpec(java.lang.String,
java.lang.String,
org.kie.server.controller.api.model.spec.ContainerSpec)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="a">
<td><tt>java.method.addedToInterface</tt></td>
<td><tt><b>method void
org.kie.server.controller.api.service.SpecManagementService::updateContainerSpec(java.lang.String,
org.kie.server.controller.api.model.spec.ContainerSpec)</b></tt>
</td><td>Method was added to an interface.</td></tr>
<tr class="b">
<td><tt>java.method.defaultMethodAddedToInterface</tt></td>
<td><tt><b>method void org.kie.server.controller.api.storage.KieServerTemplateStorage::close()</b></tt>
</td><td>A default method has been added to the interface.</td></tr></tbody></table></div>
<div class="section">
<h4><a name="Source"></a>Source</h4>
<table class="bodyTable" border="0">
<tbody><tr class="a">
<th>Difference Code</th>
<th>Element</th>
<th>Description</th></tr>
<tr class="b">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.events.ServerInstanceConnected</b></tt>
</td><td>Class was added.</td></tr>
<tr class="a">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.events.ServerInstanceDisconnected</b></tt>
</td><td>Class was added.</td></tr>
<tr class="b">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.runtime.ContainerList</b></tt>
</td><td>Class was added.</td></tr>
<tr class="a">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.runtime.ServerInstanceKeyList</b></tt>
</td><td>Class was added.</td></tr>
<tr class="b">
<td><tt>java.class.added</tt></td>
<td><tt><b>class org.kie.server.controller.api.model.spec.ServerTemplateKeyList</b></tt>
</td><td>Class was added.</td></tr>
<tr class="a">
<td><tt>java.class.added</tt></td>
<td><tt><b>interface org.kie.server.controller.api.service.PersistingServerTemplateStorageService</b></tt>
</td><td>Class was added.</td></tr>
<tr class="b">
<td><tt>java.method.added</tt></td>
<td><tt><b>method boolean
org.kie.server.controller.api.model.spec.ServerTemplate::hasMatchingId(org.kie.server.controller.api.model.spec.ServerTemplateKey)</b></tt>
</td><td>Method was added.</td></tr>
<tr class="a">
<td><tt>java.method.defaultMethodAddedToInterface</tt></td>
<td><tt><b>method void org.kie.server.controller.api.storage.KieServerTemplateStorage::close()</b></tt>
</td><td>A default method has been added to the interface.</td></tr></tbody></table></div></div></div>
</div>
</div>
<div class="clear">
<hr>
</div>
<div id="footer">
<div class="xright">
Copyright © 2001–2018
<a href="http://www.jboss.org/">JBoss by Red Hat</a>.
All rights reserved.
</div>
<div class="clear">
<hr>
</div>
</div>
</body></html>