Uses of Interface
io.resys.hdes.client.api.programs.FlowProgram.FlowProgramStep
Packages that use FlowProgram.FlowProgramStep
Package
Description
-
Uses of FlowProgram.FlowProgramStep in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement FlowProgram.FlowProgramStepModifier and TypeClassDescriptionfinal classImmutable implementation ofFlowProgram.FlowProgramStep.Methods in io.resys.hdes.client.api.programs that return types with arguments of type FlowProgram.FlowProgramStepModifier and TypeMethodDescriptionFlowProgram.getSteps()com.google.common.collect.ImmutableMap<String,FlowProgram.FlowProgramStep> ImmutableFlowProgram.getSteps()Methods in io.resys.hdes.client.api.programs with parameters of type FlowProgram.FlowProgramStepModifier and TypeMethodDescriptionstatic ImmutableFlowProgramStepImmutableFlowProgramStep.copyOf(FlowProgram.FlowProgramStep instance) Creates an immutable copy of aFlowProgram.FlowProgramStepvalue.ImmutableFlowProgramStep.Builder.from(FlowProgram.FlowProgramStep instance) Fill a builder with attribute values from the providedFlowProgramStepinstance.ImmutableFlowProgram.Builder.putSteps(String key, FlowProgram.FlowProgramStep value) Put one entry to thestepsmap.Method parameters in io.resys.hdes.client.api.programs with type arguments of type FlowProgram.FlowProgramStepModifier and TypeMethodDescriptionImmutableFlowProgram.Builder.putAllSteps(Map<String, ? extends FlowProgram.FlowProgramStep> entries) Put all mappings from the specified map as entries tostepsmap.ImmutableFlowProgram.Builder.putSteps(Map.Entry<String, ? extends FlowProgram.FlowProgramStep> entry) Put one entry to thestepsmap.ImmutableFlowProgram.Builder.steps(Map<String, ? extends FlowProgram.FlowProgramStep> entries) Sets or replaces all mappings from the specified map as entries for thestepsmap.final ImmutableFlowProgramImmutableFlowProgram.withSteps(Map<String, ? extends FlowProgram.FlowProgramStep> entries) Copy the current immutable object by replacing thestepsmap with the specified map. -
Uses of FlowProgram.FlowProgramStep in io.resys.hdes.client.spi.flow
Fields in io.resys.hdes.client.spi.flow declared as FlowProgram.FlowProgramStepModifier and TypeFieldDescriptionstatic final FlowProgram.FlowProgramStepFlowProgramBuilder.END_STEP -
Uses of FlowProgram.FlowProgramStep in io.resys.hdes.client.spi.flow.validators
Methods in io.resys.hdes.client.spi.flow.validators that return FlowProgram.FlowProgramStepMethods in io.resys.hdes.client.spi.flow.validators with parameters of type FlowProgram.FlowProgramStepModifier and TypeMethodDescriptionvoidFlowAssociationValidator.visitStep(FlowProgram.FlowProgramStep step, ProgramEnvir.ProgramWrapper<?, ?> wrapper)