Uses of Interface
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Content
-
-
Uses of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
Classes in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing with type parameters of type Content Modifier and Type Class Description classBatchProcessor<C extends Content>Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing that return Content Modifier and Type Method Description ContentBatchProcessor. processChangeset(ServiceRequest batchRequest, Service service, Batch changeset) -
Uses of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
Classes in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch with type parameters of type Content Modifier and Type Class Description classBatch<C extends Content>Batch of requests or responses.interfaceBatchFactory<C extends Content>classPart<C extends Content>Classes in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch that implement Content Modifier and Type Class Description classBatch<C extends Content>Batch of requests or responses.classRequestIndividual request or response inside the bach request.Fields in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch declared as Content Modifier and Type Field Description protected CPart. content -
Uses of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
Classes in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json that implement Content Modifier and Type Class Description classJsonBatchParser for JSON request.classJsonRequestMethods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json that return types with arguments of type Content Modifier and Type Method Description Batch<Content>JsonBatchFactory. createBatch(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings, boolean isChangeSet)Part<Content>JsonBatchFactory. createPart(de.fraunhofer.iosb.ilt.frostserver.path.Version batchVersion, CoreSettings settings, boolean inChangeSet, String logIndent) -
Uses of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Subinterfaces of Content in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart Modifier and Type Interface Description interfaceMultipartContentClasses in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that implement Content Modifier and Type Class Description classHttpContentclassMixedContentParser for multipart/mixed mime type stringContent, since Tomcat only handles multipart/form-data.classStringContentContent with no content type.
-