Uses of Interface
net.officefloor.compile.managedfunction.ManagedFunctionFlowType
-
-
Uses of ManagedFunctionFlowType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionFlowType Modifier and Type Class Description class
ManagedFunctionFlowTypeImpl<F extends java.lang.Enum<F>>
ManagedFunctionFlowType
implementation.Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionFlowType Modifier and Type Method Description ManagedFunctionFlowType<F>[]
ManagedFunctionTypeImpl. getFlowTypes()
-
Uses of ManagedFunctionFlowType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionFlowType Modifier and Type Method Description ManagedFunctionFlowType<F>[]
ManagedFunctionType. getFlowTypes()
Obtains theManagedFunctionFlowType
definitions for the possibleFlow
instances instigated by theManagedFunction
. -
Uses of ManagedFunctionFlowType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedFunctionFlowType Modifier and Type Method Description ExecutionManagedFunction
ExecutionManagedFunction. getManagedFunction(ManagedFunctionFlowType<?> flowType)
Obtains theExecutionManagedFunction
for theManagedFunctionFlowType
. -
Uses of ManagedFunctionFlowType in net.officefloor.plugin.section.clazz.spawn
Methods in net.officefloor.plugin.section.clazz.spawn that return ManagedFunctionFlowType Modifier and Type Method Description ManagedFunctionFlowType<?>
ClassSectionFlowSpawnInterrogatorContext. getManagedFunctionFlowType()
Obtains theManagedFunctionFlowType
.
-