Uses of Interface
net.officefloor.frame.api.function.ManagedFunctionContext
Packages that use ManagedFunctionContext
Package
Description
-
Uses of ManagedFunctionContext in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidExternalServiceInputFactoryImpl.execute(ManagedFunctionContext<None, None> context) -
Uses of ManagedFunctionContext in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidManagedFunction.execute(ManagedFunctionContext<O, F> context) Executes the function. -
Uses of ManagedFunctionContext in net.officefloor.frame.api.managedobject.recycle
Methods in net.officefloor.frame.api.managedobject.recycle with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionstatic <M extends ManagedObject>
RecycleManagedObjectParameter<M>RecycleManagedObjectParameter.getRecycleManagedObjectParameter(ManagedFunctionContext<?, ?> context) Convenience method to obtain theRecycleManagedObjectParameterfrom theManagedFunctionContext. -
Uses of ManagedFunctionContext in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidLoadManagedObjectFunctionFactory.execute(ManagedFunctionContext<LoadManagedObjectFunctionFactory.Dependencies, None> context) -
Uses of ManagedFunctionContext in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidReflectiveFunctionBuilder.execute(ManagedFunctionContext<Indexed, Indexed> context) voidTestManagedObject.TestRecycle.execute(ManagedFunctionContext<O, F> context) -
Uses of ManagedFunctionContext in net.officefloor.frame.util
Methods in net.officefloor.frame.util with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidManagedObjectSourceStandAlone.registerInvokeProcessFunction(int processIndex, ManagedFunction<?, ?> function, ManagedFunctionContext<?, ?> functionContext) Registers the initialManagedFunctionfor the invokedProcessState.voidManagedObjectSourceStandAlone.registerInvokeProcessFunction(Enum<?> processKey, ManagedFunction<?, ?> function, ManagedFunctionContext<?, ?> functionContext) Registers the initialManagedFunctionfor the invokedProcessState. -
Uses of ManagedFunctionContext in net.officefloor.plugin.administration.clazz
Methods in net.officefloor.plugin.administration.clazz with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionAdministrationContextClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) AdministrationExtensionParameterFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) AdministrationGovernanceParameterFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) -
Uses of ManagedFunctionContext in net.officefloor.plugin.clazz.dependency
Methods in net.officefloor.plugin.clazz.dependency with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) Creates the dependency for aManagedFunction. -
Uses of ManagedFunctionContext in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionAsynchronousFlowClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) FlowClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) LoggerClassDependencyManufacturer.createDependency(ManagedFunctionContext<Indexed, Indexed> context) ManagedFunctionContextClassDependencyManufacturer.createDependency(ManagedFunctionContext<Indexed, Indexed> context) ManagedObjectContextClassDependencyManufacturer.createDependency(ManagedFunctionContext<Indexed, Indexed> context) ObjectClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) PropertyClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) VariableClassDependencyFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) -
Uses of ManagedFunctionContext in net.officefloor.plugin.clazz.factory
Methods in net.officefloor.plugin.clazz.factory with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionClassObjectFactory.createObject(ManagedFunctionContext<Indexed, Indexed> context) Creates the object within aManagedFunctioncontext. -
Uses of ManagedFunctionContext in net.officefloor.plugin.clazz.method
Methods in net.officefloor.plugin.clazz.method that return ManagedFunctionContextModifier and TypeMethodDescriptionMethodReturnTranslatorContext.getManagedFunctionContext()Obtains theManagedFunctionContext.Methods in net.officefloor.plugin.clazz.method with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionDefaultMethodObjectFactory.createInstance(ManagedFunctionContext<Indexed, Indexed> context) MethodObjectFactory.createInstance(ManagedFunctionContext<Indexed, Indexed> context) StaticMethodObjectFactory.createInstance(ManagedFunctionContext<Indexed, Indexed> context) voidMethodFunction.execute(ManagedFunctionContext<Indexed, Indexed> context) -
Uses of ManagedFunctionContext in net.officefloor.plugin.managedobject.clazz
Methods in net.officefloor.plugin.managedobject.clazz with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidClassDependencyInjector.injectDependencies(Object object, ManagedFunctionContext<Indexed, Indexed> context) Injects dependencies into the object (typically to invokeMethodagainst).voidFieldClassDependencyInjector.injectDependencies(Object object, ManagedFunctionContext<Indexed, Indexed> context) voidMethodClassDependencyInjector.injectDependencies(Object object, ManagedFunctionContext<Indexed, Indexed> context) -
Uses of ManagedFunctionContext in net.officefloor.reactor
Methods in net.officefloor.reactor with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionstatic <T> voidFluxSubscription.subscribe(Class<?> componentType, reactor.core.publisher.Flux<T> flux, ManagedFunctionContext<?, ?> context) Subscribes to theFlux.static <T> voidMonoSubscription.subscribe(reactor.core.publisher.Mono<T> mono, ManagedFunctionContext<?, ?> context) Subscribes to theMono.Constructors in net.officefloor.reactor with parameters of type ManagedFunctionContextModifierConstructorDescriptionAbstractSubscription(ManagedFunctionContext<?, ?> context) Instantiate.FluxSubscription(Class<?> comonentType, ManagedFunctionContext<?, ?> context) Instantiate.MonoSubscription(ManagedFunctionContext<?, ?> context) Instantiate.Constructor parameters in net.officefloor.reactor with type arguments of type ManagedFunctionContextModifierConstructorDescriptionReactorMethodReturnTranslator(BiConsumer<R, ManagedFunctionContext<?, ?>> subscriber) Instantiate. -
Uses of ManagedFunctionContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionScriptFlowParameterFactory.createDependency(ManagedFunctionContext<Indexed, Indexed> context) voidScriptManagedFunction.execute(ManagedFunctionContext<Indexed, Indexed> context) -
Uses of ManagedFunctionContext in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidHttpServerSocketManagedObjectSource.execute(ManagedFunctionContext<Indexed, None> context) -
Uses of ManagedFunctionContext in net.officefloor.spring.webflux.procedure
Methods in net.officefloor.spring.webflux.procedure with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidSpringWebFluxProcedure.execute(ManagedFunctionContext<SpringWebFluxProcedure.DependencyKeys, None> context) -
Uses of ManagedFunctionContext in net.officefloor.spring.webmvc.procedure
Methods in net.officefloor.spring.webmvc.procedure with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidSpringWebMvcProcedure.execute(ManagedFunctionContext<SpringWebMvcProcedure.DependencyKeys, None> context) -
Uses of ManagedFunctionContext in net.officefloor.web
Methods in net.officefloor.web with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidHttpHandleRedirectFunction.execute(ManagedFunctionContext<HttpHandleRedirectFunction.HttpHandleRedirectDependencies, Indexed> context) ==================== ManagedFunction ======================voidHttpRedirectFunction.execute(ManagedFunctionContext<HttpRedirectFunction.HttpRedirectDependencies, None> context) voidHttpRouteFunction.execute(ManagedFunctionContext<HttpRouteFunction.HttpRouteDependencies, Indexed> context) voidInitialiseHttpRequestStateFunction.execute(ManagedFunctionContext<InitialiseHttpRequestStateFunction.InitialiseHttpRequestStateDependencies, None> context) voidInterceptFunction.execute(ManagedFunctionContext<None, None> context) voidNotHandledFunction.execute(ManagedFunctionContext<NotHandledFunction.NotHandledDependencies, None> context) voidWebRouteHandlerImpl.handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) HttpRouter.route(ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Routes theServerHttpConnection. -
Uses of ManagedFunctionContext in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidAbstractSendHttpFileFunction.execute(ManagedFunctionContext<AbstractSendHttpFileFunction.Dependencies, AbstractSendHttpFileFunction.Flows> context) voidServiceHttpRequestFunction.execute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies, None> context) voidTranslateHttpPathToWebServicerFunction.execute(ManagedFunctionContext<TranslateHttpPathToWebServicerFunction.Dependencies, None> context) voidTriggerSendHttpFileFunction.execute(ManagedFunctionContext<None, None> context) -
Uses of ManagedFunctionContext in net.officefloor.web.route
Methods in net.officefloor.web.route with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionstatic WebServicerWebServicer.getBestMatch(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context, WebRouteNode[] nodes) Obtains the bestWebServicerfor theWebRouteNodeinstances.WebRouter.getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> managedFunctionContext) Obtains theWebServicerfor theHttpRequest.LeafWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) ParameterWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) StaticWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) voidWebRouteHandler.handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Handles the web route.WebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Attempts to handle the path. -
Uses of ManagedFunctionContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidCompleteApplicationHttpAuthenticateFunction.execute(ManagedFunctionContext<CompleteApplicationHttpAuthenticateFunction.Dependencies, None> context) voidHandleAuthenticationRequiredFunction.execute(ManagedFunctionContext<HandleAuthenticationRequiredFunction.Dependencies, Indexed> context) voidHttpChallengeFunction.execute(ManagedFunctionContext<Indexed, F> context) voidManagedObjectAuthenticateFunction.execute(ManagedFunctionContext<Indexed, F> context) voidManagedObjectLogoutFunction.execute(ManagedFunctionContext<Indexed, F> context) voidSendHttpChallengeFunction.execute(ManagedFunctionContext<SendHttpChallengeFunction.Dependencies, None> context) voidStartApplicationHttpAuthenticateFunction.execute(ManagedFunctionContext<StartApplicationHttpAuthenticateFunction.Dependencies, None> context) -
Uses of ManagedFunctionContext in net.officefloor.web.security.section
Methods in net.officefloor.web.security.section with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidHttpFlowSecurerManagedFunction.execute(ManagedFunctionContext<Indexed, HttpFlowSecurerManagedFunction.Flows> context) -
Uses of ManagedFunctionContext in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type ManagedFunctionContextModifier and TypeMethodDescriptionvoidWebTemplateArrayIteratorFunction.execute(ManagedFunctionContext<WebTemplateArrayIteratorFunction.DependencyKeys, WebTemplateArrayIteratorFunction.FlowKeys> context) voidWebTemplateFunction.execute(ManagedFunctionContext<Indexed, None> context) voidWebTemplateInitialFunction.execute(ManagedFunctionContext<WebTemplateInitialFunction.WebTemplateInitialDependencies, WebTemplateInitialFunction.Flows> context)