Uses of Class
org.apache.syncope.client.lib.batch.BatchResponse
-
Uses of BatchResponse in org.apache.syncope.client.lib.batch
Modifier 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 theasync
parameter.