Uses of Class
ca.uhn.fhir.batch2.model.JobDefinitionStep
Packages that use JobDefinitionStep
-
Uses of JobDefinitionStep in ca.uhn.fhir.batch2.model
Subclasses of JobDefinitionStep in ca.uhn.fhir.batch2.modelModifier and TypeClassDescriptionclassJobDefinitionReductionStep<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson> Fields in ca.uhn.fhir.batch2.model declared as JobDefinitionStepModifier and TypeFieldDescriptionfinal JobDefinitionStep<PT,IT, OT> JobWorkCursor.currentStepfinal JobDefinitionStep<PT,OT, ?> JobWorkCursor.nextStepMethods in ca.uhn.fhir.batch2.model that return JobDefinitionStepModifier and TypeMethodDescriptionJobWorkCursor.getCurrentStep()JobDefinitionStep<?,?, ?> JobDefinition.getStepById(String theId) Methods in ca.uhn.fhir.batch2.model that return types with arguments of type JobDefinitionStepConstructors in ca.uhn.fhir.batch2.model with parameters of type JobDefinitionStepModifierConstructorDescriptionJobWorkCursor(JobDefinition<PT> theJobDefinition, boolean theIsFirstStep, JobDefinitionStep<PT, IT, OT> theCurrentStep, JobDefinitionStep<PT, OT, ?> theNextStep)