Uses of Class
org.apache.syncope.common.rest.api.batch.BatchResponseItem
Package
Description
-
Uses of BatchResponseItem in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionprotected List
<BatchResponseItem> AbstractAnyRestClient.parseBatchResponse
(Response response) -
Uses of BatchResponseItem in org.apache.syncope.client.lib.batch
Modifier and TypeMethodDescriptionBatchResponse.getItems()
Parses the latest Response received into a list ofBatchResponseItem
s.static List
<BatchResponseItem> Parses the given Response into a list ofBatchResponseItem
s. -
Uses of BatchResponseItem in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionabstract List
<BatchResponseItem> AbstractExecutableLogic.deleteExecutions
(String key, OffsetDateTime before, OffsetDateTime after) ReportLogic.deleteExecutions
(String key, OffsetDateTime before, OffsetDateTime after) TaskLogic.deleteExecutions
(String key, OffsetDateTime before, OffsetDateTime after)