Uses of Interface
net.officefloor.compile.managedfunction.ManagedFunctionObjectType
Packages that use ManagedFunctionObjectType
Package
Description
-
Uses of ManagedFunctionObjectType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionObjectTypeModifier and TypeClassDescriptionclassManagedFunctionObjectTypeImpl<M extends Enum<M>>ManagedFunctionObjectTypeimplementation.Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionObjectType -
Uses of ManagedFunctionObjectType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionObjectTypeModifier and TypeMethodDescriptionManagedFunctionType.getObjectTypes()Obtains theManagedFunctionObjectTypedefinitions for the dependentObjectinstances required by theManagedFunction. -
Uses of ManagedFunctionObjectType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedFunctionObjectTypeModifier and TypeMethodDescriptionExecutionManagedFunction.getManagedObject(ManagedFunctionObjectType<?> objectType) Obtains theExecutionManagedObjectfor theManagedFunctionObjectType. -
Uses of ManagedFunctionObjectType in net.officefloor.plugin.section.clazz.parameter
Methods in net.officefloor.plugin.section.clazz.parameter that return ManagedFunctionObjectTypeModifier and TypeMethodDescriptionClassSectionParameterInterrogation.getManagedFunctionObjectType()ClassSectionParameterInterrogatorContext.getManagedFunctionObjectType()Obtains theManagedFunctionObjectType.Methods in net.officefloor.plugin.section.clazz.parameter with parameters of type ManagedFunctionObjectTypeModifier and TypeMethodDescriptionstatic booleanClassSectionParameterInterrogation.isParameter(ManagedFunctionObjectType<?> functionObject, SourceContext sourceContext, ClassSectionParameterInterrogator interrogator) Indicates if parameter.Constructors in net.officefloor.plugin.section.clazz.parameter with parameters of type ManagedFunctionObjectTypeModifierConstructorDescriptionClassSectionParameterInterrogation(ManagedFunctionObjectType<?> functionObject, SourceContext context) Instantiate. -
Uses of ManagedFunctionObjectType in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable with parameters of type ManagedFunctionObjectTypeModifier and TypeMethodDescriptionstatic StringVariableAnnotation.extractPossibleVariableName(ManagedFunctionObjectType<?> objectType) Extracts the possible variable name. -
Uses of ManagedFunctionObjectType in net.officefloor.web.build
Methods in net.officefloor.web.build that return ManagedFunctionObjectType -
Uses of ManagedFunctionObjectType in net.officefloor.web.response
Methods in net.officefloor.web.response with parameters of type ManagedFunctionObjectTypeModifier 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 ManagedFunctionObjectTypeModifierConstructorDescriptionObjectResponseManagedObjectSource(HttpResponder httpResponder, HttpStatus httpStatus, ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionObjectType<?> managedFunctionObjectType) Instantiate.