Interface ManagedFunctionInvocation
- All Superinterfaces:
ManagedFunctionReference
- All Known Implementing Classes:
ManagedFunctionInvocationImpl
Provides reference details to invoke a
ManagedFunction.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the argument to invoke theManagedFunction.default Class<?>Obtains the type of argument to be passed to the referencedManagedFunction.Methods inherited from interface net.officefloor.frame.internal.configuration.ManagedFunctionReference
getFunctionName
-
Method Details
-
getArgument
Object getArgument()Obtains the argument to invoke theManagedFunction.- Returns:
- Argument to invoke the
ManagedFunction.
-
getArgumentType
Description copied from interface:ManagedFunctionReferenceObtains the type of argument to be passed to the referencedManagedFunction.- Specified by:
getArgumentTypein interfaceManagedFunctionReference- Returns:
- Type of argument to be passed to the referenced
ManagedFunction.
-