Uses of Class
ca.uhn.fhir.jpa.api.svc.ResolveIdentityMode
-
Uses of ResolveIdentityMode in ca.uhn.fhir.jpa.api.svc
Modifier and TypeMethodDescriptionResolveIdentityMode.Builder.cacheOk()
Cached results are acceptable.ResolveIdentityMode.Builder.noCacheUnlessDeletesDisabled()
In this mode, the cache won't be used unless deletes are disabled on this server (meaning that the deleted status of a resource is not able to change)Modifier and TypeMethodDescriptionMap
<org.hl7.fhir.instance.model.api.IIdType, IResourceLookup<T>> IIdHelperService.resolveResourceIdentities
(RequestPartitionId theRequestPartitionId, Collection<org.hl7.fhir.instance.model.api.IIdType> theIds, ResolveIdentityMode theMode) Given a collection of resource IDs, resolve the resource identities, including the persistent ID, deleted status, resource type, etc.IIdHelperService.resolveResourceIdentity
(RequestPartitionId theRequestPartitionId, String theResourceType, String theResourceId, ResolveIdentityMode theMode) default T
IIdHelperService.resolveResourceIdentityPid
(RequestPartitionId theRequestPartitionId, String theResourceType, String theResourceId, ResolveIdentityMode theMode) IIdHelperService.resolveResourcePids
(RequestPartitionId theRequestPartitionId, List<org.hl7.fhir.instance.model.api.IIdType> theTargetIds, ResolveIdentityMode theResolveIdentityMode) Given a collection of resource IDs, resolve the resource persistent IDs.