Package ca.uhn.fhir.jpa.batch.job
Class PartitionedUrlValidator
java.lang.Object
ca.uhn.fhir.jpa.batch.job.PartitionedUrlValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildRequestListJson
(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 requestca.uhn.fhir.interceptor.model.RequestPartitionId
requestPartitionIdFromRequest
(ca.uhn.fhir.rest.api.server.RequestDetails theRequest)
-
Constructor Details
-
PartitionedUrlValidator
public PartitionedUrlValidator()
-
-
Method Details
-
buildRequestListJson
public RequestListJson 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 -
requestPartitionIdFromRequest
public ca.uhn.fhir.interceptor.model.RequestPartitionId requestPartitionIdFromRequest(ca.uhn.fhir.rest.api.server.RequestDetails theRequest)
-