Uses of Interface
net.officefloor.compile.managedfunction.ManagedFunctionType
Packages that use ManagedFunctionType
Package
Description
-
Uses of ManagedFunctionType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionTypeModifier and TypeClassDescriptionclassManagedFunctionTypeImpl<M extends Enum<M>,F extends Enum<F>> ManagedFunctionTypeimplementation.Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?>[] FunctionNamespaceTypeImpl.getManagedFunctionTypes() -
Uses of ManagedFunctionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?> ManagedFunctionNodeImpl.loadManagedFunctionType(CompileContext compileContext) Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionvoidOfficeNodeImpl.visit(ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionNode managedFunctionNode, CompileContext compileContext) -
Uses of ManagedFunctionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?> ManagedFunctionNode.loadManagedFunctionType(CompileContext compileContext) Loads theManagedFunctionTypefor thisManagedFunctionNode.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionvoidManagedFunctionVisitor.visit(ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionNode managedFunctionNode, CompileContext compileContext) Visits theManagedFunctionNode. -
Uses of ManagedFunctionType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?>[] FunctionNamespaceType.getManagedFunctionTypes()Obtains theManagedFunctionTypedefinitions. -
Uses of ManagedFunctionType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?> ExecutionManagedFunction.getManagedFunctionType()Obtains theManagedFunctionTypefor theManagedFunction.ManagedFunctionType<?,?> ManagedFunctionAugmentorContext.getManagedFunctionType()Obtains theManagedFunctionTypeof theManagedFunction. -
Uses of ManagedFunctionType in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionstatic voidManagedFunctionLoaderUtil.validateManagedFunctionType(ManagedFunctionTypeBuilder<?, ?> expectedFunction, ManagedFunctionType<?, ?> actualFunction) Validates a specificManagedFunctionType. -
Uses of ManagedFunctionType in net.officefloor.compile.test.managedfunction.clazz
Methods in net.officefloor.compile.test.managedfunction.clazz that return ManagedFunctionTypeModifier and TypeMethodDescriptionstatic <T> ManagedFunctionType<Indexed,Indexed> MethodManagedFunctionBuilderUtil.buildMethod(Class<T> clazz, Function<Class<T>, Method> methodFactory, MethodObjectFactory objectInstanceFactory, FunctionNamespaceBuilder expectedFunctionNamespaceType, String... propertyNameValues) Builds theManagedFunctionType.static ManagedFunctionType<Indexed,Indexed> MethodManagedFunctionBuilderUtil.buildMethod(Object instance, String methodName, Consumer<ManagedFunctionTypeBuilder<Indexed, Indexed>> epectedTypeBuilder, String... propertyNameValues) Convenience method to build theManagedFunctionType.static ManagedFunctionType<Indexed,Indexed> MethodManagedFunctionBuilderUtil.buildStaticMethod(Class<?> clazz, String methodName, Consumer<ManagedFunctionTypeBuilder<Indexed, Indexed>> epectedTypeBuilder, String... propertyNameValues) Convenience method to build theManagedFunctionType.Methods in net.officefloor.compile.test.managedfunction.clazz with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionMethodManagedFunctionBuilderUtil.runMethod(ManagedFunctionType<Indexed, Indexed> functionType, Consumer<MethodManagedFunctionBuilderUtil.ManagedFunctionContextBuilder> contextBuilder) Runs theManagedFunction. -
Uses of ManagedFunctionType in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionSectionChangesImpl.addFunction(String functionName, net.officefloor.model.section.ManagedFunctionModel managedFunction, ManagedFunctionType<M, F> functionType) SectionChangesImpl.addManagedFunction(net.officefloor.model.section.FunctionNamespaceModel namespaceModel, ManagedFunctionType<M, F> functionType) -
Uses of ManagedFunctionType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?> ClassSectionManagedFunction.getManagedFunctionType()Obtains theManagedFunctionType.ManagedFunctionType<?,?> FunctionClassSectionLoaderContext.getManagedFunctionType()Obtains theManagedFunctionType.Methods in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionFunctionDecoration.getFunctionName(ManagedFunctionType<?, ?> functionType, ClassSectionLoaderContext loaderContext) Obtains theManagedFunctionname from theManagedFunctionType.booleanFunctionDecoration.isIncludeFunction(ManagedFunctionType<?, ?> functionType, ClassSectionLoaderContext loaderContext) Indicates if includeManagedFunctionType.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedFunctionTypeModifierConstructorDescriptionClassSectionManagedFunction(SectionFunction function, ManagedFunctionType<?, ?> managedFunctionType, Class<?> argumentType) Instantiate. -
Uses of ManagedFunctionType in net.officefloor.web.build
Methods in net.officefloor.web.build that return ManagedFunctionTypeModifier and TypeMethodDescriptionManagedFunctionType<?,?> HttpObjectResponderContext.getManagedFunctionType()Obtains theManagedFunctionTypethat is using theObjectResponse. -
Uses of ManagedFunctionType in net.officefloor.web.response
Methods in net.officefloor.web.response with parameters of type ManagedFunctionTypeModifier and TypeMethodDescriptionvoidHttpResponder.sendObject(Object object, HttpStatus httpStatus, ServerHttpConnection connection, ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionObjectType<?> managedFunctionObjectType) Sends theObject.Constructors in net.officefloor.web.response with parameters of type ManagedFunctionTypeModifierConstructorDescriptionObjectResponseManagedObjectSource(HttpResponder httpResponder, HttpStatus httpStatus, ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionObjectType<?> managedFunctionObjectType) Instantiate.