Uses of Class
org.apache.syncope.common.rest.api.batch.BatchItem
-
Packages that use BatchItem Package Description org.apache.syncope.common.rest.api.batch -
-
Uses of BatchItem in org.apache.syncope.common.rest.api.batch
Subclasses of BatchItem in org.apache.syncope.common.rest.api.batch Modifier and Type Class Description class
BatchRequestItem
class
BatchResponseItem
Methods in org.apache.syncope.common.rest.api.batch with type parameters of type BatchItem Modifier and Type Method Description static <T extends BatchItem>
StringBatchPayloadGenerator. generate(List<T> items, String boundary)
static <T extends BatchItem>
List<T>BatchPayloadParser. parse(InputStream in, javax.ws.rs.core.MediaType multipartMixed, T template)
-