Uses of Interface
net.officefloor.frame.api.function.ManagedFunctionFactory
-
-
Uses of ManagedFunctionFactory in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type ManagedFunctionFactory Modifier and Type Method Description <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
ManagedFunctionTypeBuilder<M,F>ProcedureManagedFunctionContext. setManagedFunction(ManagedFunctionFactory<M,F> functionFactory, java.lang.Class<M> objectKeysClass, java.lang.Class<F> flowKeysClass)Sets theManagedFunctionTypeBuilderfor theProcedure. -
Uses of ManagedFunctionFactory in net.officefloor.compile.impl.managedfunction
Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionFactory<M,F>ManagedFunctionTypeImpl. getManagedFunctionFactory()Methods in net.officefloor.compile.impl.managedfunction with parameters of type ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionTypeBuilder<M,F>ManagedFunctionTypeImpl. setFunctionFactory(ManagedFunctionFactory<M,F> functionFactory) -
Uses of ManagedFunctionFactory in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionFactory<M,F>ManagedFunctionType. getManagedFunctionFactory()Obtains theManagedFunctionFactory. -
Uses of ManagedFunctionFactory in net.officefloor.compile.spi.managedfunction.source
Methods in net.officefloor.compile.spi.managedfunction.source with parameters of type ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionTypeBuilder<D,F>ManagedFunctionTypeBuilder. setFunctionFactory(ManagedFunctionFactory<D,F> functionFactory)Specifies theManagedFunctionFactoryto create theManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type ManagedFunctionFactory Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>OfficeBuilder. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> mangedFunctionFactory)Adds aManagedFunctionto be executed within theOffice. -
Uses of ManagedFunctionFactory in net.officefloor.frame.api.function
Subinterfaces of ManagedFunctionFactory in net.officefloor.frame.api.function Modifier and Type Interface Description interfaceNameAwareManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>Name awareManagedFunctionFactory.interfaceOfficeAwareManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>OfficeawareManagedFunctionFactory.Classes in net.officefloor.frame.api.function that implement ManagedFunctionFactory Modifier and Type Class Description classStaticManagedFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>StaticManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedFunctionFactory Modifier and Type Method Description <O extends java.lang.Enum<O>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<O,f>ManagedObjectSourceContext. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<O,f> managedFunctionFactory)Creates theManagedObjectFunctionBuilderto build aManagedFunction.<O extends java.lang.Enum<O>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<O,f>ManagedObjectSourceContext. getRecycleFunction(ManagedFunctionFactory<O,f> managedFunctionFactory)Invoking this method during theManagedObjectSource.init(ManagedObjectSourceContext)will create recycle functionality for theManagedObjectto be returned to aManagedObjectPool. -
Uses of ManagedFunctionFactory in net.officefloor.frame.impl.construct.managedfunction
Methods in net.officefloor.frame.impl.construct.managedfunction that return ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionFactory<O,F>ManagedFunctionBuilderImpl. getManagedFunctionFactory()Constructors in net.officefloor.frame.impl.construct.managedfunction with parameters of type ManagedFunctionFactory Constructor Description ManagedFunctionBuilderImpl(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory)Initiate. -
Uses of ManagedFunctionFactory in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedFunctionFactory Modifier and Type Method Description <o extends java.lang.Enum<o>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<o,f>ManagedObjectSourceContextImpl. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<o,f> managedFunctionFactory)<O extends java.lang.Enum<O>,f extends java.lang.Enum<f>>
ManagedObjectFunctionBuilder<O,f>ManagedObjectSourceContextImpl. getRecycleFunction(ManagedFunctionFactory<O,f> managedFunctionFactory) -
Uses of ManagedFunctionFactory in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office with parameters of type ManagedFunctionFactory Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>OfficeBuilderImpl. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> mangedFunctionFactory) -
Uses of ManagedFunctionFactory in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionFactory<O,F>ManagedFunctionMetaDataImpl. getManagedFunctionFactory()Constructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type ManagedFunctionFactory Constructor Description ManagedFunctionMetaDataImpl(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory, java.lang.Object[] annotations, java.lang.Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManager asynchronousFlowsAssetManager, java.util.logging.Logger logger, java.util.concurrent.Executor executor)Initiate with details of the meta-data for theManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement ManagedFunctionFactory Modifier and Type Class Description classLoadManagedObjectFunctionFactoryManagedFunctionFactoryto load the object of aManagedObject. -
Uses of ManagedFunctionFactory in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionFactory<O,F>ManagedFunctionConfiguration. getManagedFunctionFactory()Obtains theManagedFunctionFactoryfor theManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedFunctionFactory Modifier and Type Method Description ManagedFunctionFactory<O,F>ManagedFunctionMetaData. getManagedFunctionFactory() -
Uses of ManagedFunctionFactory in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedFunctionFactory Modifier and Type Class Description classReflectiveFunctionBuilderReflectiveManagedFunctionBuilder.classTestManagedObject.TestRecycleRecycles theManagedObject.Methods in net.officefloor.frame.test with parameters of type ManagedFunctionFactory Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>AbstractOfficeConstructTestCase. constructFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory)Facade method to register aManagedFunction.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>ConstructTestSupport. constructFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory)Facade method to register aManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.plugin.clazz.method
Classes in net.officefloor.plugin.clazz.method that implement ManagedFunctionFactory Modifier and Type Class Description classMethodFunctionFactoryManagedFunctionFactoryfor theMethodFunction. -
Uses of ManagedFunctionFactory in net.officefloor.script
Classes in net.officefloor.script that implement ManagedFunctionFactory Modifier and Type Class Description classScriptManagedFunctionScriptManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.spring.webflux.procedure
Classes in net.officefloor.spring.webflux.procedure that implement ManagedFunctionFactory Modifier and Type Class Description classSpringWebFluxProcedureSpring Web FluxControllerProcedure. -
Uses of ManagedFunctionFactory in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ManagedFunctionFactory Modifier and Type Class Description classSpringWebMvcProcedureSpring Web MVCControllerProcedure. -
Uses of ManagedFunctionFactory in net.officefloor.web
Classes in net.officefloor.web that implement ManagedFunctionFactory Modifier and Type Class Description classHttpHandleRedirectFunctionManagedFunctionto handle the redirect.classHttpRedirectFunction<T>ManagedFunctionto send a redirect.classHttpRouteFunctionManagedFunctionto route theHttpRequest.classInitialiseHttpRequestStateFunctionManagedFunctionto initialise theHttpRequestState.classInterceptFunctionManagedFunctionto trigger the interception before routing.classNotHandledFunctionManagedFunctionfor not handling routing. -
Uses of ManagedFunctionFactory in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedFunctionFactory Modifier and Type Class Description classAbstractSendHttpFileFunction<R>AbstractManagedFunctionto sendHttpFile.classSendCachedHttpFileFunctionclassSendStoreHttpFileFunctionclassServiceHttpRequestFunctionclassTranslateHttpPathToWebServicerFunctionTranslates theHttpPathtoWebServicer.classTriggerSendHttpFileFunction -
Uses of ManagedFunctionFactory in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedFunctionFactory Modifier and Type Class Description classCompleteApplicationHttpAuthenticateFunction<AC extends java.io.Serializable>ManagedFunctionFactoryfor completing authentication with application specific credentials.classHandleAuthenticationRequiredFunctionManagedFunctionto handle theAuthenticationRequiredException.classHttpChallengeFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>ManagedFunctionFactoryto challenge the client.classManagedObjectAuthenticateFunction<AC extends java.io.Serializable,C,F extends java.lang.Enum<F>>ManagedFunctionandManagedFunctionFactoryforAuthenticationContextManagedObjectSourceauthentication.classManagedObjectLogoutFunction<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>ManagedFunctionandManagedFunctionFactoryto log out.classSendHttpChallengeFunctionManagedFunctionto send theHttpChallenge.classStartApplicationHttpAuthenticateFunction<AC extends java.io.Serializable,C>ManagedFunctionandManagedFunctionFactoryfor triggering authentication with application specific credentials. -
Uses of ManagedFunctionFactory in net.officefloor.web.security.section
Classes in net.officefloor.web.security.section that implement ManagedFunctionFactory Modifier and Type Class Description classHttpFlowSecurerManagedFunction -
Uses of ManagedFunctionFactory in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement ManagedFunctionFactory Modifier and Type Class Description classWebTemplateArrayIteratorFunctionManagedFunctionto iterate over an array to render content.classWebTemplateFunctionManagedFunctionto write theParsedTemplateSection.classWebTemplateInitialFunctionInitialManagedFunctionto ensure appropriate conditions for rendering theParsedTemplate.
-