Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowExecutionLog
Packages that use ImmutableFlowExecutionLog
-
Uses of ImmutableFlowExecutionLog in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowExecutionLogModifier and TypeMethodDescriptionImmutableFlowExecutionLog.Builder.build()Builds a newImmutableFlowExecutionLog.static ImmutableFlowExecutionLogImmutableFlowExecutionLog.copyOf(Program.FlowExecutionLog instance) Creates an immutable copy of aProgram.FlowExecutionLogvalue.ImmutableFlowExecutionLog.withAccepts(Map<String, ? extends Serializable> entries) Copy the current immutable object by replacing theacceptsmap with the specified map.ImmutableFlowExecutionLog.withSteps(Map<String, ? extends FlowProgram.FlowResultLog> entries) Copy the current immutable object by replacing thestepsmap with the specified map.