Class ManagedFunctionInvocationImpl
java.lang.Object
net.officefloor.frame.impl.construct.managedfunction.ManagedFunctionInvocationImpl
- All Implemented Interfaces:
ManagedFunctionInvocation,ManagedFunctionReference
ManagedFunctionInvocation implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionManagedFunctionInvocationImpl(String functionName, Object argument) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the argument to invoke theManagedFunction.Obtains the name of theManagedFunction.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.frame.internal.configuration.ManagedFunctionInvocation
getArgumentType
-
Constructor Details
-
ManagedFunctionInvocationImpl
Instantiate.- Parameters:
functionName- Name of theManagedFunction.argument- Argument to theManagedFunction. May benull.
-
-
Method Details
-
getFunctionName
Description copied from interface:ManagedFunctionReferenceObtains the name of theManagedFunction.- Specified by:
getFunctionNamein interfaceManagedFunctionReference- Returns:
- Name of the
ManagedFunction.
-
getArgument
Description copied from interface:ManagedFunctionInvocationObtains the argument to invoke theManagedFunction.- Specified by:
getArgumentin interfaceManagedFunctionInvocation- Returns:
- Argument to invoke the
ManagedFunction.
-