Uses of Interface
net.officefloor.compile.spi.section.FunctionFlow
Packages that use FunctionFlow
Package
Description
-
Uses of FunctionFlow in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement FunctionFlowMethods in net.officefloor.compile.impl.structure that return FunctionFlowModifier and TypeMethodDescriptionManagedFunctionNodeImpl.getFunctionEscalation(String functionEscalationName) ManagedFunctionNodeImpl.getFunctionFlow(String functionFlowName) Methods in net.officefloor.compile.impl.structure with parameters of type FunctionFlowModifier and TypeMethodDescriptionvoidSectionNodeImpl.link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState) -
Uses of FunctionFlow in net.officefloor.compile.internal.structure
Subinterfaces of FunctionFlow in net.officefloor.compile.internal.structure -
Uses of FunctionFlow in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return FunctionFlowModifier and TypeMethodDescriptionSectionFunction.getFunctionEscalation(String escalationType) Obtains theFunctionFlowfor theManagedFunctionEscalationType.SectionFunction.getFunctionFlow(String functionFlowName) Obtains theFunctionFlowfor theManagedFunctionFlowType.Methods in net.officefloor.compile.spi.section with parameters of type FunctionFlowModifier and TypeMethodDescriptionvoidSectionDesigner.link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState) Links theFunctionFlowto be undertaken by theSectionFlowSinkNode. -
Uses of FunctionFlow in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type FunctionFlowModifier and TypeMethodDescriptionvoidTransformSectionDesigner.link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)