Uses of Interface
net.officefloor.compile.spi.section.SectionFlowSinkNode
-
-
Uses of SectionFlowSinkNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFlowSinkNode Modifier and Type Class Description class
ManagedFunctionNodeImpl
ManagedFunctionNode
implementation.class
SectionInputNodeImpl
SectionInputNode
node.class
SectionOutputNodeImpl
SectionOutputNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionFlowSinkNode Modifier and Type Method Description void
SectionNodeImpl. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)
void
SectionNodeImpl. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)
-
Uses of SectionFlowSinkNode in net.officefloor.compile.internal.structure
Subinterfaces of SectionFlowSinkNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedFunctionNode
SectionFunction
node.interface
SectionInputNode
SectionInput
node.interface
SectionOutputNode
SectionOutput
node. -
Uses of SectionFlowSinkNode in net.officefloor.compile.spi.section
Subinterfaces of SectionFlowSinkNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interface
SectionFunction
interface
SectionOutput
Output of aSectionNode
.interface
SubSectionInput
Input into aSubSection
.Methods in net.officefloor.compile.spi.section with parameters of type SectionFlowSinkNode Modifier and Type Method Description void
SectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)
Links theFunctionFlow
to be undertaken by theSectionFlowSinkNode
.void
SectionDesigner. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)
Links theSectionFlowSourceNode
to undertaken by theSectionFlowSinkNode
. -
Uses of SectionFlowSinkNode in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionFlowSinkNode Modifier and Type Method Description SectionFlowSinkNode
ClassSectionLoader. getEscalation(java.lang.Class<?> escalationType)
Obtains theSectionFlowSinkNode
for theEscalation
.SectionFlowSinkNode
ClassSectionFlow. getFlowSink()
Obtains theSectionFlowSinkNode
.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionFlowSinkNode Constructor Description ClassSectionFlow(SectionFlowSinkNode flowSink, java.lang.Class<?> argumentType)
Instantiate. -
Uses of SectionFlowSinkNode in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionFlowSinkNode Modifier and Type Method Description void
TransformSectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)
void
TransformSectionDesigner. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)
-
Uses of SectionFlowSinkNode in net.officefloor.web.security.build.section
Methods in net.officefloor.web.security.build.section that return SectionFlowSinkNode Modifier and Type Method Description SectionFlowSinkNode
HttpFlowSecurer. secureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)
Creates aSectionFlowSinkNode
to either a secure / insecureSectionFlowSinkNode
.Methods in net.officefloor.web.security.build.section with parameters of type SectionFlowSinkNode Modifier and Type Method Description SectionFlowSinkNode
HttpFlowSecurer. secureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)
Creates aSectionFlowSinkNode
to either a secure / insecureSectionFlowSinkNode
.
-