Uses of Interface
net.officefloor.compile.managedobject.ManagedObjectFlowType
-
-
Uses of ManagedObjectFlowType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement ManagedObjectFlowType Modifier and Type Class Description class
ManagedObjectFlowTypeImpl<F extends java.lang.Enum<F>>
ManagedObjectFlowType
implementation.Methods in net.officefloor.compile.impl.managedobject that return ManagedObjectFlowType Modifier and Type Method Description ManagedObjectFlowType<?>[]
ManagedObjectTypeImpl. getFlowTypes()
Constructors in net.officefloor.compile.impl.managedobject with parameters of type ManagedObjectFlowType Constructor Description ManagedObjectTypeImpl(java.lang.Class<?> objectClass, boolean isInput, ManagedObjectDependencyType<D>[] dependencies, ManagedObjectFunctionDependencyType[] functionDependencies, ManagedObjectFlowType<?>[] flows, ManagedObjectTeamType[] teams, ManagedObjectExecutionStrategyType[] executionStrategy, java.lang.Class<?>[] extensionTypes)
Initiate. -
Uses of ManagedObjectFlowType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectFlowType Modifier and Type Method Description ExecutionManagedFunction
ManagedObjectSourceNodeImpl. createExecutionManagedFunction(ManagedObjectFlowType<?> flowType, CompileContext compileContext)
-
Uses of ManagedObjectFlowType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectFlowType Modifier and Type Method Description ExecutionManagedFunction
ManagedObjectSourceNode. createExecutionManagedFunction(ManagedObjectFlowType<?> flowType, CompileContext compileContext)
Creates theExecutionManagedFunction
. -
Uses of ManagedObjectFlowType in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return ManagedObjectFlowType Modifier and Type Method Description ManagedObjectFlowType<?>[]
ManagedObjectType. getFlowTypes()
Obtains theManagedObjectFlowType
definitions of theFlow
instances required to be linked for theManagedObjectSource
. -
Uses of ManagedObjectFlowType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedObjectFlowType Modifier and Type Method Description ExecutionManagedFunction
ExecutionManagedObject. getManagedFunction(ManagedObjectFlowType<?> flowType)
Obtains theExecutionManagedFunction
for theManagedObjectFlowType
. -
Uses of ManagedObjectFlowType in net.officefloor.web.security.type
Constructors in net.officefloor.web.security.type with parameters of type ManagedObjectFlowType Constructor Description HttpSecurityFlowTypeImpl(ManagedObjectFlowType<F> flow)
Initiate.
-