Uses of Class
ca.uhn.fhir.jpa.model.entity.ResourceTable
-
Uses of ResourceTable in ca.uhn.fhir.jpa.model.entity
Modifier and TypeMethodDescriptionNpmPackageVersionEntity.getPackageBinary()
abstract ResourceTable
BaseResourceIndexedSearchParam.getResource()
Get the Resource this SP indexesIResourceIndexComboSearchParameter.getResource()
ResourceIndexedComboStringUnique.getResource()
ResourceIndexedComboTokenNonUnique.getResource()
ResourceIndexedSearchParamCoords.getResource()
ResourceIndexedSearchParamDate.getResource()
ResourceIndexedSearchParamNumber.getResource()
ResourceIndexedSearchParamQuantity.getResource()
ResourceIndexedSearchParamQuantityNormalized.getResource()
ResourceIndexedSearchParamString.getResource()
ResourceIndexedSearchParamToken.getResource()
ResourceIndexedSearchParamUri.getResource()
ResourceTag.getResource()
SearchParamPresentEntity.getResource()
NpmPackageVersionResourceEntity.getResourceBinary()
ResourceHistoryTable.getResourceTable()
ResourceSearchUrlEntity.getResourceTable()
ResourceLink.getSourceResource()
ResourceLink.ResourceLinkForLocalReferenceParams.getSourceResource()
ResourceLink.getTargetResource()
ResourceTable.setResourceType
(String theResourceType) Modifier and TypeMethodDescriptionstatic ResourceLink
ResourceLink.forAbsoluteReference
(String theSourcePath, ResourceTable theSourceResource, org.hl7.fhir.instance.model.api.IIdType theTargetResourceUrl, Date theUpdated) static ResourceLink
ResourceLink.forLogicalReference
(String theSourcePath, ResourceTable theSourceResource, String theTargetResourceUrl, Date theUpdated) Factory for canonical URLstatic ResourceSearchUrlEntity
ResourceSearchUrlEntity.from
(String theUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) static ResourceSearchUrlEntityPK
ResourceSearchUrlEntityPK.from
(String theSearchUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) void
NpmPackageVersionEntity.setPackageBinary
(ResourceTable thePackageBinary) abstract BaseResourceIndexedSearchParam
BaseResourceIndexedSearchParam.setResource
(ResourceTable theResource) void
IResourceIndexComboSearchParameter.setResource
(ResourceTable theResourceTable) void
ResourceIndexedComboStringUnique.setResource
(ResourceTable theResource) void
ResourceIndexedComboTokenNonUnique.setResource
(ResourceTable theResource) ResourceIndexedSearchParamCoords.setResource
(ResourceTable theResource) ResourceIndexedSearchParamDate.setResource
(ResourceTable theResource) ResourceIndexedSearchParamNumber.setResource
(ResourceTable theResource) ResourceIndexedSearchParamQuantity.setResource
(ResourceTable theResource) ResourceIndexedSearchParamQuantityNormalized.setResource
(ResourceTable theResource) ResourceIndexedSearchParamString.setResource
(ResourceTable theResource) ResourceIndexedSearchParamToken.setResource
(ResourceTable theResource) ResourceIndexedSearchParamUri.setResource
(ResourceTable theResource) void
ResourceTag.setResource
(ResourceTable theResource) void
SearchParamPresentEntity.setResource
(ResourceTable theResourceTable) void
NpmPackageVersionResourceEntity.setResourceBinary
(ResourceTable theResourceBinary) void
ResourceHistoryProvenanceEntity.setResourceTable
(ResourceTable theResourceTable) void
ResourceHistoryTable.setResourceTable
(ResourceTable theResourceTable) ResourceSearchUrlEntity.setResourceTable
(ResourceTable myResourceTable) ResourceLink.ResourceLinkForLocalReferenceParams.setSourceResource
(ResourceTable theSourceResource) void
ResourceLink.setSourceResource
(ResourceTable theSourceResource) ModifierConstructorDescriptionResourceIndexedComboStringUnique
(ResourceTable theResource, String theIndexString, org.hl7.fhir.instance.model.api.IIdType theSearchParameterId) ConstructorResourceIndexedComboTokenNonUnique
(PartitionSettings thePartitionSettings, ResourceTable theEntity, String theQueryString) ResourceTag
(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor