Uses of Class
ca.uhn.fhir.batch2.jobs.parameters.PartitionedUrl
Packages that use PartitionedUrl
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of PartitionedUrl in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api that return types with arguments of type PartitionedUrlModifier and TypeMethodDescriptiondefault List<PartitionedUrl>IJobPartitionProvider.getPartitionedUrls(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, List<String> theUrls) Provides the list ofPartitionedUrlto run job steps against, based on the request that initiates the job and the urls that it's configured with. -
Uses of PartitionedUrl in ca.uhn.fhir.batch2.coordinator
Methods in ca.uhn.fhir.batch2.coordinator that return types with arguments of type PartitionedUrlModifier and TypeMethodDescriptionDefaultJobPartitionProvider.getPartitionedUrls(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, List<String> theUrls) -
Uses of PartitionedUrl in ca.uhn.fhir.batch2.jobs.parameters
Methods in ca.uhn.fhir.batch2.jobs.parameters that return PartitionedUrlModifier and TypeMethodDescriptionUrlPartitioner.partitionUrl(String theUrl, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) PartitionedUrl.setRequestPartitionId(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) Methods in ca.uhn.fhir.batch2.jobs.parameters that return types with arguments of type PartitionedUrlMethods in ca.uhn.fhir.batch2.jobs.parameters with parameters of type PartitionedUrlModifier and TypeMethodDescriptionvoidPartitionedUrlJobParameters.addPartitionedUrl(PartitionedUrl theUrl)