Uses of Interface
io.resys.hdes.client.api.programs.FlowProgram.FlowResultLog
Packages that use FlowProgram.FlowResultLog
Package
Description
-
Uses of FlowProgram.FlowResultLog in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return FlowProgram.FlowResultLog -
Uses of FlowProgram.FlowResultLog in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement FlowProgram.FlowResultLogModifier and TypeClassDescriptionfinal classImmutable implementation ofFlowProgram.FlowResultLog.Methods in io.resys.hdes.client.api.programs that return types with arguments of type FlowProgram.FlowResultLogModifier and TypeMethodDescriptionFlowProgram.FlowResult.getLastLogs()com.google.common.collect.ImmutableList<FlowProgram.FlowResultLog>ImmutableFlowResult.getLastLogs()FlowProgram.FlowResult.getLogs()com.google.common.collect.ImmutableList<FlowProgram.FlowResultLog>ImmutableFlowResult.getLogs()com.google.common.collect.ImmutableMap<String,FlowProgram.FlowResultLog> ImmutableFlowExecutionLog.getSteps()Program.FlowExecutionLog.getSteps()Methods in io.resys.hdes.client.api.programs with parameters of type FlowProgram.FlowResultLogModifier and TypeMethodDescriptionImmutableFlowResult.Builder.addLastLogs(FlowProgram.FlowResultLog element) Adds one element tolastLogslist.ImmutableFlowResult.Builder.addLastLogs(FlowProgram.FlowResultLog... elements) Adds elements tolastLogslist.ImmutableFlowResult.Builder.addLogs(FlowProgram.FlowResultLog element) Adds one element tologslist.ImmutableFlowResult.Builder.addLogs(FlowProgram.FlowResultLog... elements) Adds elements tologslist.static ImmutableFlowResultLogImmutableFlowResultLog.copyOf(FlowProgram.FlowResultLog instance) Creates an immutable copy of aFlowProgram.FlowResultLogvalue.ImmutableFlowResultLog.Builder.from(FlowProgram.FlowResultLog instance) Fill a builder with attribute values from the providedFlowResultLoginstance.ImmutableFlowExecutionLog.Builder.putSteps(String key, FlowProgram.FlowResultLog value) Put one entry to thestepsmap.final ImmutableFlowResultImmutableFlowResult.withLastLogs(FlowProgram.FlowResultLog... elements) Copy the current immutable object with elements that replace the content oflastLogs.final ImmutableFlowResultImmutableFlowResult.withLogs(FlowProgram.FlowResultLog... elements) Copy the current immutable object with elements that replace the content oflogs.Method parameters in io.resys.hdes.client.api.programs with type arguments of type FlowProgram.FlowResultLogModifier and TypeMethodDescriptionImmutableFlowResult.Builder.addAllLastLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Adds elements tolastLogslist.ImmutableFlowResult.Builder.addAllLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Adds elements tologslist.ImmutableFlowResult.Builder.lastLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Sets or replaces all elements forlastLogslist.ImmutableFlowResult.Builder.logs(Iterable<? extends FlowProgram.FlowResultLog> elements) Sets or replaces all elements forlogslist.ImmutableFlowExecutionLog.Builder.putAllSteps(Map<String, ? extends FlowProgram.FlowResultLog> entries) Put all mappings from the specified map as entries tostepsmap.ImmutableFlowExecutionLog.Builder.putSteps(Map.Entry<String, ? extends FlowProgram.FlowResultLog> entry) Put one entry to thestepsmap.ImmutableFlowExecutionLog.Builder.steps(Map<String, ? extends FlowProgram.FlowResultLog> entries) Sets or replaces all mappings from the specified map as entries for thestepsmap.final ImmutableFlowResultImmutableFlowResult.withLastLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Copy the current immutable object with elements that replace the content oflastLogs.final ImmutableFlowResultImmutableFlowResult.withLogs(Iterable<? extends FlowProgram.FlowResultLog> elements) Copy the current immutable object with elements that replace the content oflogs.ImmutableFlowExecutionLog.withSteps(Map<String, ? extends FlowProgram.FlowResultLog> entries) Copy the current immutable object by replacing thestepsmap with the specified map. -
Uses of FlowProgram.FlowResultLog in io.resys.hdes.client.spi.flow
Methods in io.resys.hdes.client.spi.flow with parameters of type FlowProgram.FlowResultLogModifier and TypeMethodDescriptionvoidFlowProgramExecutor.visitShortHistory(FlowProgram.FlowResultLog log)