Uses of Interface
net.officefloor.compile.test.managedfunction.clazz.MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler
Packages that use MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler
-
Uses of MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler in net.officefloor.compile.test.managedfunction.clazz
Methods in net.officefloor.compile.test.managedfunction.clazz with parameters of type MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerModifier and TypeMethodDescriptionvoidMethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder.setFlow(int flowIndex, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler) Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerforFlowindex.voidMethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder.setFlow(String functionName, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler) Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor invoking anotherManagedFunctionreflectively.