Uses of Class
net.officefloor.model.section.SectionManagedObjectSourceFlowToFunctionModel
-
Packages that use SectionManagedObjectSourceFlowToFunctionModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SectionManagedObjectSourceFlowToFunctionModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SectionManagedObjectSourceFlowToFunctionModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToFunctionModel>SectionChangesImpl. linkSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, FunctionModel function)Change<SectionManagedObjectSourceFlowToFunctionModel>SectionChangesImpl. removeSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowToFunctionModel managedObjectSourceFlowToFunction)Methods in net.officefloor.model.impl.section with parameters of type SectionManagedObjectSourceFlowToFunctionModel Modifier and Type Method Description Change<SectionManagedObjectSourceFlowToFunctionModel>SectionChangesImpl. removeSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowToFunctionModel managedObjectSourceFlowToFunction) -
Uses of SectionManagedObjectSourceFlowToFunctionModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SectionManagedObjectSourceFlowToFunctionModel Modifier and Type Method Description SectionManagedObjectSourceFlowToFunctionModelSectionManagedObjectSourceFlowModel. getFunction()Methods in net.officefloor.model.section that return types with arguments of type SectionManagedObjectSourceFlowToFunctionModel Modifier and Type Method Description java.util.List<SectionManagedObjectSourceFlowToFunctionModel>FunctionModel. getSectionManagedObjectSourceFlows()Change<SectionManagedObjectSourceFlowToFunctionModel>SectionChanges. linkSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowModel managedObjectSourceFlow, FunctionModel function)Links theSectionManagedObjectSourceFlowModelto theFunctionModel.Change<SectionManagedObjectSourceFlowToFunctionModel>SectionChanges. removeSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowToFunctionModel managedObjectSourceFlowToFunction)Removes theSectionManagedObjectSourceFlowToFunctionModel.Methods in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowToFunctionModel Modifier and Type Method Description voidFunctionModel. addSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowToFunctionModel sectionManagedObjectSourceFlow)voidFunctionModel. removeSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowToFunctionModel sectionManagedObjectSourceFlow)Change<SectionManagedObjectSourceFlowToFunctionModel>SectionChanges. removeSectionManagedObjectSourceFlowToFunction(SectionManagedObjectSourceFlowToFunctionModel managedObjectSourceFlowToFunction)Removes theSectionManagedObjectSourceFlowToFunctionModel.voidSectionManagedObjectSourceFlowModel. setFunction(SectionManagedObjectSourceFlowToFunctionModel function)Constructors in net.officefloor.model.section with parameters of type SectionManagedObjectSourceFlowToFunctionModel Constructor Description FunctionModel(java.lang.String functionName, boolean isPublic, java.lang.String functionNamespaceName, java.lang.String managedFunctionName, java.lang.String returnType, ManagedFunctionToFunctionModel managedFunction, FunctionToNextFunctionModel nextFunction, FunctionToNextExternalFlowModel nextExternalFlow, FunctionToNextSubSectionInputModel nextSubSectionInput, FunctionToNextFunctionModel[] previousFunction, FunctionFlowModel[] functionFlow, FunctionEscalationModel[] functionEscalation, FunctionFlowToFunctionModel[] functionFlowInput, FunctionEscalationToFunctionModel[] functionEscalationInput, SubSectionOutputToFunctionModel[] subSectionOutput, SectionManagedObjectSourceFlowToFunctionModel[] sectionManagedObjectSourceFlow)Convenience constructor.FunctionModel(java.lang.String functionName, boolean isPublic, java.lang.String functionNamespaceName, java.lang.String managedFunctionName, java.lang.String returnType, ManagedFunctionToFunctionModel managedFunction, FunctionToNextFunctionModel nextFunction, FunctionToNextExternalFlowModel nextExternalFlow, FunctionToNextSubSectionInputModel nextSubSectionInput, FunctionToNextFunctionModel[] previousFunction, FunctionFlowModel[] functionFlow, FunctionEscalationModel[] functionEscalation, FunctionFlowToFunctionModel[] functionFlowInput, FunctionEscalationToFunctionModel[] functionEscalationInput, SubSectionOutputToFunctionModel[] subSectionOutput, SectionManagedObjectSourceFlowToFunctionModel[] sectionManagedObjectSourceFlow, int x, int y)Convenience constructor allowing XY initialising.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function)Convenience constructor.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function, int x, int y)Convenience constructor allowing XY initialising.
-