Uses of Class
io.process4j.core.Flow
-
Packages that use Flow Package Description io.process4j.core -
-
Uses of Flow in io.process4j.core
Methods in io.process4j.core that return Flow Modifier and Type Method Description protected Flow
BaseProcess. addFlow(Flow flow)
static Flow
Flow. endFlow(String name, BaseNode<?> source)
static Flow
Flow. endFlow(String id, String name, BaseNode<?> source)
static Flow
Flow. flow(String name, BaseNode<?> source, BaseNode<?> target)
static Flow
Flow. flow(String id, String name, BaseNode<?> source, BaseNode<?> target)
Flow
Execution. getCurrentPosition()
Flow
State. getPosition()
static Flow
Flow. startFlow(String name, BaseNode<?> target)
static Flow
Flow. startFlow(String id, String name, BaseNode<?> target)
Methods in io.process4j.core with parameters of type Flow Modifier and Type Method Description protected Flow
BaseProcess. addFlow(Flow flow)
State
State. setPosition(Flow position)
Constructors in io.process4j.core with parameters of type Flow Constructor Description State(String context, Flow position, io.vertx.core.json.JsonObject businessData, ProcessData processData, Iteration iteration)
-