Uses of Class
net.officefloor.frame.impl.execute.managedfunction.ManagedFunctionMetaDataImpl
Packages that use ManagedFunctionMetaDataImpl
-
Uses of ManagedFunctionMetaDataImpl in net.officefloor.frame.impl.construct.managedfunction
Constructors in net.officefloor.frame.impl.construct.managedfunction with parameters of type ManagedFunctionMetaDataImplModifierConstructorDescriptionRawManagedFunctionMetaData(String functionName, ManagedFunctionConfiguration<O, F> configuration, Map<String, RawBoundManagedObjectMetaData> functionScopedManagedObjects, Map<ManagedObjectIndex, RawBoundManagedObjectMetaData> requiredManagedObjects, ManagedFunctionMetaDataImpl<O, F> functionMetaData) Initiate.