Uses of Class
de.codecentric.reedelk.platform.graph.ExecutionGraph
-
-
Uses of ExecutionGraph in de.codecentric.reedelk.platform.commons
Methods in de.codecentric.reedelk.platform.commons with parameters of type ExecutionGraph Modifier and Type Method Description static ExecutionNodeFindFirstSuccessorLeadingTo. of(ExecutionGraph graph, ExecutionNode start, ExecutionNode end)static Optional<ExecutionNode>NextNode. of(ExecutionNode current, ExecutionGraph graph)static ExecutionNodeNextNode. ofOrThrow(ExecutionNode current, ExecutionGraph graph)Returns the successor node of the current node and it throws an exception if a node was not found. -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.component.flowreference
Constructors in de.codecentric.reedelk.platform.component.flowreference with parameters of type ExecutionGraph Constructor Description FlowReferenceDeserializer(ExecutionGraph graph, FlowDeserializerContext context) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.component.foreach
Methods in de.codecentric.reedelk.platform.component.foreach with parameters of type ExecutionGraph Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>ForEachExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Constructors in de.codecentric.reedelk.platform.component.foreach with parameters of type ExecutionGraph Constructor Description ForEachDeserializer(ExecutionGraph graph, FlowDeserializerContext context) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.component.fork
Methods in de.codecentric.reedelk.platform.component.fork with parameters of type ExecutionGraph Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>ForkExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Constructors in de.codecentric.reedelk.platform.component.fork with parameters of type ExecutionGraph Constructor Description ForkDeserializer(ExecutionGraph graph, FlowDeserializerContext context) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.component.router
Methods in de.codecentric.reedelk.platform.component.router with parameters of type ExecutionGraph Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>RouterExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Constructors in de.codecentric.reedelk.platform.component.router with parameters of type ExecutionGraph Constructor Description RouterDeserializer(ExecutionGraph graph, FlowDeserializerContext context) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.component.stop
Methods in de.codecentric.reedelk.platform.component.stop with parameters of type ExecutionGraph Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>StopExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)When we find a stop node, we just return the parent flux. -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.component.trycatch
Methods in de.codecentric.reedelk.platform.component.trycatch with parameters of type ExecutionGraph Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>TryCatchExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Constructors in de.codecentric.reedelk.platform.component.trycatch with parameters of type ExecutionGraph Constructor Description TryCatchDeserializer(ExecutionGraph graph, FlowDeserializerContext context) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.execution
Methods in de.codecentric.reedelk.platform.execution with parameters of type ExecutionGraph Modifier and Type Method Description org.reactivestreams.Publisher<MessageAndContext>FlowExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>FlowExecutorFactory. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode next, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>ProcessorAsyncExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)org.reactivestreams.Publisher<MessageAndContext>ProcessorSyncExecutor. execute(org.reactivestreams.Publisher<MessageAndContext> publisher, ExecutionNode currentNode, ExecutionGraph graph)Constructors in de.codecentric.reedelk.platform.execution with parameters of type ExecutionGraph Constructor Description FlowExecutorEngine(ExecutionGraph graph) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.flow
Constructors in de.codecentric.reedelk.platform.flow with parameters of type ExecutionGraph Constructor Description ErrorStateFlow(long moduleId, String moduleName, String flowId, String flowTitle, ExecutionGraph executionGraph, FlowExecutorEngine executionEngine, Exception exception)Flow(long moduleId, String moduleName, String flowId, String flowTitle, ExecutionGraph executionGraph, FlowExecutorEngine executionEngine) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.flow.deserializer
Fields in de.codecentric.reedelk.platform.flow.deserializer declared as ExecutionGraph Modifier and Type Field Description protected ExecutionGraphAbstractDeserializer. graphMethods in de.codecentric.reedelk.platform.flow.deserializer with parameters of type ExecutionGraph Modifier and Type Method Description voidFlowDeserializer. deserialize(ExecutionGraph flowGraph, org.json.JSONObject flowStructure)DeserializerFactoryDeserializerFactory. graph(ExecutionGraph graph)Constructors in de.codecentric.reedelk.platform.flow.deserializer with parameters of type ExecutionGraph Constructor Description AbstractDeserializer(ExecutionGraph graph, FlowDeserializerContext context)GenericComponentDeserializer(ExecutionGraph graph, FlowDeserializerContext context) -
Uses of ExecutionGraph in de.codecentric.reedelk.platform.graph
Methods in de.codecentric.reedelk.platform.graph that return ExecutionGraph Modifier and Type Method Description static ExecutionGraphExecutionGraph. build()
-