Uses of Interface
net.officefloor.compile.spi.office.OfficeSection
-
-
Uses of OfficeSection in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build that return types with arguments of type OfficeSection Modifier and Type Method Description static ProcedureArchitect<OfficeSection>
ProcedureEmployer. employProcedureArchitect(OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs theProcedureArchitect
. -
Uses of OfficeSection in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeSection Modifier and Type Class Description class
SectionNodeImpl
SectionNode
implementation.Methods in net.officefloor.compile.impl.structure that return OfficeSection Modifier and Type Method Description OfficeSection
OfficeNodeImpl. addOfficeSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation)
OfficeSection
OfficeNodeImpl. addOfficeSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation)
OfficeSection
OfficeNodeImpl. getOfficeSection(java.lang.String sectionName)
OfficeSection
SectionInputNodeImpl. getOfficeSection()
OfficeSection
SectionObjectNodeImpl. getOfficeSection()
OfficeSection
SectionOutputNodeImpl. getOfficeSection()
Methods in net.officefloor.compile.impl.structure with parameters of type OfficeSection Modifier and Type Method Description void
SectionNodeImpl. setSuperOfficeSection(OfficeSection superSection)
-
Uses of OfficeSection in net.officefloor.compile.internal.structure
Subinterfaces of OfficeSection in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionNode
Node within the hierarchy ofOfficeSection
instances. -
Uses of OfficeSection in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeSection Modifier and Type Method Description OfficeSection
OfficeArchitect. addOfficeSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation)
Adds anOfficeSection
.OfficeSection
OfficeArchitect. addOfficeSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation)
Adds anOfficeSection
.OfficeSection
OfficeArchitect. getOfficeSection(java.lang.String sectionName)
Obtains theOfficeSection
.OfficeSection
OfficeSectionInput. getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionInput
.OfficeSection
OfficeSectionObject. getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionOutput
.OfficeSection
OfficeSectionOutput. getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionOutput
.Methods in net.officefloor.compile.spi.office with parameters of type OfficeSection Modifier and Type Method Description void
OfficeSection. setSuperOfficeSection(OfficeSection superSection)
Specifies anOfficeSection
that thisOfficeSection
will inherit its links from. -
Uses of OfficeSection in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return OfficeSection Modifier and Type Method Description OfficeSection
CompileOfficeContext. addSection(java.lang.String sectionName, java.lang.Class<?> sectionClass)
Adds anOfficeSection
forClassSectionSource
.OfficeSection
CompileOfficeContext. getOfficeSection()
Obtains theOfficeSection
.OfficeSection
CompileOfficeContext. overrideSection(java.lang.Class<? extends SectionSource> sectionSourceClass, java.lang.String sectionLocation)
Overrides the defaultOfficeSection
. -
Uses of OfficeSection in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test that return OfficeSection Modifier and Type Method Description protected OfficeSection
AbstractPolyglotProcedureTest. addProcedure(java.lang.String resourceName, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactory, java.lang.String procedureName, boolean isNext, PropertyList properties, CompileOfficeContext context)
Convenience method to add aProcedure
. -
Uses of OfficeSection in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return OfficeSection Modifier and Type Method Description OfficeSection
CompileWebContextImpl. addSection(java.lang.String sectionName, java.lang.Class<?> sectionClass)
OfficeSection
CompileWebContextImpl. getOfficeSection()
OfficeSection
CompileWebContextImpl. overrideSection(java.lang.Class<? extends SectionSource> sectionSourceClass, java.lang.String sectionLocation)
-
Uses of OfficeSection in net.officefloor.woof
Methods in net.officefloor.woof that return types with arguments of type OfficeSection Modifier and Type Method Description ProcedureArchitect<OfficeSection>
WoofContext. getProcedureArchitect()
Obtains theProcedureArchitect
.
-