Uses of Interface
net.officefloor.compile.spi.office.OfficeSectionInput
Packages that use OfficeSectionInput
Package
Description
-
Uses of OfficeSectionInput in net.officefloor.activity.compose.build
Methods in net.officefloor.activity.compose.build that return OfficeSectionInputModifier and TypeMethodDescriptionComposeContext.getFunction(String functionName, Consumer<String> handleNotConfigured) Obtains theOfficeSectionInputto a named function.ComposeContext.getStartFunction()Obtains the starting function to composition.Methods in net.officefloor.activity.compose.build with parameters of type OfficeSectionInputModifier and TypeMethodDescriptionvoidComposeArchitect.addInput(String inputName, OfficeSectionInput input) AddsOfficeSectionInputthat will be available to link in composition via#inputName.voidComposeEmployer.ComposeArchitectImpl.addInput(String inputName, OfficeSectionInput input) voidComposeLinkHandler.link(T flowType, OfficeSectionInput handler) Links the flow type to theOfficeSectionInput. -
Uses of OfficeSectionInput in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeSectionInputMethods in net.officefloor.compile.impl.structure that return OfficeSectionInput -
Uses of OfficeSectionInput in net.officefloor.compile.internal.structure
Subinterfaces of OfficeSectionInput in net.officefloor.compile.internal.structure -
Uses of OfficeSectionInput in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeSectionInputModifier and TypeMethodDescriptionOfficeSection.getOfficeSectionInput(String inputName) Obtains theOfficeSectionInput. -
Uses of OfficeSectionInput in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type OfficeSectionInputModifier and TypeMethodDescriptionprotected StringAbstractPolyglotProcedureTest.collections(CompileOfficeContext context, OfficeSectionInput handleResult) Invokes collections via the procedure.protected StringAbstractPolyglotProcedureTest.flow(CompileOfficeContext context, OfficeSectionInput next, OfficeSectionInput flow, OfficeSectionInput flowWithCallback, OfficeSectionInput flowWithParameterAndCallback, OfficeSectionInput flowWithParameter, OfficeSectionInput exception) Invokes flow via the procedure.protected StringAbstractPolyglotProcedureTest.objects(CompileOfficeContext context, OfficeSectionInput handleResult) Invokes objects via the procedure.protected voidAbstractPolyglotProcedureTest.parameter(OfficeSectionOutput pass, CompileOfficeContext context, OfficeSectionInput handleResult) Invokes parameter via the procedure.protected StringAbstractPolyglotProcedureTest.primitives(CompileOfficeContext context, OfficeSectionInput handleResult) Invokes primitives via the procedure.protected voidAbstractPolyglotProcedureTest.variables(OfficeSectionOutput pass, CompileOfficeContext context, OfficeSectionInput handleResult) Invokes variables via the procedure. -
Uses of OfficeSectionInput in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock with parameters of type OfficeSectionInputModifier and TypeMethodDescriptionstatic ExternalServiceInput<ServerHttpConnection,ProcessAwareServerHttpConnectionManagedObject<ByteBuffer>> MockHttpServer.getExternalServiceInput(OfficeSectionInput input) Convenience method to extractExternalServiceInputfromOfficeSectionInput. -
Uses of OfficeSectionInput in net.officefloor.web.build
Methods in net.officefloor.web.build that return OfficeSectionInputModifier and TypeMethodDescriptionHttpInput.getDirect()Obtains theOfficeSectionInputfor direct handling. -
Uses of OfficeSectionInput in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build that return OfficeSectionInputModifier and TypeMethodDescriptionRestMethod.getServiceInput()Obtains theOfficeSectionInputto service theRestMethod.RestMethodImpl.getServiceInput()Constructors in net.officefloor.web.rest.build with parameters of type OfficeSectionInputModifierConstructorDescriptionComposedEndpoint(OfficeSectionInput input, RestConfiguration configuration) RestMethodContextImpl(boolean isSecure, HttpMethod httpMethod, RestPathContext path, OfficeSectionInput sectionInput, RestConfiguration configuration, OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) RestMethodImpl(boolean isSecure, HttpMethod httpMethod, HttpInput httpInput, OfficeSectionInput sectionInput, Object[] momentos) Instantiate. -
Uses of OfficeSectionInput in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build that return OfficeSectionInputModifier and TypeMethodDescriptionHttpSecurityBuilder.getAuthenticateInput()Obtains theOfficeSectionInputto authenticate with application credentials.