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 classManagedFunctionNodeImplManagedFunctionNodeimplementation.classSectionInputNodeImplSectionInputNodenode.classSectionOutputNodeImplSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionFlowSinkNode Modifier and Type Method Description voidSectionNodeImpl. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)voidSectionNodeImpl. 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 interfaceManagedFunctionNodeSectionFunctionnode.interfaceSectionInputNodeSectionInputnode.interfaceSectionOutputNodeSectionOutputnode. -
Uses of SectionFlowSinkNode in net.officefloor.compile.spi.section
Subinterfaces of SectionFlowSinkNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interfaceSectionFunctioninterfaceSectionOutputOutput of aSectionNode.interfaceSubSectionInputInput into aSubSection.Methods in net.officefloor.compile.spi.section with parameters of type SectionFlowSinkNode Modifier and Type Method Description voidSectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)Links theFunctionFlowto be undertaken by theSectionFlowSinkNode.voidSectionDesigner. link(SectionFlowSourceNode flowSourceNode, SectionFlowSinkNode flowSinkNode)Links theSectionFlowSourceNodeto 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 SectionFlowSinkNodeClassSectionLoader. getEscalation(java.lang.Class<?> escalationType)Obtains theSectionFlowSinkNodefor theEscalation.SectionFlowSinkNodeClassSectionFlow. 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 voidTransformSectionDesigner. link(FunctionFlow functionFlow, SectionFlowSinkNode sectionSinkNode, boolean isSpawnThreadState)voidTransformSectionDesigner. 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 SectionFlowSinkNodeHttpFlowSecurer. secureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)Creates aSectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.Methods in net.officefloor.web.security.build.section with parameters of type SectionFlowSinkNode Modifier and Type Method Description SectionFlowSinkNodeHttpFlowSecurer. secureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)Creates aSectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.
-