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 void
ManagedFunction. 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 theRecycleManagedObjectParameter
from 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 void
LoadManagedObjectFunctionFactory. 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 void
ReflectiveFunctionBuilder. execute(ManagedFunctionContext<Indexed,Indexed> context)
void
TestManagedObject.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 void
ManagedObjectSourceStandAlone. registerInvokeProcessFunction(int processIndex, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)
Registers the initialManagedFunction
for the invokedProcessState
.void
ManagedObjectSourceStandAlone. registerInvokeProcessFunction(java.lang.Enum<?> processKey, ManagedFunction<?,?> function, ManagedFunctionContext<?,?> functionContext)
Registers the initialManagedFunction
for 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.Object
AdministrationContextClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
AdministrationExtensionParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
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 ManagedFunctionContext Modifier and Type Method Description java.lang.Object
ClassDependencyFactory. 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.Object
AsynchronousFlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
FlowClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
LoggerClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ManagedFunctionContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ManagedObjectContextClassDependencyManufacturer. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
ObjectClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
PropertyClassDependencyFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
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 ManagedFunctionContext Modifier and Type Method Description java.lang.Object
ClassObjectFactory. createObject(ManagedFunctionContext<Indexed,Indexed> context)
Creates the object within aManagedFunction
context. -
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.Object
DefaultMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
java.lang.Object
MethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
Creates theObject
instance to invoke theMethod
on.java.lang.Object
StaticMethodObjectFactory. createInstance(ManagedFunctionContext<Indexed,Indexed> context)
void
MethodFunction. 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 void
ClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
Injects dependencies into the object (typically to invokeMethod
against).void
FieldClassDependencyInjector. injectDependencies(java.lang.Object object, ManagedFunctionContext<Indexed,Indexed> context)
void
MethodClassDependencyInjector. 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> void
FluxSubscription. subscribe(java.lang.Class<?> componentType, reactor.core.publisher.Flux<T> flux, ManagedFunctionContext<?,?> context)
Subscribes to theFlux
.static <T> void
MonoSubscription. 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.Object
ScriptFlowParameterFactory. createDependency(ManagedFunctionContext<Indexed,Indexed> context)
void
ScriptManagedFunction. 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 void
HttpServerSocketManagedObjectSource. 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 void
SpringWebFluxProcedure. 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 void
SpringWebMvcProcedure. 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 void
AbstractSendHttpFileFunction. execute(ManagedFunctionContext<AbstractSendHttpFileFunction.Dependencies,AbstractSendHttpFileFunction.Flows> context)
void
ServiceHttpRequestFunction. execute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies,None> context)
void
TranslateHttpPathToWebServicerFunction. execute(ManagedFunctionContext<TranslateHttpPathToWebServicerFunction.Dependencies,None> context)
void
TriggerSendHttpFileFunction. 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 WebServicer
WebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)
Obtains the bestWebServicer
for theWebRouteNode
instances.WebServicer
WebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)
Obtains theWebServicer
for theHttpRequest
.WebServicer
LeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
ParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
StaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
void
WebRouteHandler. handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
Handles the web route.WebServicer
WebRouteNode. 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 void
CompleteApplicationHttpAuthenticateFunction. execute(ManagedFunctionContext<CompleteApplicationHttpAuthenticateFunction.Dependencies,None> context)
void
HandleAuthenticationRequiredFunction. execute(ManagedFunctionContext<HandleAuthenticationRequiredFunction.Dependencies,Indexed> context)
void
HttpChallengeFunction. execute(ManagedFunctionContext<Indexed,F> context)
void
ManagedObjectAuthenticateFunction. execute(ManagedFunctionContext<Indexed,F> context)
void
ManagedObjectLogoutFunction. execute(ManagedFunctionContext<Indexed,F> context)
void
SendHttpChallengeFunction. execute(ManagedFunctionContext<SendHttpChallengeFunction.Dependencies,None> context)
void
StartApplicationHttpAuthenticateFunction. 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 void
HttpFlowSecurerManagedFunction. 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 void
WebTemplateArrayIteratorFunction. execute(ManagedFunctionContext<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys> context)
void
WebTemplateFunction. execute(ManagedFunctionContext<Indexed,None> context)
void
WebTemplateInitialFunction. execute(ManagedFunctionContext<WebTemplateInitialFunction.WebTemplateInitialDependencies,WebTemplateInitialFunction.Flows> context)
-