Class CrossPartitionReferenceDetails
java.lang.Object
ca.uhn.fhir.jpa.searchparam.extractor.CrossPartitionReferenceDetails
-
Constructor Summary
ConstructorDescriptionCrossPartitionReferenceDetails
(ca.uhn.fhir.interceptor.model.RequestPartitionId theSourceResourcePartitionId, String theSourceResourceName, PathAndRef thePathAndRef, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) Constructor -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.RequestDetails
ca.uhn.fhir.interceptor.model.RequestPartitionId
ca.uhn.fhir.rest.api.server.storage.TransactionDetails
-
Constructor Details
-
CrossPartitionReferenceDetails
public CrossPartitionReferenceDetails(@Nonnull ca.uhn.fhir.interceptor.model.RequestPartitionId theSourceResourcePartitionId, @Nonnull String theSourceResourceName, @Nonnull PathAndRef thePathAndRef, @Nonnull ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, @Nonnull ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) Constructor
-
-
Method Details
-
getSourceResourceName
-
getRequestDetails
-
getTransactionDetails
-
getSourceResourcePartitionId
-
getPathAndRef
-