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 class
ManagedFunctionObjectTypeImpl<M extends java.lang.Enum<M>>
ManagedFunctionObjectType
implementation.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 theManagedFunctionObjectType
definitions for the dependentObject
instances 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 ExecutionManagedObject
ExecutionManagedFunction. getManagedObject(ManagedFunctionObjectType<?> objectType)
Obtains theExecutionManagedObject
for 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 boolean
ClassSectionParameterInterrogation. 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.String
VariableAnnotation. extractPossibleVariableName(ManagedFunctionObjectType<?> objectType)
Extracts the possible variable name.
-