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 classManagedObjectFlowTypeImpl<F extends java.lang.Enum<F>>ManagedObjectFlowTypeimplementation.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 ExecutionManagedFunctionManagedObjectSourceNodeImpl. 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 ExecutionManagedFunctionManagedObjectSourceNode. 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 theManagedObjectFlowTypedefinitions of theFlowinstances 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 ExecutionManagedFunctionExecutionManagedObject. getManagedFunction(ManagedObjectFlowType<?> flowType)Obtains theExecutionManagedFunctionfor 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.
-