Class WorkFlowEngineBuilder
- java.lang.Object
-
- com.redhat.parodos.workflows.engine.WorkFlowEngineBuilder
-
public class WorkFlowEngineBuilder extends Object
Main entry point to createWorkFlowEngineinstances.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkFlowEngineBuilderaNewWorkFlowEngine()Create a newWorkFlowEngineBuilder.WorkFlowEnginebuild()Create a newWorkFlowEngine.
-
-
-
Method Detail
-
aNewWorkFlowEngine
public static WorkFlowEngineBuilder aNewWorkFlowEngine()
Create a newWorkFlowEngineBuilder.- Returns:
- a new
WorkFlowEngineBuilder.
-
build
public WorkFlowEngine build()
Create a newWorkFlowEngine.- Returns:
- a new
WorkFlowEngine.
-
-