Uses of Interface
net.officefloor.frame.api.function.ManagedFunctionFactory
Packages that use ManagedFunctionFactory
Package
Description
-
Uses of ManagedFunctionFactory in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type ManagedFunctionFactoryModifier and TypeMethodDescription<M extends Enum<M>,F extends Enum<F>>
ManagedFunctionTypeBuilder<M,F> ProcedureManagedFunctionContext.setManagedFunction(ManagedFunctionFactory<M, F> functionFactory, Class<M> objectKeysClass, Class<F> flowKeysClass) Sets theManagedFunctionTypeBuilderfor theProcedure. -
Uses of ManagedFunctionFactory in net.officefloor.compile.impl.managedfunction
Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionFactoryMethods in net.officefloor.compile.impl.managedfunction with parameters of type ManagedFunctionFactoryModifier and TypeMethodDescriptionManagedFunctionTypeImpl.setFunctionFactory(ManagedFunctionFactory<M, F> functionFactory) -
Uses of ManagedFunctionFactory in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionFactoryModifier and TypeMethodDescriptionManagedFunctionType.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 ManagedFunctionFactoryModifier and TypeMethodDescriptionManagedFunctionTypeBuilder.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 ManagedFunctionFactoryModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> OfficeBuilder.addManagedFunction(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.functionModifier and TypeInterfaceDescriptioninterfaceNameAwareManagedFunctionFactory<O extends Enum<O>,F extends Enum<F>> Name awareManagedFunctionFactory.interfaceOfficeAwareManagedFunctionFactory<O extends Enum<O>,F extends Enum<F>> OfficeawareManagedFunctionFactory.Classes in net.officefloor.frame.api.function that implement ManagedFunctionFactoryModifier and TypeClassDescriptionclassStaticManagedFunction<O extends Enum<O>,F extends Enum<F>> StaticManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.frame.api.managedobject.function
Methods in net.officefloor.frame.api.managedobject.function that return ManagedFunctionFactoryModifier and TypeMethodDescriptionManagedObjectFunctionEnhancerContext.getManagedFunctionFactory()Obtains theManagedFunctionFactory. -
Uses of ManagedFunctionFactory in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedFunctionFactoryModifier and TypeMethodDescription<O extends Enum<O>,f extends Enum<f>>
ManagedObjectFunctionBuilder<O,f> ManagedObjectSourceContext.addManagedFunction(String functionName, ManagedFunctionFactory<O, f> managedFunctionFactory) Creates theManagedObjectFunctionBuilderto build aManagedFunction.<O extends Enum<O>,f extends 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 ManagedFunctionFactoryConstructors in net.officefloor.frame.impl.construct.managedfunction with parameters of type ManagedFunctionFactoryModifierConstructorDescriptionManagedFunctionBuilderImpl(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 ManagedFunctionFactoryModifier and TypeMethodDescription<o extends Enum<o>,f extends Enum<f>>
ManagedObjectFunctionBuilder<o,f> ManagedObjectSourceContextImpl.addManagedFunction(String functionName, ManagedFunctionFactory<o, f> managedFunctionFactory) <O extends Enum<O>,f extends 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 ManagedFunctionFactoryModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> OfficeBuilderImpl.addManagedFunction(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 ManagedFunctionFactoryConstructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type ManagedFunctionFactoryModifierConstructorDescriptionManagedFunctionMetaDataImpl(String functionName, ManagedFunctionFactory<O, F> functionFactory, Object[] annotations, Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManagerReference asynchronousFlowsAssetManagerReference, Logger logger) 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 ManagedFunctionFactoryModifier and TypeClassDescriptionclassManagedFunctionFactoryto load the object of aManagedObject. -
Uses of ManagedFunctionFactory in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionFactoryModifier and TypeMethodDescriptionManagedFunctionConfiguration.getManagedFunctionFactory()Obtains theManagedFunctionFactoryfor theManagedFunction. -
Uses of ManagedFunctionFactory in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedFunctionFactory -
Uses of ManagedFunctionFactory in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedFunctionFactoryModifier and TypeClassDescriptionclassReflectiveManagedFunctionBuilder.classRecycles theManagedObject.Methods in net.officefloor.frame.test with parameters of type ManagedFunctionFactoryModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> AbstractOfficeConstructTestCase.constructFunction(String functionName, ManagedFunctionFactory<O, F> functionFactory) Facade method to register aManagedFunction.<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> ConstructTestSupport.constructFunction(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 -
Uses of ManagedFunctionFactory in net.officefloor.script
Classes in net.officefloor.script that implement ManagedFunctionFactory -
Uses of ManagedFunctionFactory in net.officefloor.spring.webflux.procedure
Classes in net.officefloor.spring.webflux.procedure that implement ManagedFunctionFactory -
Uses of ManagedFunctionFactory in net.officefloor.spring.webmvc.procedure
Classes in net.officefloor.spring.webmvc.procedure that implement ManagedFunctionFactory -
Uses of ManagedFunctionFactory in net.officefloor.web
Classes in net.officefloor.web that implement ManagedFunctionFactoryModifier and TypeClassDescriptionclassManagedFunctionto handle the redirect.classManagedFunctionto send a redirect.classManagedFunctionto route theHttpRequest.classManagedFunctionto initialise theHttpRequestState.classManagedFunctionto trigger the interception before routing.classManagedFunctionfor not handling routing. -
Uses of ManagedFunctionFactory in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedFunctionFactoryModifier and TypeClassDescriptionclassAbstractManagedFunctionto sendHttpFile.classclassclassclassTranslates theHttpPathtoWebServicer.class -
Uses of ManagedFunctionFactory in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement ManagedFunctionFactoryModifier and TypeClassDescriptionclassManagedFunctionFactoryfor completing authentication with application specific credentials.classManagedFunctionto handle theAuthenticationRequiredException.classHttpChallengeFunction<O extends Enum<O>,F extends Enum<F>> ManagedFunctionFactoryto challenge the client.classManagedObjectAuthenticateFunction<AC extends Serializable,C, F extends Enum<F>> ManagedFunctionandManagedFunctionFactoryforAuthenticationContextManagedObjectSourceauthentication.classManagedObjectLogoutFunction<AC extends Serializable,O extends Enum<O>, F extends Enum<F>> ManagedFunctionandManagedFunctionFactoryto log out.classManagedFunctionto send theHttpChallenge.classStartApplicationHttpAuthenticateFunction<AC extends 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 ManagedFunctionFactoryModifier and TypeClassDescriptionclass -
Uses of ManagedFunctionFactory in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement ManagedFunctionFactoryModifier and TypeClassDescriptionclassManagedFunctionto iterate over an array to render content.classManagedFunctionto write theParsedTemplateSection.classInitialManagedFunctionto ensure appropriate conditions for rendering theParsedTemplate.