Uses of Class
com.genologics.ri.step.StepConfiguration
Packages that use StepConfiguration
-
Uses of StepConfiguration in com.genologics.ri.step
Fields in com.genologics.ri.step declared as StepConfigurationModifier and TypeFieldDescriptionprotected StepConfigurationActions.configurationConfiguration of the step.protected StepConfigurationArrangements.configurationConfiguration of the step.protected StepConfigurationPlacements.configurationThe configuration for this step.protected StepConfigurationPools.configurationThe configuration for this step.protected StepConfigurationProcessStep.configurationThe configuration of the step.protected StepConfigurationProgramStatus.configurationThe configuration of the step.protected StepConfigurationReagentLots.configurationProvides a URI linking to the configuration resource that identifies the protocol step.protected StepConfigurationReagents.configurationConfiguration of the step.protected StepConfigurationStepCreation.configurationThe configuration for the step.protected StepConfigurationStepDetails.configurationThe configuration of the step.protected StepConfigurationStepSetup.configurationThe configuration of the step.Methods in com.genologics.ri.step that return StepConfigurationModifier and TypeMethodDescriptionObjectFactory.createStepConfiguration()Create an instance ofStepConfiguration.Actions.getConfiguration()Gets the step configuration.Arrangements.getConfiguration()Gets the step configuration.Placements.getConfiguration()Gets the step configuration.Pools.getConfiguration()Gets the step configuration.ProcessStep.getConfiguration()Gets the configuration of the step.ProgramStatus.getConfiguration()Gets the configuration of the step.ReagentLots.getConfiguration()Gets the step configuration.Reagents.getConfiguration()Gets the step configuration.StepCreation.getConfiguration()Gets the step configuration.StepDetails.getConfiguration()Gets the step configuration.StepSetup.getConfiguration()Gets the step configuration.Methods in com.genologics.ri.step with parameters of type StepConfigurationModifier and TypeMethodDescriptionvoidActions.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidArrangements.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidPlacements.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidPools.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidProcessStep.setConfiguration(StepConfiguration configuration) Sets the configuration of the step.voidProgramStatus.setConfiguration(StepConfiguration configuration) Sets the configuration of the step.voidReagentLots.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidReagents.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidStepCreation.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidStepDetails.setConfiguration(StepConfiguration configuration) Sets the step configuration.voidStepSetup.setConfiguration(StepConfiguration configuration) Sets the step configuration.Constructors in com.genologics.ri.step with parameters of type StepConfigurationModifierConstructorDescriptionStepCreation(StepConfiguration configuration) Constructor taking the step configuration.