Uses of Class
org.apache.syncope.client.lib.batch.BatchResponse
Packages that use BatchResponse
-
Uses of BatchResponse in org.apache.syncope.client.lib.batch
Methods in org.apache.syncope.client.lib.batch that return BatchResponseModifier and TypeMethodDescriptionBatchRequest.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.BatchRequest.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.