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 class
EscalationNodeImpl
EscalationNode
implementation.class
ManagedObjectFlowNodeImpl
ManagedObjectFlowNode
implementation.class
OfficeInputNodeImpl
Implementation of theOfficeInputNode
.class
OfficeStartNodeImpl
OfficeStartNode
implementation.class
SectionOutputNodeImpl
SectionOutputNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFlowSourceNode Modifier and Type Method Description void
OfficeNodeImpl. 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 interface
EscalationNode
Escalation
node.interface
ManagedObjectFlowNode
ManagedObjectFlow
node.interface
OfficeInputNode
OfficeInput
node.interface
OfficeStartNode
OfficeStart
node.interface
SectionOutputNode
SectionOutput
node. -
Uses of OfficeFlowSourceNode in net.officefloor.compile.spi.office
Subinterfaces of OfficeFlowSourceNode in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
OfficeEscalation
interface
OfficeInput
Input to theOffice
.interface
OfficeManagedObjectFlow
interface
OfficeSectionOutput
Output from theOfficeSection
.interface
OfficeStart
Start-up trigger for aManagedFunction
within theOffice
.Methods in net.officefloor.compile.spi.office with parameters of type OfficeFlowSourceNode Modifier and Type Method Description void
OfficeArchitect. link(OfficeFlowSourceNode flowSourceNode, OfficeFlowSinkNode flowSinkNode)
Links theOfficeFlowSourceNode
to 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 void
AbstractPolyglotProcedureTest. httpException(OfficeFlowSourceNode pass, CompileWebContext context)
protected void
AbstractPolyglotProcedureTest. 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 void
WebArchitectEmployer. chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput)
void
WebArchitectEmployer. intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode)
void
WebArchitectEmployer. 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 OfficeFlowSourceNode
HttpInput. getInput()
Obtains theOfficeFlowSourceNode
to link for handling theHttpInput
.Methods in net.officefloor.web.build with parameters of type OfficeFlowSourceNode Modifier and Type Method Description void
WebArchitect. chainServicer(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode notHandledOutput)
Chains aOfficeSectionInput
to the end of the servicing chain to handle aHttpRequest
.void
WebArchitect. intercept(OfficeFlowSinkNode flowSinkNode, OfficeFlowSourceNode flowSourceNode)
Intercepts allHttpRequest
instances before servicing.void
WebArchitect. reroute(OfficeFlowSourceNode flowSourceNode)
Runs theServerHttpConnection
through 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 OfficeFlowSourceNode
WebTemplate. getOutput(java.lang.String outputName)
Obtains theOfficeFlowSourceNode
from theWebTemplate
.
-