Uses of Class
org.apache.syncope.common.rest.api.batch.BatchRequestItem
Packages that use BatchRequestItem
-
Uses of BatchRequestItem in org.apache.syncope.client.lib.batch
Methods in org.apache.syncope.client.lib.batch that return types with arguments of type BatchRequestItemModifier and TypeMethodDescriptionBatchClientFactoryBean.getBatchRequestItems()
BatchRequest.getItems()
Methods in org.apache.syncope.client.lib.batch with parameters of type BatchRequestItem -
Uses of BatchRequestItem in org.apache.syncope.core.rest.cxf.batch
Method parameters in org.apache.syncope.core.rest.cxf.batch with type arguments of type BatchRequestItemModifier and TypeMethodDescriptionvoid
BatchProcess.setBatchRequestItems
(List<BatchRequestItem> batchRequestItems) Constructors in org.apache.syncope.core.rest.cxf.batch with parameters of type BatchRequestItemModifierConstructorDescriptionBatchItemRequest
(String scheme, String serverName, int serverPort, String contextPath, String servletPath, String pathInfo, String characterEncoding, String baseURI, HttpServletRequest request, BatchRequestItem batchItem)