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