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 void
MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder. setFlow(int flowIndex, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler)
Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler
forFlow
index.void
MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder. setFlow(java.lang.String functionName, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler)
Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler
for invoking anotherManagedFunction
reflectively.
-