Package ca.uhn.fhir.batch2.jobs.chunk
Class ResourceIdListWorkChunkJson
java.lang.Object
ca.uhn.fhir.batch2.jobs.chunk.ResourceIdListWorkChunkJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionConstructorResourceIdListWorkChunkJson(Collection<TypedPidJson> theTypedPids, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTypedPid(String theResourceType, Long thePid) ca.uhn.fhir.interceptor.model.RequestPartitionId<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
List<T>getResourcePersistentIds(IIdHelperService<T> theIdHelperService) getResourceType(int index) intsize()toString()
-
Constructor Details
-
ResourceIdListWorkChunkJson
public ResourceIdListWorkChunkJson()Constructor -
ResourceIdListWorkChunkJson
public ResourceIdListWorkChunkJson(Collection<TypedPidJson> theTypedPids, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) Constructor
-
-
Method Details
-
getRequestPartitionId
-
toString
-
getResourcePersistentIds
public <T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> List<T> getResourcePersistentIds(IIdHelperService<T> theIdHelperService) -
size
-
addTypedPid
-
getResourceType
-