Uses of Interface
net.officefloor.plugin.managedfunction.method.MethodParameterFactory
-
-
Uses of MethodParameterFactory in net.officefloor.plugin.managedfunction.method
Methods in net.officefloor.plugin.managedfunction.method that return MethodParameterFactory Modifier and Type Method Description MethodParameterFactory
MethodParameterManufacturer. createParameterFactory(MethodParameterManufacturerContext context)
Creates theMethodParameterFactory
for the particular parameter.MethodParameterFactory[]
MethodManagedFunctionBuilder.MethodManagedFunctionFactoryContext. getParameters()
Obtains theMethodParameterFactory
instances.Constructors in net.officefloor.plugin.managedfunction.method with parameters of type MethodParameterFactory Constructor Description EnrichManagedFunctionTypeContext(java.lang.String functionName, java.lang.reflect.Method method, MethodObjectInstanceFactory methodObjectInstanceFactory, MethodParameterFactory[] parameters, ManagedFunctionTypeBuilder<Indexed,Indexed> functionType)
Instantiate.MethodFunction(MethodObjectInstanceFactory methodObjectInstanceFactory, java.lang.reflect.Method method, MethodParameterFactory[] parameterFactories, MethodReturnTranslator<java.lang.Object,java.lang.Object> returnTranslator)
Initiate.MethodFunctionFactory(MethodObjectInstanceFactory methodObjectInstanceFactory, java.lang.reflect.Method method, MethodParameterFactory[] parameters)
Initiate.MethodManagedFunctionFactoryContext(java.lang.String functionName, java.lang.reflect.Method method, MethodObjectInstanceFactory methodObjectInstanceFactory, MethodParameterFactory[] parameters)
Instantiate. -
Uses of MethodParameterFactory in net.officefloor.plugin.managedfunction.method.parameter
Classes in net.officefloor.plugin.managedfunction.method.parameter that implement MethodParameterFactory Modifier and Type Class Description class
AsynchronousFlowParameterFactory
class
FlowInterfaceParameterFactory
MethodParameterFactory
to obtain theFlow
.class
InParameterFactory
Creates theIn
for theMethodFunction
.class
LoggerParameterFactory
MethodParameterFactory
for theLogger
.class
ManagedFunctionContextParameterFactory
class
ObjectParameterFactory
MethodParameterFactory
for anObject
.class
OutParameterFactory
Creates theOut
for theMethodFunction
.class
PropertyParameterFactory
MethodParameterFactory
for theProperty
.class
ValueParameterFactory
Creates the value for theMethodFunction
.class
VariableParameterFactory
Creates theVar
for theMethodFunction
. -
Uses of MethodParameterFactory in net.officefloor.script
Classes in net.officefloor.script that implement MethodParameterFactory Modifier and Type Class Description class
ScriptFlowParameterFactory
Constructors in net.officefloor.script with parameters of type MethodParameterFactory Constructor Description ScriptManagedFunction(javax.script.ScriptEngineManager engineManager, java.lang.String engineName, ScriptManagedFunction.ScriptEngineDecorator scriptEngineDecorator, java.lang.String setupScript, java.lang.String script, java.lang.String functionName, MethodParameterFactory[] parameterFactories, ScriptExceptionTranslator scriptExceptionTranslator)
Instantiate. -
Uses of MethodParameterFactory in net.officefloor.web.openapi.response
Methods in net.officefloor.web.openapi.response that return MethodParameterFactory Modifier and Type Method Description MethodParameterFactory
ObjectResponseMethodParameterManufacturerServiceFactory. createParameterFactory(MethodParameterManufacturerContext context)
-