Uses of Interface
net.officefloor.compile.managedfunction.FunctionNamespaceType
-
-
Uses of FunctionNamespaceType in net.officefloor.compile
Methods in net.officefloor.compile that return FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeTypeLoader. loadManagedFunctionType(java.lang.String managedFunctionName, java.lang.String managedFunctionSourceClassName, PropertyList properties)Loads theFunctionNamespaceType. -
Uses of FunctionNamespaceType in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeOfficeFloorCompilerImpl. loadManagedFunctionType(java.lang.String managedFunctionSourceName, java.lang.String managedFunctionSourceClassName, PropertyList properties) -
Uses of FunctionNamespaceType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement FunctionNamespaceType Modifier and Type Class Description classFunctionNamespaceTypeImplFunctionNamespaceTypeimplementation.Methods in net.officefloor.compile.impl.managedfunction that return FunctionNamespaceType Modifier and Type Method Description <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderImpl. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, PropertyList propertyList)FunctionNamespaceTypeManagedFunctionLoaderImpl. loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList propertyList) -
Uses of FunctionNamespaceType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeSectionSourceContextImpl. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)FunctionNamespaceTypeSectionSourceContextImpl. loadManagedFunctionType(java.lang.String functionNamespace, ManagedFunctionSource managedFunctionSource, PropertyList properties) -
Uses of FunctionNamespaceType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeCompileContextImpl. getOrLoadFunctionNamespaceType(FunctionNamespaceNode namespaceNode)FunctionNamespaceTypeFunctionNamespaceNodeImpl. loadFunctionNamespaceType(boolean isLoadingType) -
Uses of FunctionNamespaceType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeCompileContext. getOrLoadFunctionNamespaceType(FunctionNamespaceNode functionNamespaceNode)Obtains the existing or loads theFunctionNamespaceTypefor theFunctionNamespaceNode.FunctionNamespaceTypeFunctionNamespaceNode. loadFunctionNamespaceType(boolean isLoadingType)Obtains theFunctionNamespaceTypefor thisFunctionNamespaceNode. -
Uses of FunctionNamespaceType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return FunctionNamespaceType Modifier and Type Method Description <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoader. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, PropertyList properties)Loads and returns theFunctionNamespaceTypefrom theManagedFunctionSourceclass.FunctionNamespaceTypeManagedFunctionLoader. 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 FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeSectionSourceContext. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)Loads theFunctionNamespaceType.FunctionNamespaceTypeSectionSourceContext. loadManagedFunctionType(java.lang.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 FunctionNamespaceType Modifier and Type Method Description static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, java.lang.String... propertyNameValues)Convenience method that loads theFunctionNamespaceTypeby obtaining theClassLoaderfrom theManagedFunctionSourceclass.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theFunctionNamespaceTypewith the providedOfficeFloorCompiler.static FunctionNamespaceTypeManagedFunctionLoaderUtil. loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, java.lang.String... propertyNameValues)Convenience method that loads theFunctionNamespaceTypeby obtaining theClassLoaderfrom theManagedFunctionSourceclass.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.Class<S> managedFunctionSourceClass, java.lang.String... propertyNameValues)Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, java.lang.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, java.lang.String... propertyNameValues)Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder.Methods in net.officefloor.compile.test.managedfunction with parameters of type FunctionNamespaceType Modifier and Type Method Description static FunctionNamespaceTypeManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, FunctionNamespaceType aNamespace)Convenience method that validates theFunctionNamespaceTypeloaded from the inputManagedFunctionSourceagainst the expectedFunctionNamespaceTypefrom theFunctionNamespaceBuilder. -
Uses of FunctionNamespaceType in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return FunctionNamespaceType Modifier and Type Method Description static FunctionNamespaceTypeFunctionNamespaceItem. loadFunctionNamespaceType(FunctionNamespaceItem item, EnvironmentBridge envBridge)Loads theFunctionNamespaceTypefor theFunctionNamespaceItem. -
Uses of FunctionNamespaceType in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type FunctionNamespaceType Modifier and Type Method Description Change<FunctionNamespaceModel>SectionChangesImpl. addFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, java.lang.String... managedFunctionNames)Change<FunctionNamespaceModel>SectionChangesImpl. refactorFunctionNamespace(FunctionNamespaceModel namespaceModel, java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType namespaceType, java.util.Map<java.lang.String,java.lang.String> managedFunctionNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> managedFunctionToObjectNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToFlowNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToEscalationTypeMapping, java.lang.String... functionNames) -
Uses of FunctionNamespaceType in net.officefloor.model.section
Methods in net.officefloor.model.section with parameters of type FunctionNamespaceType Modifier and Type Method Description Change<FunctionNamespaceModel>SectionChanges. addFunctionNamespace(java.lang.String functionNamspaceName, java.lang.String functionNamspaceSourceClassName, PropertyList properties, FunctionNamespaceType functionNamspaceType, java.lang.String... managedFunctionNames)Adds aFunctionNamespaceModelto theSectionModel.Change<FunctionNamespaceModel>SectionChanges. refactorFunctionNamespace(FunctionNamespaceModel functionNamespaceModel, java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionNamespaceType functionNamespaceType, java.util.Map<java.lang.String,java.lang.String> managedFunctionNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> managedFunctionToObjectNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToFlowNameMapping, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> functionToEscalationTypeMapping, java.lang.String... managedFunctionNames)Refactors theFunctionNamespaceModel. -
Uses of FunctionNamespaceType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return FunctionNamespaceType Modifier and Type Method Description FunctionNamespaceTypeClassSectionFunctionNamespace. getFunctionNamespaceType()Obtains theFunctionNamespaceType.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type FunctionNamespaceType Constructor Description ClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType)Instantiate.
-