Package ca.uhn.fhir.jpa.api.pid
Class HomogeneousResourcePidList
java.lang.Object
ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
ca.uhn.fhir.jpa.api.pid.HomogeneousResourcePidList
- All Implemented Interfaces:
IResourcePidList
A resource pid list where all pids have the same resource type
-
Constructor Summary
ConstructorDescriptionHomogeneousResourcePidList
(String theResourceType, Collection<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theIds, Date theLastDate, RequestPartitionId theRequestPartitionId) -
Method Summary
Methods inherited from class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
getId, getIds, getLastDate, getRequestPartitionId, getTypedResourcePids, isEmpty, size, toString
-
Constructor Details
-
HomogeneousResourcePidList
public HomogeneousResourcePidList(String theResourceType, Collection<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theIds, Date theLastDate, RequestPartitionId theRequestPartitionId)
-
-
Method Details
-
getResourceType
-
getResourceType
-