Uses of Class
org.apache.syncope.common.rest.api.batch.BatchResponseItem
-
Packages that use BatchResponseItem Package Description org.apache.syncope.client.console.rest org.apache.syncope.client.lib.batch org.apache.syncope.core.logic -
-
Uses of BatchResponseItem in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type BatchResponseItem Modifier and Type Method Description protected List<BatchResponseItem>AbstractAnyRestClient. parseBatchResponse(javax.ws.rs.core.Response response) -
Uses of BatchResponseItem in org.apache.syncope.client.lib.batch
Methods in org.apache.syncope.client.lib.batch that return types with arguments of type BatchResponseItem Modifier and Type Method Description List<BatchResponseItem>BatchResponse. getItems()Parses the latest Response received into a list ofBatchResponseItems.static List<BatchResponseItem>BatchResponse. getItems(javax.ws.rs.core.Response response)Parses the given Response into a list ofBatchResponseItems. -
Uses of BatchResponseItem in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type BatchResponseItem Modifier and Type Method Description abstract List<BatchResponseItem>AbstractExecutableLogic. deleteExecutions(String key, OffsetDateTime before, OffsetDateTime after)List<BatchResponseItem>ReportLogic. deleteExecutions(String key, OffsetDateTime before, OffsetDateTime after)List<BatchResponseItem>TaskLogic. deleteExecutions(String key, OffsetDateTime before, OffsetDateTime after)
-