Uses of Enum
ca.uhn.fhir.batch2.model.WorkChunkStatusEnum
Packages that use WorkChunkStatusEnum
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of WorkChunkStatusEnum in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api that return WorkChunkStatusEnumModifier and TypeMethodDescriptionIWorkChunkPersistence.onWorkChunkError(WorkChunkErrorEvent theParameters) A retryable error.Methods in ca.uhn.fhir.batch2.api that return types with arguments of type WorkChunkStatusEnumModifier and TypeMethodDescriptionIJobPersistence.getDistinctWorkChunkStatesForJobAndStep(String theInstanceId, String theCurrentStepId) Returns set of all distinct states for the specified job instance id and step id.Methods in ca.uhn.fhir.batch2.api with parameters of type WorkChunkStatusEnumModifier and TypeMethodDescriptionvoidIWorkChunkPersistence.markWorkChunksWithStatusAndWipeData(String theInstanceId, List<String> theChunkIds, WorkChunkStatusEnum theStatus, String theErrorMsg) Marks all work chunks with the provided status and erases the dataMethod parameters in ca.uhn.fhir.batch2.api with type arguments of type WorkChunkStatusEnumModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WorkChunkMetadata>IJobPersistence.fetchAllWorkChunkMetadataForJobInStates(org.springframework.data.domain.Pageable thePageable, String theInstanceId, Set<WorkChunkStatusEnum> theStates) Fetches an iterator that retrieves WorkChunkMetadata from the db. -
Uses of WorkChunkStatusEnum in ca.uhn.fhir.batch2.maintenance
Methods in ca.uhn.fhir.batch2.maintenance with parameters of type WorkChunkStatusEnumModifier and TypeMethodDescriptionJobChunkProgressAccumulator.getChunkIdsWithStatus(String theInstanceId, String theStepId, WorkChunkStatusEnum... theStatuses) -
Uses of WorkChunkStatusEnum in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return WorkChunkStatusEnumModifier and TypeMethodDescriptionWorkChunkMetadata.getStatus()static WorkChunkStatusEnumReturns the enum constant of this type with the specified name.static WorkChunkStatusEnum[]WorkChunkStatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.batch2.model that return types with arguments of type WorkChunkStatusEnumModifier and TypeMethodDescriptionWorkChunkStatusEnum.getNextStates()WorkChunkStatusEnum.getPriorStates()Methods in ca.uhn.fhir.batch2.model with parameters of type WorkChunkStatusEnumModifier and TypeMethodDescriptionWorkChunk.setStatus(WorkChunkStatusEnum theStatus) WorkChunkMetadata.setStatus(WorkChunkStatusEnum theStatus)