Uses of Interface
net.officefloor.compile.managedfunction.ManagedFunctionObjectType
-
-
Uses of ManagedFunctionObjectType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionObjectType Modifier and Type Class Description classManagedFunctionObjectTypeImpl<M extends java.lang.Enum<M>>ManagedFunctionObjectTypeimplementation.Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionObjectType Modifier and Type Method Description ManagedFunctionObjectType<M>[]ManagedFunctionTypeImpl. getObjectTypes() -
Uses of ManagedFunctionObjectType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionObjectType Modifier and Type Method Description ManagedFunctionObjectType<M>[]ManagedFunctionType. 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 ManagedFunctionObjectType Modifier and Type Method Description ExecutionManagedObjectExecutionManagedFunction. 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 ManagedFunctionObjectType Modifier and Type Method Description ManagedFunctionObjectType<?>ClassSectionParameterInterrogation. getManagedFunctionObjectType()ManagedFunctionObjectType<?>ClassSectionParameterInterrogatorContext. getManagedFunctionObjectType()Obtains theManagedFunctionObjectType.Methods in net.officefloor.plugin.section.clazz.parameter with parameters of type ManagedFunctionObjectType Modifier and Type Method Description static booleanClassSectionParameterInterrogation. isParameter(ManagedFunctionObjectType<?> functionObject, SourceContext sourceContext, ClassSectionParameterInterrogator interrogator)Indicates if parameter.Constructors in net.officefloor.plugin.section.clazz.parameter with parameters of type ManagedFunctionObjectType Constructor Description ClassSectionParameterInterrogation(ManagedFunctionObjectType<?> functionObject, SourceContext context)Instantiate. -
Uses of ManagedFunctionObjectType in net.officefloor.plugin.variable
Methods in net.officefloor.plugin.variable with parameters of type ManagedFunctionObjectType Modifier and Type Method Description static java.lang.StringVariableAnnotation. extractPossibleVariableName(ManagedFunctionObjectType<?> objectType)Extracts the possible variable name.
-