Package net.officefloor.frame.api.build
Interface FlowBuilder<F extends Enum<F>>
- All Superinterfaces:
FunctionBuilder<F>
- All Known Subinterfaces:
ManagedFunctionBuilder<O,,F> ManagedObjectFunctionBuilder<O,F>
- All Known Implementing Classes:
ManagedFunctionBuilderImpl
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetNextFunction(String functionName, Class<?> argumentType) Specifies the nextManagedFunctionto be executed.Methods inherited from interface net.officefloor.frame.api.build.FunctionBuilder
addEscalation, linkFlow, linkFlow, setResponsibleTeam
-
Method Details
-
setNextFunction
Specifies the nextManagedFunctionto be executed.- Parameters:
functionName- Name of the nextManagedFunction.argumentType- Type of argument passed to the nextManagedFunction. May benullto indicate no argument.
-