Class ProcedureManagedFunctionSource
java.lang.Object
net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
net.officefloor.activity.procedure.section.ProcedureManagedFunctionSource
- All Implemented Interfaces:
ManagedFunctionSource
ManagedFunctionSource for first-class procedure.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
AbstractManagedFunctionSource.SpecificationContext -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidLoads theManagedFunctionSourceSpecification.voidsourceManagedFunctions(FunctionNamespaceBuilder functionNamespaceTypeBuilder, ManagedFunctionSourceContext context) Sources theFunctionNamespaceTypeby populating it via the inputFunctionNamespaceBuilder.Methods inherited from class net.officefloor.compile.spi.managedfunction.source.impl.AbstractManagedFunctionSource
getSpecification
-
Field Details
-
Constructor Details
-
ProcedureManagedFunctionSource
public ProcedureManagedFunctionSource()
-
-
Method Details
-
loadSpecification
Description copied from class:AbstractManagedFunctionSourceLoads theManagedFunctionSourceSpecification.- Specified by:
loadSpecificationin classAbstractManagedFunctionSource- Parameters:
context-AbstractManagedFunctionSource.SpecificationContext.
-
sourceManagedFunctions
public void sourceManagedFunctions(FunctionNamespaceBuilder functionNamespaceTypeBuilder, ManagedFunctionSourceContext context) throws Exception Description copied from interface:ManagedFunctionSourceSources theFunctionNamespaceTypeby populating it via the inputFunctionNamespaceBuilder.- Parameters:
functionNamespaceTypeBuilder-FunctionNamespaceBuilderto be populated with thetype definitionof theManagedFunctionSource.context-ManagedFunctionSourceContextto source details to populate theFunctionNamespaceBuilder.- Throws:
Exception- If fails to populate theFunctionNamespaceBuilder.
-