Uses of Class
ca.uhn.fhir.jpa.entity.Batch2JobInstanceEntity
-
Uses of Batch2JobInstanceEntity in ca.uhn.fhir.jpa.dao.data
Modifier and TypeMethodDescriptionIBatch2JobInstanceRepository.fetchInstancesByJobDefinitionIdAndStatus
(String theJobDefinitionId, Set<StatusEnum> theIncompleteStatuses, org.springframework.data.domain.Pageable thePageRequest) IBatch2JobInstanceRepository.findInstancesByJobDefinitionId
(String theJobDefinitionId, org.springframework.data.domain.Pageable thePageRequest) IBatch2JobInstanceRepository.findInstancesByJobIdAndParams
(String theDefinitionId, String theParams, org.springframework.data.domain.Pageable thePageable) IBatch2JobInstanceRepository.findInstancesByJobIdAndStatusAndExpiry
(String theDefinitionId, Set<StatusEnum> theStatus, Date theCutoff, org.springframework.data.domain.Pageable thePageable) IBatch2JobInstanceRepository.findInstancesByJobIdParamsAndStatus
(String theDefinitionId, String theParams, Set<StatusEnum> theStatus, org.springframework.data.domain.Pageable thePageable) IBatch2JobInstanceRepository.findInstancesByJobStatus
(StatusEnum theState, org.springframework.data.domain.Pageable thePageable) -
Uses of Batch2JobInstanceEntity in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionBatch2WorkChunkEntity.getInstance()
Batch2JobInstanceEntity.setTriggeringClientId
(String theTriggeringClientId) Batch2JobInstanceEntity.setTriggeringUsername
(String theTriggeringUsername) Modifier and TypeMethodDescriptionvoid
Batch2WorkChunkEntity.setInstance
(Batch2JobInstanceEntity theInstance)