Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json.JsonBatchResultItem
Packages that use JsonBatchResultItem
-
Uses of JsonBatchResultItem in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json that return JsonBatchResultItemModifier and TypeMethodDescriptionJsonBatchResultItem.addHeaders(String name, List<String> values) JsonBatchResultItem.addHeaders(Map<String, List<String>> values) JsonBatchProcessor.next()JsonBatchProcessor.processRequestItem(Service service, JsonBatchRequestItem requestItem) JsonBatchResultItem.setBodyJsonFormatted(String body) JsonBatchResultItem.setBodyNotFormatted(Object body) JsonBatchResultItem.setEntityType(de.fraunhofer.iosb.ilt.frostserver.model.EntityType entityType) JsonBatchResultItem.setIdValue(de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue idValue) JsonBatchResultItem.setLocation(String location) JsonBatchResultItem.setStatus(int code) Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json that return types with arguments of type JsonBatchResultItemMethods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json with parameters of type JsonBatchResultItemModifier and TypeMethodDescriptionvoidJsonBatchProcessor.storeEntityId(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity entity, JsonBatchResultItem result, String requestId) Method parameters in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json with type arguments of type JsonBatchResultItemModifier and TypeMethodDescriptionJsonBatchResponse.setResponses(Iterator<JsonBatchResultItem> responses)