Class PartitionedUrl
java.lang.Object
ca.uhn.fhir.batch2.jobs.parameters.PartitionedUrl
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
Represents the pair of partition and (search) url, which can be used to configure batch2 jobs.
It will be used to determine which FHIR resources are selected for the job.
Please note that the url is a partial url, which means it does not include server base and tenantId,
and it starts with the with resource type.
e.g. Patient?, Observation?status=final
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanca.uhn.fhir.interceptor.model.RequestPartitionIdgetUrl()inthashCode()setRequestPartitionId(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) toString()
-
Constructor Details
-
PartitionedUrl
public PartitionedUrl()
-
-
Method Details
-
getUrl
-
setUrl
-
getRequestPartitionId
-
setRequestPartitionId
public PartitionedUrl setRequestPartitionId(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) -
toString
-
equals
-
hashCode
-