Uses of Interface
net.officefloor.frame.api.function.ManagedFunctionContext
-
-
Uses of ManagedFunctionContext in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function with parameters of type ManagedFunctionContext Modifier and Type Method Description voidManagedFunction. 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 ManagedFunctionContext Modifier and Type Method Description static <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 ManagedFunctionContext Modifier and Type Method Description voidLoadManagedObjectFunctionFactory. execute(ManagedFunctionContext<LoadManagedObjectFunctionFactory.Dependencies,None> context) -
Uses of ManagedFunctionContext in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ManagedFunctionContext Modifier and Type Method Description voidReflectiveFunctionBuilder. 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 ManagedFunctionContext Modifier and Type Method Description voidManagedObjectSourceStandAlone. registerInvokeProcessFunction(int processIndex, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)Registers the initialManagedFunctionfor the invokedProcessState.voidManagedObjectSourceStandAlone. registerInvokeProcessFunction(java.lang.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 ManagedFunctionContext Modifier and Type Method Description java.lang.ObjectAdministrationContextClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectAdministrationExtensionParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectAdministrationGovernanceParameterFactory. 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 ManagedFunctionContext Modifier and Type Method Description java.lang.ObjectClassDependencyFactory. 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 ManagedFunctionContext Modifier and Type Method Description java.lang.ObjectAsynchronousFlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectFlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectLoggerClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectManagedObjectContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectObjectClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectPropertyClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectVariableClassDependencyFactory. 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 ManagedFunctionContext Modifier and Type Method Description java.lang.ObjectClassObjectFactory. 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 ManagedFunctionContext Modifier and Type Method Description ManagedFunctionContext<?,?>MethodReturnTranslatorContext. getManagedFunctionContext()Obtains theManagedFunctionContext.Methods in net.officefloor.plugin.clazz.method with parameters of type ManagedFunctionContext Modifier and Type Method Description java.lang.ObjectDefaultMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)java.lang.ObjectMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)Creates theObjectinstance to invoke theMethodon.java.lang.ObjectStaticMethodObjectFactory. 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 ManagedFunctionContext Modifier and Type Method Description voidClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)Injects dependencies into the object (typically to invokeMethodagainst).voidFieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)voidMethodClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context) -
Uses of ManagedFunctionContext in net.officefloor.reactor
Methods in net.officefloor.reactor with parameters of type ManagedFunctionContext Modifier and Type Method Description static <T> voidFluxSubscription. subscribe(java.lang.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 ManagedFunctionContext Constructor Description AbstractSubscription(ManagedFunctionContext<?,?> context)Instantiate.FluxSubscription(java.lang.Class<?> comonentType, ManagedFunctionContext<?,?> context)Instantiate.MonoSubscription(ManagedFunctionContext<?,?> context)Instantiate.Constructor parameters in net.officefloor.reactor with type arguments of type ManagedFunctionContext Constructor Description ReactorMethodReturnTranslator(java.util.function.BiConsumer<R,ManagedFunctionContext<?,?>> subscriber)Instantiate. -
Uses of ManagedFunctionContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type ManagedFunctionContext Modifier and Type Method Description java.lang.ObjectScriptFlowParameterFactory. 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 ManagedFunctionContext Modifier and Type Method Description voidHttpServerSocketManagedObjectSource. 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 ManagedFunctionContext Modifier and Type Method Description voidSpringWebFluxProcedure. 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 ManagedFunctionContext Modifier and Type Method Description voidSpringWebMvcProcedure. execute(ManagedFunctionContext<SpringWebMvcProcedure.DependencyKeys,None> context) -
Uses of ManagedFunctionContext in net.officefloor.web
-
Uses of ManagedFunctionContext in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source with parameters of type ManagedFunctionContext Modifier and Type Method Description voidAbstractSendHttpFileFunction. 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 ManagedFunctionContext Modifier and Type Method Description static WebServicerWebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)Obtains the bestWebServicerfor theWebRouteNodeinstances.WebServicerWebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)Obtains theWebServicerfor theHttpRequest.WebServicerLeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerStaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)voidWebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)Handles the web route.WebServicerWebRouteNode. handle(HttpMethod method, java.lang.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 ManagedFunctionContext Modifier and Type Method Description voidCompleteApplicationHttpAuthenticateFunction. 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 ManagedFunctionContext Modifier and Type Method Description voidHttpFlowSecurerManagedFunction. 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 ManagedFunctionContext Modifier and Type Method Description voidWebTemplateArrayIteratorFunction. execute(ManagedFunctionContext<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys> context)voidWebTemplateFunction. execute(ManagedFunctionContext<Indexed,None> context)voidWebTemplateInitialFunction. execute(ManagedFunctionContext<WebTemplateInitialFunction.WebTemplateInitialDependencies,WebTemplateInitialFunction.Flows> context)
-