
Uses of Class
ca.uhn.fhir.jpa.entity.Batch2JobInstanceEntity
Packages that use Batch2JobInstanceEntity
- 
Uses of Batch2JobInstanceEntity in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type Batch2JobInstanceEntityModifier and TypeMethodDescriptionIBatch2JobInstanceRepository.fetchInstancesByJobDefinitionIdAndStatus(String theJobDefinitionId, Set<StatusEnum> theIncompleteStatuses, org.springframework.data.domain.Pageable thePageRequest) org.springframework.data.domain.Page<Batch2JobInstanceEntity> IBatch2JobInstanceRepository.findByJobDefinitionIdOrStatusOrIdOrCreateTime(String theDefinitionId, StatusEnum theStatus, String theJobId, Date theFrom, Date theTo, org.springframework.data.domain.Pageable thePageable) 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, Boolean theIsCancelledBoolean, org.springframework.data.domain.Pageable thePageable)  - 
Uses of Batch2JobInstanceEntity in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return Batch2JobInstanceEntityModifier and TypeMethodDescriptionBatch2WorkChunkEntity.getInstance()Batch2JobInstanceEntity.setTriggeringClientId(String theTriggeringClientId) Batch2JobInstanceEntity.setTriggeringUsername(String theTriggeringUsername) Methods in ca.uhn.fhir.jpa.entity with parameters of type Batch2JobInstanceEntityModifier and TypeMethodDescriptionvoidBatch2WorkChunkEntity.setInstance(Batch2JobInstanceEntity theInstance)