Uses of Interface
net.officefloor.compile.spi.section.SectionFlowSinkNode
Packages that use SectionFlowSinkNode
Package
Description
-
Uses of SectionFlowSinkNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFlowSinkNodeModifier and TypeClassDescriptionclassManagedFunctionNodeimplementation.classSectionInputNodenode.classSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionFlowSinkNodeModifier and TypeMethodDescriptionvoidSectionNodeImpl.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.structureModifier and TypeInterfaceDescriptioninterfaceSectionFunctionnode.interfaceSectionInputnode.interfaceSectionOutputnode. -
Uses of SectionFlowSinkNode in net.officefloor.compile.spi.section
Subinterfaces of SectionFlowSinkNode in net.officefloor.compile.spi.sectionModifier and TypeInterfaceDescriptioninterfaceinterfaceOutput of aSectionNode.interfaceInput into aSubSection.Methods in net.officefloor.compile.spi.section with parameters of type SectionFlowSinkNodeModifier and TypeMethodDescriptionvoidSectionDesigner.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 SectionFlowSinkNodeModifier and TypeMethodDescriptionClassSectionLoader.getEscalation(Class<?> escalationType) Obtains theSectionFlowSinkNodefor theEscalation.ClassSectionFlow.getFlowSink()Obtains theSectionFlowSinkNode.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionFlowSinkNodeModifierConstructorDescriptionClassSectionFlow(SectionFlowSinkNode flowSink, Class<?> argumentType) Instantiate. -
Uses of SectionFlowSinkNode in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionFlowSinkNodeModifier and TypeMethodDescriptionvoidTransformSectionDesigner.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 SectionFlowSinkNodeModifier and TypeMethodDescriptionHttpFlowSecurer.secureFlow(SectionDesigner designer, Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink) Creates aSectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.Methods in net.officefloor.web.security.build.section with parameters of type SectionFlowSinkNodeModifier and TypeMethodDescriptionHttpFlowSecurer.secureFlow(SectionDesigner designer, Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink) Creates aSectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.