Uses of Class
org.apache.syncope.client.lib.batch.BatchResponse
-
Packages that use BatchResponse Package Description org.apache.syncope.client.lib.batch -
-
Uses of BatchResponse in org.apache.syncope.client.lib.batch
Methods in org.apache.syncope.client.lib.batch that return BatchResponse Modifier and Type Method Description BatchResponseBatchRequest. commit()Sends the current request, with items accumulated by invoking methods on proxies obtained viaBatchRequest.getService(java.lang.Class), to the Batch service, and awaits for synchronous response.BatchResponseBatchRequest. commit(boolean async)Sends the current request, with items accumulated by invoking methods on proxies obtained viaBatchRequest.getService(java.lang.Class), to the Batch service, and awaits for a synchronous or asynchronous response, depending on theasyncparameter.
-