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 FunctionNamespaceType
TypeLoader. 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 FunctionNamespaceType
OfficeFloorCompilerImpl. 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 class
FunctionNamespaceTypeImpl
FunctionNamespaceType
implementation.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)
FunctionNamespaceType
ManagedFunctionLoaderImpl. 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 FunctionNamespaceType
SectionSourceContextImpl. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)
FunctionNamespaceType
SectionSourceContextImpl. 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 FunctionNamespaceType
CompileContextImpl. getOrLoadFunctionNamespaceType(FunctionNamespaceNode namespaceNode)
FunctionNamespaceType
FunctionNamespaceNodeImpl. 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 FunctionNamespaceType
CompileContext. getOrLoadFunctionNamespaceType(FunctionNamespaceNode functionNamespaceNode)
Obtains the existing or loads theFunctionNamespaceType
for theFunctionNamespaceNode
.FunctionNamespaceType
FunctionNamespaceNode. loadFunctionNamespaceType(boolean isLoadingType)
Obtains theFunctionNamespaceType
for 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 theFunctionNamespaceType
from theManagedFunctionSource
class.FunctionNamespaceType
ManagedFunctionLoader. loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, PropertyList properties)
Loads and returns theFunctionNamespaceType
from theManagedFunctionSource
class. -
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 FunctionNamespaceType
SectionSourceContext. loadManagedFunctionType(java.lang.String functionNamespace, java.lang.String managedFunctionSourceClassName, PropertyList properties)
Loads theFunctionNamespaceType
.FunctionNamespaceType
SectionSourceContext. 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 theFunctionNamespaceType
by obtaining theClassLoader
from theManagedFunctionSource
class.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. loadManagedFunctionType(java.lang.Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)
Convenience method that loads theFunctionNamespaceType
with the providedOfficeFloorCompiler
.static FunctionNamespaceType
ManagedFunctionLoaderUtil. loadManagedFunctionType(ManagedFunctionSource managedFunctionSource, java.lang.String... propertyNameValues)
Convenience method that loads theFunctionNamespaceType
by obtaining theClassLoader
from theManagedFunctionSource
class.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.Class<S> managedFunctionSourceClass, java.lang.String... propertyNameValues)
Convenience method that validates theFunctionNamespaceType
loaded from the inputManagedFunctionSource
against the expectedFunctionNamespaceType
from theFunctionNamespaceBuilder
.static <S extends ManagedFunctionSource>
FunctionNamespaceTypeManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, java.lang.Class<S> managedFunctionSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)
Convenience method that validates theFunctionNamespaceType
loaded from the inputManagedFunctionSource
against the expectedFunctionNamespaceType
from theFunctionNamespaceBuilder
.static FunctionNamespaceType
ManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, FunctionNamespaceType aNamespace)
Convenience method that validates theFunctionNamespaceType
loaded from the inputManagedFunctionSource
against the expectedFunctionNamespaceType
from theFunctionNamespaceBuilder
.static FunctionNamespaceType
ManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, ManagedFunctionSource managedFunctionSource, java.lang.String... propertyNameValues)
Convenience method that validates theFunctionNamespaceType
loaded from the inputManagedFunctionSource
against the expectedFunctionNamespaceType
from theFunctionNamespaceBuilder
.Methods in net.officefloor.compile.test.managedfunction with parameters of type FunctionNamespaceType Modifier and Type Method Description static FunctionNamespaceType
ManagedFunctionLoaderUtil. validateManagedFunctionType(FunctionNamespaceBuilder expectedFunctionNamespaceType, FunctionNamespaceType aNamespace)
Convenience method that validates theFunctionNamespaceType
loaded from the inputManagedFunctionSource
against the expectedFunctionNamespaceType
from theFunctionNamespaceBuilder
. -
Uses of FunctionNamespaceType in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return FunctionNamespaceType Modifier and Type Method Description static FunctionNamespaceType
FunctionNamespaceItem. loadFunctionNamespaceType(FunctionNamespaceItem item, EnvironmentBridge envBridge)
Loads theFunctionNamespaceType
for 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 aFunctionNamespaceModel
to 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 FunctionNamespaceType
ClassSectionFunctionNamespace. getFunctionNamespaceType()
Obtains theFunctionNamespaceType
.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type FunctionNamespaceType Constructor Description ClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType)
Instantiate.
-