Uses of Interface
net.officefloor.compile.spi.office.OfficeFlowSourceNode
-
-
Uses of OfficeFlowSourceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeFlowSourceNode Modifier and Type Class Description classEscalationNodeImplEscalationNodeimplementation.classManagedObjectFlowNodeImplManagedObjectFlowNodeimplementation.classOfficeInputNodeImplImplementation of theOfficeInputNode.classOfficeStartNodeImplOfficeStartNodeimplementation.classSectionOutputNodeImplSectionOutputNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFlowSourceNode Modifier and Type Method Description voidOfficeNodeImpl. link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode) -
Uses of OfficeFlowSourceNode in net.officefloor.compile.internal.structure
Subinterfaces of OfficeFlowSourceNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceEscalationNodeEscalationnode.interfaceManagedObjectFlowNodeManagedObjectFlownode.interfaceOfficeInputNodeOfficeInputnode.interfaceOfficeStartNodeOfficeStartnode.interfaceSectionOutputNodeSectionOutputnode. -
Uses of OfficeFlowSourceNode in net.officefloor.compile.spi.office
Subinterfaces of OfficeFlowSourceNode in net.officefloor.compile.spi.office Modifier and Type Interface Description interfaceOfficeEscalationinterfaceOfficeInputInput to theOffice.interfaceOfficeManagedObjectFlowinterfaceOfficeSectionOutputOutput from theOfficeSection.interfaceOfficeStartStart-up trigger for aManagedFunctionwithin theOffice.Methods in net.officefloor.compile.spi.office with parameters of type OfficeFlowSourceNode Modifier and Type Method Description voidOfficeArchitect. link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode)Links theOfficeFlowSourceNodeto be undertaken by theOfficeFlowSinkNode. -
Uses of OfficeFlowSourceNode in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type OfficeFlowSourceNode Modifier and Type Method Description protected voidAbstractPolyglotProcedureTest. httpException(OfficeFlowSourceNode pass, CompileWebContext context)protected voidAbstractPolyglotProcedureTest. web(OfficeFlowSourceNode pass, CompileWebContext context) -
Uses of OfficeFlowSourceNode in net.officefloor.web
Methods in net.officefloor.web with parameters of type OfficeFlowSourceNode Modifier and Type Method Description voidWebArchitectEmployer. chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput)voidWebArchitectEmployer. intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode)voidWebArchitectEmployer. reroute(OfficeFlowSourceNode flowSourceNode) -
Uses of OfficeFlowSourceNode in net.officefloor.web.build
Methods in net.officefloor.web.build that return OfficeFlowSourceNode Modifier and Type Method Description OfficeFlowSourceNodeHttpInput. getInput()Obtains theOfficeFlowSourceNodeto link for handling theHttpInput.Methods in net.officefloor.web.build with parameters of type OfficeFlowSourceNode Modifier and Type Method Description voidWebArchitect. chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput)Chains aOfficeSectionInputto the end of the servicing chain to handle aHttpRequest.voidWebArchitect. intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode)Intercepts allHttpRequestinstances before servicing.voidWebArchitect. reroute(OfficeFlowSourceNode flowSourceNode)Runs theServerHttpConnectionthrough routing again. -
Uses of OfficeFlowSourceNode in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build that return OfficeFlowSourceNode Modifier and Type Method Description OfficeFlowSourceNodeWebTemplate. getOutput(java.lang.String outputName)Obtains theOfficeFlowSourceNodefrom theWebTemplate.
-