Uses of Class
org.apache.syncope.common.rest.api.batch.BatchResponseItem
Packages that use BatchResponseItem
Package
Description
-
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 BatchResponseItemModifier and TypeMethodDescriptionprotected List
<BatchResponseItem> AbstractAnyRestClient.parseBatchResponse
(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 BatchResponseItemModifier 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
Methods in org.apache.syncope.core.logic that return types with arguments of type BatchResponseItemModifier 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)