Uses of Class
ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId
Packages that use ResourcePersistentId
-
Uses of ResourcePersistentId in ca.uhn.fhir.rest.api.server.storage
Fields in ca.uhn.fhir.rest.api.server.storage declared as ResourcePersistentIdMethods in ca.uhn.fhir.rest.api.server.storage that return ResourcePersistentIdModifier and TypeMethodDescriptionTransactionDetails.getResolvedResourceId(org.hl7.fhir.instance.model.api.IIdType theId) A Resolved Resource ID is a mapping between a resource ID (e.g.ResourcePersistentId.setAssociatedResourceId(org.hl7.fhir.instance.model.api.IIdType theAssociatedResourceId) Methods in ca.uhn.fhir.rest.api.server.storage that return types with arguments of type ResourcePersistentIdModifier and TypeMethodDescriptionstatic List<ResourcePersistentId>ResourcePersistentId.fromLongList(List<Long> theResultList) TransactionDetails.getResolvedMatchUrls()Methods in ca.uhn.fhir.rest.api.server.storage with parameters of type ResourcePersistentIdModifier and TypeMethodDescriptionvoidTransactionDetails.addResolvedMatchUrl(String theConditionalUrl, ResourcePersistentId thePersistentId) A Resolved Conditional URL is a mapping between a conditional URL (e.g.voidTransactionDetails.addResolvedResourceId(org.hl7.fhir.instance.model.api.IIdType theResourceId, ResourcePersistentId thePersistentId) A Resolved Resource ID is a mapping between a resource ID (e.g.Method parameters in ca.uhn.fhir.rest.api.server.storage with type arguments of type ResourcePersistentIdModifier and TypeMethodDescriptionResourcePersistentId.toLongList(Collection<ResourcePersistentId> thePids)