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