
Uses of Class
ca.uhn.fhir.jpa.batch.job.model.RequestListJson
Packages that use RequestListJson
Package
Description
-
Uses of RequestListJson in ca.uhn.fhir.jpa.batch.job
Methods in ca.uhn.fhir.jpa.batch.job that return RequestListJsonModifier and TypeMethodDescriptionPartitionedUrlValidator.buildRequestListJson
(ca.uhn.fhir.rest.api.server.RequestDetails theRequest, List<String> theUrlsToProcess) This method will throw an exception if the user is not allowed to access the requested resource type on the partition determined by the request -
Uses of RequestListJson in ca.uhn.fhir.jpa.batch.job.model
Methods in ca.uhn.fhir.jpa.batch.job.model that return RequestListJsonModifier and TypeMethodDescriptionstatic RequestListJson
static RequestListJson
RequestListJson.fromUrlStringsAndRequestPartitionIds
(List<String> theUrls, List<ca.uhn.fhir.interceptor.model.RequestPartitionId> theRequestPartitionIds) -
Uses of RequestListJson in ca.uhn.fhir.jpa.batch.reader
Methods in ca.uhn.fhir.jpa.batch.reader with parameters of type RequestListJsonModifier and TypeMethodDescriptionstatic org.springframework.batch.core.JobParameters
BaseReverseCronologicalBatchPidReader.buildJobParameters
(String theOperationName, Integer theBatchSize, RequestListJson theRequestListJson)