Uses of Class
org.apache.syncope.common.rest.api.batch.BatchRequestItem
-
Packages that use BatchRequestItem Package Description org.apache.syncope.client.lib.batch org.apache.syncope.core.rest.cxf.batch -
-
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 BatchRequestItem Modifier and Type Method Description List<BatchRequestItem>
BatchClientFactoryBean. getBatchRequestItems()
List<BatchRequestItem>
BatchRequest. getItems()
Methods in org.apache.syncope.client.lib.batch with parameters of type BatchRequestItem Modifier and Type Method Description boolean
BatchClientFactoryBean. add(BatchRequestItem item)
-
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 BatchRequestItem Modifier and Type Method Description void
BatchProcess. setBatchRequestItems(List<BatchRequestItem> batchRequestItems)
Constructors in org.apache.syncope.core.rest.cxf.batch with parameters of type BatchRequestItem Constructor Description BatchItemRequest(String scheme, String serverName, int serverPort, String contextPath, String servletPath, String pathInfo, String characterEncoding, String baseURI, javax.servlet.http.HttpServletRequest request, BatchRequestItem batchItem)
-