
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 SummaryConstructorsConstructorDescriptionMixedResourcePidList(List<String> theResourceTypes, Collection<? extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theIds, Date theLastDate, RequestPartitionId theRequestPartitionId) 
- 
Method SummaryMethods inherited from class ca.uhn.fhir.jpa.api.pid.BaseResourcePidListgetId, getIds, getLastDate, getRequestPartitionId, getTypedResourcePids, isEmpty, size, toString
- 
Constructor Details- 
MixedResourcePidListpublic MixedResourcePidList(List<String> theResourceTypes, Collection<? extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theIds, Date theLastDate, RequestPartitionId theRequestPartitionId) 
 
- 
- 
Method Details- 
getResourceType
 
-