Uses of Class
net.officefloor.model.section.FunctionNamespaceModel
-
Packages that use FunctionNamespaceModel Package Description net.officefloor.gef.section net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of FunctionNamespaceModel in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return FunctionNamespaceModel Modifier and Type Method Description FunctionNamespaceModel
FunctionNamespaceItem. prototype()
Methods in net.officefloor.gef.section with parameters of type FunctionNamespaceModel Modifier and Type Method Description FunctionNamespaceItem
FunctionNamespaceItem. item(FunctionNamespaceModel model)
void
FunctionNamespaceItem. loadToParent(SectionModel parentModel, FunctionNamespaceModel itemModel)
void
ManagedFunctionItem. loadToParent(FunctionNamespaceModel parentModel, ManagedFunctionModel itemModel)
javafx.scene.layout.Pane
FunctionNamespaceItem. visual(FunctionNamespaceModel model, AdaptedChildVisualFactoryContext<FunctionNamespaceModel> context)
Method parameters in net.officefloor.gef.section with type arguments of type FunctionNamespaceModel Modifier and Type Method Description javafx.scene.layout.Pane
FunctionNamespaceItem. visual(FunctionNamespaceModel model, AdaptedChildVisualFactoryContext<FunctionNamespaceModel> context)
-
Uses of FunctionNamespaceModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type FunctionNamespaceModel 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)
Change<FunctionNamespaceModel>
SectionChangesImpl. removeFunctionNamespace(FunctionNamespaceModel namespaceModel)
Change<FunctionNamespaceModel>
SectionChangesImpl. renameFunctionNamespace(FunctionNamespaceModel namespaceModel, java.lang.String newFunctionNamespaceName)
Methods in net.officefloor.model.impl.section with parameters of type FunctionNamespaceModel Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<ManagedFunctionModel>SectionChangesImpl. addManagedFunction(FunctionNamespaceModel namespaceModel, ManagedFunctionType<M,F> functionType)
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)
Change<FunctionNamespaceModel>
SectionChangesImpl. removeFunctionNamespace(FunctionNamespaceModel namespaceModel)
Change<ManagedFunctionModel>
SectionChangesImpl. removeManagedFunction(FunctionNamespaceModel namespace, ManagedFunctionModel managedFunction)
Change<FunctionNamespaceModel>
SectionChangesImpl. renameFunctionNamespace(FunctionNamespaceModel namespaceModel, java.lang.String newFunctionNamespaceName)
Method parameters in net.officefloor.model.impl.section with type arguments of type FunctionNamespaceModel Modifier and Type Method Description static void
SectionChangesImpl. sortNamespaceModels(java.util.List<FunctionNamespaceModel> namespaceModels)
Sorts theFunctionNamespaceModel
instances. -
Uses of FunctionNamespaceModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return types with arguments of type FunctionNamespaceModel 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
.java.util.List<FunctionNamespaceModel>
SectionModel. getFunctionNamespaces()
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
.RemoveConnectionsAction<FunctionNamespaceModel>
FunctionNamespaceModel. removeConnections()
Remove Connections.Change<FunctionNamespaceModel>
SectionChanges. removeFunctionNamespace(FunctionNamespaceModel functionNamespaceModel)
Removes aFunctionNamespaceModel
from theSectionModel
.Change<FunctionNamespaceModel>
SectionChanges. renameFunctionNamespace(FunctionNamespaceModel functionNamespaceModel, java.lang.String newFunctionNamespaceName)
Renames theFunctionNamespaceModel
.Methods in net.officefloor.model.section with parameters of type FunctionNamespaceModel Modifier and Type Method Description void
SectionModel. addFunctionNamespace(FunctionNamespaceModel functionNamespace)
<M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Change<ManagedFunctionModel>SectionChanges. addManagedFunction(FunctionNamespaceModel functionNamespaceModel, ManagedFunctionType<M,F> managedFunctionType)
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
.Change<FunctionNamespaceModel>
SectionChanges. removeFunctionNamespace(FunctionNamespaceModel functionNamespaceModel)
Removes aFunctionNamespaceModel
from theSectionModel
.void
SectionModel. removeFunctionNamespace(FunctionNamespaceModel functionNamespace)
Change<ManagedFunctionModel>
SectionChanges. removeManagedFunction(FunctionNamespaceModel functionNamespaceModel, ManagedFunctionModel managedFunctionModel)
Removes theManagedFunctionModel
from theFunctionNamespaceModel
.Change<FunctionNamespaceModel>
SectionChanges. renameFunctionNamespace(FunctionNamespaceModel functionNamespaceModel, java.lang.String newFunctionNamespaceName)
Renames theFunctionNamespaceModel
.Constructors in net.officefloor.model.section with parameters of type FunctionNamespaceModel Constructor Description SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function)
Convenience constructor.SectionModel(ExternalManagedObjectModel[] externalManagedObject, SectionManagedObjectSourceModel[] sectionManagedObjectSource, SectionManagedObjectModel[] sectionManagedObject, SectionManagedObjectPoolModel[] sectionManagedObjectPool, ExternalFlowModel[] externalFlow, SubSectionModel[] subSection, FunctionNamespaceModel[] functionNamespace, FunctionModel[] function, int x, int y)
Convenience constructor allowing XY initialising.
-