Interface MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder
-
- Enclosing class:
- MethodManagedFunctionBuilderUtil
public static interface MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilderBuilds theManagedFunctionContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetFlow(int flowIndex, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler)Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerforFlowindex.voidsetFlow(java.lang.String functionName, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler)Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor invoking anotherManagedFunctionreflectively.voidsetObject(int dependencyIndex, java.lang.Object object)Specifies the object for index.
-
-
-
Method Detail
-
setObject
void setObject(int dependencyIndex, java.lang.Object object)Specifies the object for index.- Parameters:
dependencyIndex- Index of object.object- Object for the index.
-
setFlow
void setFlow(int flowIndex, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler)Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerforFlowindex.- Parameters:
flowIndex- Index of theFlow.handler-MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor theFlow.
-
setFlow
void setFlow(java.lang.String functionName, MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandler handler)Specifies theMethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor invoking anotherManagedFunctionreflectively.- Parameters:
functionName- Name of theManagedFunction.handler-MethodManagedFunctionBuilderUtil.ManagedFunctionFlowHandlerfor theFlow.
-
-