Package ca.uhn.fhir.jpa.api.pid
Class MixedResourcePidList
java.lang.Object
ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
ca.uhn.fhir.jpa.api.pid.MixedResourcePidList
- All Implemented Interfaces:
IResourcePidList
A resource pid list where the pids can have different resource types
-
Constructor Summary
ConstructorDescriptionMixedResourcePidList
(List<String> theResourceTypes, Collection<? extends 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
-
MixedResourcePidList
public MixedResourcePidList(List<String> theResourceTypes, Collection<? extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theIds, Date theLastDate, RequestPartitionId theRequestPartitionId)
-
-
Method Details
-
getResourceType
-