Uses of Interface
net.officefloor.compile.spi.section.FunctionFlow
-
Packages that use FunctionFlow Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section net.officefloor.plugin.section.transform -
-
Uses of FunctionFlow in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement FunctionFlow Modifier and Type Class Description classFunctionFlowNodeImplFunctionFlowNodeimplementation.Methods in net.officefloor.compile.impl.structure that return FunctionFlow Modifier and Type Method Description FunctionFlowManagedFunctionNodeImpl. getFunctionEscalation(java.lang.String functionEscalationName)FunctionFlowManagedFunctionNodeImpl. getFunctionFlow(java.lang.String functionFlowName)Methods in net.officefloor.compile.impl.structure with parameters of type FunctionFlow Modifier and Type Method Description voidSectionNodeImpl. 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 Modifier and Type Interface Description interfaceFunctionFlowNodeFunctionFlownode. -
Uses of FunctionFlow in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return FunctionFlow Modifier and Type Method Description FunctionFlowSectionFunction. getFunctionEscalation(java.lang.String escalationType)Obtains theFunctionFlowfor theManagedFunctionEscalationType.FunctionFlowSectionFunction. getFunctionFlow(java.lang.String functionFlowName)Obtains theFunctionFlowfor theManagedFunctionFlowType.Methods in net.officefloor.compile.spi.section with parameters of type FunctionFlow Modifier and Type Method Description voidSectionDesigner. 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 FunctionFlow Modifier and Type Method Description voidTransformSectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)
-