@@ -153,7 +153,7 @@ private void checkRoot(String sessionId) throws IcatException {
153
153
/**
154
154
* Create one or more entities
155
155
*
156
- * @summary Write
156
+ * @title Write
157
157
*
158
158
* @param sessionId
159
159
* a sessionId of a user which takes the form
@@ -209,7 +209,7 @@ public String write(@Context HttpServletRequest request, @FormParam("sessionId")
209
209
/**
210
210
* Clone an entity
211
211
*
212
- * @summary Clone
212
+ * @title Clone
213
213
*
214
214
* @param sessionId
215
215
* a sessionId of a user which takes the form
@@ -253,7 +253,7 @@ public String cloneEntity(@Context HttpServletRequest request, @FormParam("sessi
253
253
/**
254
254
* Delete entities as a json string.
255
255
*
256
- * @summary delete
256
+ * @title delete
257
257
*
258
258
* @param sessionId
259
259
* a sessionId of a user which takes the form
@@ -333,7 +333,7 @@ private EntityBaseBean getOne(JsonObject entity, int offset) throws IcatExceptio
333
333
/**
334
334
* Export data from ICAT
335
335
*
336
- * @summary Export Metadata
336
+ * @title Export Metadata
337
337
*
338
338
* @param jsonString
339
339
* what to export which takes the form
@@ -372,7 +372,7 @@ public Response exportData(@QueryParam("json") String jsonString) throws IcatExc
372
372
* This call is primarily for testing. Authorization is not done so you must
373
373
* be listed in rootUserNames to use this call.
374
374
*
375
- * @summary Execute line of jpql
375
+ * @title Execute line of jpql
376
376
*
377
377
* @param sessionId
378
378
* a sessionId of a user listed in rootUserNames
@@ -438,7 +438,7 @@ public String getJpql(@QueryParam("sessionId") String sessionId, @QueryParam("qu
438
438
/**
439
439
* Return all that can be returned when not authenticated
440
440
*
441
- * @summary Properties
441
+ * @title Properties
442
442
*
443
443
* @return a json string
444
444
*
@@ -484,7 +484,7 @@ public String getProperties() throws IcatException {
484
484
/**
485
485
* Return information about a session
486
486
*
487
- * @summary Session
487
+ * @title Session
488
488
*
489
489
* @param sessionId
490
490
* a sessionId of a user which takes the form
@@ -517,7 +517,7 @@ public String getSession(@PathParam("sessionId") String sessionId) throws IcatEx
517
517
* unexpired session. This call should be used for a user logged in using an
518
518
* authentication plugin configured to not return the mnemonic.
519
519
*
520
- * @summary LoggedIn
520
+ * @title LoggedIn
521
521
*
522
522
* @param userName
523
523
* the name of the user (without mnemonic)
@@ -539,7 +539,7 @@ public String isLoggedIn1(@PathParam("userName") String userName) {
539
539
* Returns after specified number of seconds - returning elapsed time in
540
540
* milliseconds
541
541
*
542
- * @summary Sleep
542
+ * @title Sleep
543
543
*
544
544
* @param seconds
545
545
* how many seconds to wait before returning
@@ -569,7 +569,7 @@ public String sleep(@PathParam("seconds") Long seconds) {
569
569
* unexpired session. This call should be used for a user logged in using an
570
570
* authentication plugin configured to return the mnemonic.
571
571
*
572
- * @summary LoggedIn
572
+ * @title LoggedIn
573
573
*
574
574
* @param mnemonic
575
575
* the mnemomnic used to identify the authentication plugin
@@ -593,7 +593,7 @@ public String isLoggedIn2(@PathParam("mnemonic") String mnemonic, @PathParam("us
593
593
/**
594
594
* return the version of the icat server
595
595
*
596
- * @summary Version
596
+ * @title Version
597
597
*
598
598
* @return json string of the form: <samp>{"version":"4.4.0"}</samp>
599
599
*/
@@ -653,7 +653,7 @@ public String getVersion() {
653
653
* file.</dd>
654
654
* </dl>
655
655
*
656
- * @summary import metadata
656
+ * @title import metadata
657
657
*
658
658
* @throws IcatException
659
659
* when something is wrong
@@ -841,7 +841,7 @@ private void jsonise(Object result, JsonGenerator gen) throws IcatException {
841
841
/**
842
842
* Login to create a session
843
843
*
844
- * @summary Login
844
+ * @title Login
845
845
*
846
846
* @param request
847
847
* @param jsonString
@@ -913,7 +913,7 @@ public String login(@Context HttpServletRequest request, @FormParam("json") Stri
913
913
/**
914
914
* Logout from a session
915
915
*
916
- * @summary Logout
916
+ * @title Logout
917
917
*
918
918
* @param sessionId
919
919
* a sessionId of a user which takes the form
@@ -932,7 +932,7 @@ public void logout(@Context HttpServletRequest request, @PathParam("sessionId")
932
932
/**
933
933
* perform a lucene search
934
934
*
935
- * @summary lucene search
935
+ * @title lucene search
936
936
*
937
937
* @param sessionId
938
938
* a sessionId of a user which takes the form
@@ -1120,7 +1120,7 @@ public String lucene(@Context HttpServletRequest request, @QueryParam("sessionId
1120
1120
* This is an internal call made by one icat instance to another in the same
1121
1121
* cluster
1122
1122
*
1123
- * @summary markPublicTablesStale
1123
+ * @title markPublicTablesStale
1124
1124
*/
1125
1125
@ POST
1126
1126
@ Path ("gatekeeper/markPublicTablesStale" )
@@ -1138,7 +1138,7 @@ public void gatekeeperMarkPublicTablesStale(@Context HttpServletRequest request)
1138
1138
* This is an internal call made by one icat instance to another in the same
1139
1139
* cluster
1140
1140
*
1141
- * @summary markPublicTablesStale
1141
+ * @title markPublicTablesStale
1142
1142
*/
1143
1143
@ POST
1144
1144
@ Path ("gatekeeper/markPublicStepsStale" )
@@ -1153,7 +1153,7 @@ public void gatekeeperMarkPublicStepsStale(@Context HttpServletRequest request)
1153
1153
/**
1154
1154
* Stop population of the lucene database if it is running.
1155
1155
*
1156
- * @summary Lucene Clear
1156
+ * @title Lucene Clear
1157
1157
*
1158
1158
* @param sessionId
1159
1159
* a sessionId of a user listed in rootUserNames
@@ -1171,7 +1171,7 @@ public void luceneClear(@QueryParam("sessionId") String sessionId) throws IcatEx
1171
1171
/**
1172
1172
* Forces a commit of the lucene database
1173
1173
*
1174
- * @summary Lucene Commit
1174
+ * @title Lucene Commit
1175
1175
*
1176
1176
* @param sessionId
1177
1177
* a sessionId of a user listed in rootUserNames
@@ -1189,7 +1189,7 @@ public void luceneCommit(@FormParam("sessionId") String sessionId) throws IcatEx
1189
1189
/**
1190
1190
* Return a list of class names for which population is going on
1191
1191
*
1192
- * @summary lucene GetPopulating
1192
+ * @title lucene GetPopulating
1193
1193
*
1194
1194
* @param sessionId
1195
1195
* a sessionId of a user listed in rootUserNames
@@ -1217,7 +1217,7 @@ public String luceneGetPopulating(@QueryParam("sessionId") String sessionId) thr
1217
1217
* Call for testing only. The call will take the time specified and then
1218
1218
* returns.
1219
1219
*
1220
- * @summary wait
1220
+ * @title wait
1221
1221
*
1222
1222
* @param sessionId
1223
1223
* a sessionId of a user listed in rootUserNames
@@ -1240,7 +1240,7 @@ public void waitMillis(@FormParam("sessionId") String sessionId, @FormParam("ms"
1240
1240
/**
1241
1241
* Clear and repopulate lucene documents for the specified entityName
1242
1242
*
1243
- * @summary Lucene Populate
1243
+ * @title Lucene Populate
1244
1244
*
1245
1245
* @param sessionId
1246
1246
* a sessionId of a user listed in rootUserNames
@@ -1263,7 +1263,7 @@ public void lucenePopulate(@FormParam("sessionId") String sessionId, @PathParam(
1263
1263
/**
1264
1264
* Refresh session
1265
1265
*
1266
- * @summary Refresh
1266
+ * @title Refresh
1267
1267
*
1268
1268
* @param sessionId
1269
1269
* a sessionId of a user which takes the form
@@ -1284,7 +1284,7 @@ public void refresh(@Context HttpServletRequest request, @PathParam("sessionId")
1284
1284
* This includes the functionality of both search and get calls in the SOAP
1285
1285
* web service.
1286
1286
*
1287
- * @summary search/get
1287
+ * @title search/get
1288
1288
*
1289
1289
* @param sessionId
1290
1290
* a sessionId of a user which takes the form
0 commit comments