Package ca.uhn.fhir.jpa.api.pid
Class TypedResourcePid
java.lang.Object
ca.uhn.fhir.jpa.api.pid.TypedResourcePid
-
Field Summary
Modifier and TypeFieldDescriptionfinal ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId
final String
-
Constructor Summary
ConstructorDescriptionTypedResourcePid
(String theResourceType, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theId) TypedResourcePid
(String theResourceType, Long theId) -
Method Summary
-
Field Details
-
resourceType
-
id
-
-
Constructor Details
-
TypedResourcePid
public TypedResourcePid(String theResourceType, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theId) -
TypedResourcePid
-
-
Method Details