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 class
FunctionFlowNodeImpl
FunctionFlowNode
implementation.Methods in net.officefloor.compile.impl.structure that return FunctionFlow Modifier and Type Method Description FunctionFlow
ManagedFunctionNodeImpl. getFunctionEscalation(java.lang.String functionEscalationName)
FunctionFlow
ManagedFunctionNodeImpl. getFunctionFlow(java.lang.String functionFlowName)
Methods in net.officefloor.compile.impl.structure with parameters of type FunctionFlow Modifier and Type Method Description void
SectionNodeImpl. 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 interface
FunctionFlowNode
FunctionFlow
node. -
Uses of FunctionFlow in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return FunctionFlow Modifier and Type Method Description FunctionFlow
SectionFunction. getFunctionEscalation(java.lang.String escalationType)
Obtains theFunctionFlow
for theManagedFunctionEscalationType
.FunctionFlow
SectionFunction. getFunctionFlow(java.lang.String functionFlowName)
Obtains theFunctionFlow
for theManagedFunctionFlowType
.Methods in net.officefloor.compile.spi.section with parameters of type FunctionFlow Modifier and Type Method Description void
SectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)
Links theFunctionFlow
to 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 void
TransformSectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)
-