Uses of Interface
net.officefloor.compile.spi.managedfunction.source.ManagedFunctionSource
Packages that use ManagedFunctionSource
Package
Description
-
Uses of ManagedFunctionSource in net.officefloor.activity.procedure.section
Classes in net.officefloor.activity.procedure.section that implement ManagedFunctionSource -
Uses of ManagedFunctionSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type ManagedFunctionSourceModifier and TypeInterfaceDescriptioninterfaceService to plug-in anManagedFunctionSourceClassalias by including the extensionManagedFunctionSourcejar on the class path.Methods in net.officefloor.compile with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionabstract <S extends ManagedFunctionSource>
voidOfficeFloorCompiler.addManagedFunctionSourceAlias(String alias, Class<S> managedFunctionSourceClass) Allows providing an alias name for aManagedFunctionSource. -
Uses of ManagedFunctionSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescription<S extends ManagedFunctionSource>
voidOfficeFloorCompilerImpl.addManagedFunctionSourceAlias(String alias, Class<S> managedFunctionSourceClass) <S extends ManagedFunctionSource>
Class<S>OfficeFloorCompilerImpl.getManagedFunctionSourceClass(String managedFunctionSourceName, FunctionNamespaceNode node) -
Uses of ManagedFunctionSource in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescription<S extends ManagedFunctionSource>
voidOfficeFloorCompilerAdapter.addManagedFunctionSourceAlias(String alias, Class<S> managedFunctionSourceClass) -
Uses of ManagedFunctionSource in net.officefloor.compile.impl.managedfunction
Methods in net.officefloor.compile.impl.managedfunction with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescription<S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderImpl.loadManagedFunctionType(Class<S> managedFunctionSourceClass, PropertyList propertyList) <S extends ManagedFunctionSource>
PropertyListManagedFunctionLoaderImpl.loadSpecification(Class<S> managedFunctionSourceClass) Methods in net.officefloor.compile.impl.managedfunction with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionManagedFunctionLoaderImpl.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList propertyList) ManagedFunctionLoaderImpl.loadSpecification(ManagedFunctionSource managedFunctionSource) -
Uses of ManagedFunctionSource in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionSectionSourceContextImpl.loadManagedFunctionType(String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) -
Uses of ManagedFunctionSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionSectionNodeImpl.addSectionFunctionNamespace(String namespaceName, ManagedFunctionSource managedFunctionSource) voidFunctionNamespaceNodeImpl.initialise(String managedFunctionSourceClassName, ManagedFunctionSource managedFunctionSource) -
Uses of ManagedFunctionSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescription<S extends ManagedFunctionSource>
Class<S>NodeContext.getManagedFunctionSourceClass(String managedFunctionSourceName, FunctionNamespaceNode node) Obtains theManagedFunctionSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionvoidFunctionNamespaceNode.initialise(String managedFunctionSourceClassName, ManagedFunctionSource managedFunctionSource) Initialises theFunctionNamespaceNode. -
Uses of ManagedFunctionSource in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescription<S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoader.loadManagedFunctionType(Class<S> managedFunctionSourceClass, PropertyList properties) Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass.<S extends ManagedFunctionSource>
PropertyListManagedFunctionLoader.loadSpecification(Class<S> mangedFunctionSourceClass) Loads and returns thePropertyListfrom theManagedFunctionSourceSpecificationfor theManagedFunctionSource.Methods in net.officefloor.compile.managedfunction with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionManagedFunctionLoader.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList properties) Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass.ManagedFunctionLoader.loadSpecification(ManagedFunctionSource managedFunctionSource) Loads and returns thePropertyListfrom theManagedFunctionSourceSpecificationfor theManagedFunctionSource. -
Uses of ManagedFunctionSource in net.officefloor.compile.spi.managedfunction.source.impl
Classes in net.officefloor.compile.spi.managedfunction.source.impl that implement ManagedFunctionSource -
Uses of ManagedFunctionSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionSectionDesigner.addSectionFunctionNamespace(String functionNamespaceName, ManagedFunctionSource managedFunctionSource) Adds aSectionFunctionNamespaceto theSectionNodebeing built. -
Uses of ManagedFunctionSource in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionSectionSourceContext.loadManagedFunctionType(String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) Loads theFunctionNamespaceType. -
Uses of ManagedFunctionSource in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction with type parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionstatic <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil.loadManagedFunctionType(Class<S> managedFunctionSourceClass, String... propertyNameValues) Convenience method that loads theFunctionNamespaceTypeby obtaining theClassLoaderfrom theManagedFunctionSourceclass.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil.loadManagedFunctionType(Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, String... propertyNameValues) Convenience method that loads theFunctionNamespaceTypewith the providedOfficeFloorCompiler.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil.validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, Class<S> managedFunctionSourceClass, String... propertyNameValues) Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil.validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, String... propertyNameValues) Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.static <S extends ManagedFunctionSource>
PropertyListManagedFunctionLoaderUtil.validateSpecification(Class<S> managedFunctionSourceClass, String... propertyNameLabels) Validates theManagedFunctionSourceSpecificationfor theManagedFunctionSource.Methods in net.officefloor.compile.test.managedfunction with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionstatic FunctionNamespaceTypeManagedFunctionLoaderUtil.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, String... propertyNameValues) Convenience method that loads theFunctionNamespaceTypeby obtaining theClassLoaderfrom theManagedFunctionSourceclass.static FunctionNamespaceTypeManagedFunctionLoaderUtil.validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, ManagedFunctionSource managedFunctionSource, String... propertyNameValues) Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.static PropertyListManagedFunctionLoaderUtil.validateSpecification(ManagedFunctionSource managedFunctionSource, String... propertyNameLabels) Validates theManagedFunctionSourceSpecificationfor theManagedFunctionSource. -
Uses of ManagedFunctionSource in net.officefloor.plugin.clazz.method
Classes in net.officefloor.plugin.clazz.method that implement ManagedFunctionSourceModifier and TypeClassDescriptionclass -
Uses of ManagedFunctionSource in net.officefloor.plugin.managedfunction.clazz
Classes in net.officefloor.plugin.managedfunction.clazz that implement ManagedFunctionSourceModifier and TypeClassDescriptionclass -
Uses of ManagedFunctionSource in net.officefloor.plugin.section.clazz
Classes in net.officefloor.plugin.section.clazz that implement ManagedFunctionSourceModifier and TypeClassDescriptionstatic classManagedFunctionSourceimplementation to provide theManagedFunctioninstances for theClassSectionSource. -
Uses of ManagedFunctionSource in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionClassSectionFlowContext.addFunctionNamespace(String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties) Adds aSectionFunctionNamespace. -
Uses of ManagedFunctionSource in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionClassSectionLoader.addManagedFunctions(String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration) Loads theSectionFunctioninstances. -
Uses of ManagedFunctionSource in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type ManagedFunctionSourceModifier and TypeMethodDescriptionTransformSectionDesigner.addSectionFunctionNamespace(String namespaceName, ManagedFunctionSource managedFunctionSource) -
Uses of ManagedFunctionSource in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement ManagedFunctionSource