Uses of Interface
net.officefloor.compile.managedfunction.FunctionNamespaceType
Packages that use FunctionNamespaceType
Package
Description
-
Uses of FunctionNamespaceType in net.officefloor.compile
Methods in net.officefloor.compile that return FunctionNamespaceTypeModifier and TypeMethodDescriptionTypeLoader.loadManagedFunctionType(String managedFunctionName, String managedFunctionSourceClassName, PropertyList properties) Loads theFunctionNamespaceType. -
Uses of FunctionNamespaceType in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return FunctionNamespaceTypeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.loadManagedFunctionType(String managedFunctionSourceName, String managedFunctionSourceClassName, PropertyList properties) -
Uses of FunctionNamespaceType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement FunctionNamespaceTypeMethods in net.officefloor.compile.impl.managedfunction that return FunctionNamespaceTypeModifier and TypeMethodDescription<S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderImpl.loadManagedFunctionType(Class<S> managedFunctionSourceClass, PropertyList propertyList) ManagedFunctionLoaderImpl.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList propertyList) -
Uses of FunctionNamespaceType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return FunctionNamespaceTypeModifier and TypeMethodDescriptionSectionSourceContextImpl.loadManagedFunctionType(String functionNamespace, String managedFunctionSourceClassName, PropertyList properties) SectionSourceContextImpl.loadManagedFunctionType(String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) -
Uses of FunctionNamespaceType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return FunctionNamespaceTypeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadFunctionNamespaceType(FunctionNamespaceNode namespaceNode) FunctionNamespaceNodeImpl.loadFunctionNamespaceType(boolean isLoadingType) -
Uses of FunctionNamespaceType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return FunctionNamespaceTypeModifier and TypeMethodDescriptionCompileContext.getOrLoadFunctionNamespaceType(FunctionNamespaceNode functionNamespaceNode) Obtains the existing or loads theFunctionNamespaceTypefor theFunctionNamespaceNode.FunctionNamespaceNode.loadFunctionNamespaceType(boolean isLoadingType) Obtains theFunctionNamespaceTypefor thisFunctionNamespaceNode. -
Uses of FunctionNamespaceType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return FunctionNamespaceTypeModifier and TypeMethodDescription<S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoader.loadManagedFunctionType(Class<S> managedFunctionSourceClass, PropertyList properties) Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass.ManagedFunctionLoader.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList properties) Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass. -
Uses of FunctionNamespaceType in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source that return FunctionNamespaceTypeModifier and TypeMethodDescriptionSectionSourceContext.loadManagedFunctionType(String functionNamespace, String managedFunctionSourceClassName, PropertyList properties) Loads theFunctionNamespaceType.SectionSourceContext.loadManagedFunctionType(String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) Loads theFunctionNamespaceType. -
Uses of FunctionNamespaceType in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction that return FunctionNamespaceTypeModifier 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 FunctionNamespaceTypeManagedFunctionLoaderUtil.loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, String... propertyNameValues) Convenience method that loads theFunctionNamespaceTypeby obtaining theClassLoaderfrom theManagedFunctionSourceclass.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 FunctionNamespaceTypeManagedFunctionLoaderUtil.validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, FunctionNamespaceType aNamespace) Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.static FunctionNamespaceTypeManagedFunctionLoaderUtil.validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, ManagedFunctionSource managedFunctionSource, String... propertyNameValues) Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.Methods in net.officefloor.compile.test.managedfunction with parameters of type FunctionNamespaceTypeModifier and TypeMethodDescriptionstatic FunctionNamespaceTypeManagedFunctionLoaderUtil.validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, FunctionNamespaceType aNamespace) Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder. -
Uses of FunctionNamespaceType in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type FunctionNamespaceTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.section.FunctionNamespaceModel>SectionChangesImpl.addFunctionNamespace(String namespaceName, String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, String... managedFunctionNames) Change<net.officefloor.model.section.FunctionNamespaceModel>SectionChangesImpl.refactorFunctionNamespace(net.officefloor.model.section.FunctionNamespaceModel namespaceModel, String namespaceName, String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, Map<String, String> managedFunctionNameMapping, Map<String, Map<String, String>> managedFunctionToObjectNameMapping, Map<String, Map<String, String>> functionToFlowNameMapping, Map<String, Map<String, String>> functionToEscalationTypeMapping, String... functionNames) -
Uses of FunctionNamespaceType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return FunctionNamespaceTypeModifier and TypeMethodDescriptionClassSectionFunctionNamespace.getFunctionNamespaceType()Obtains theFunctionNamespaceType.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type FunctionNamespaceTypeModifierConstructorDescriptionClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType) Instantiate.