Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectSourceFlow
-
Packages that use ManagedObjectSourceFlow Package Description net.officefloor.frame.api.managedobject.source net.officefloor.frame.impl.construct.managedobjectsource -
-
Uses of ManagedObjectSourceFlow in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectSourceFlow Modifier and Type Method Description ManagedObjectSourceFlowManagedObjectSourceContext. getFlow(int flowIndex)Obtains theManagedObjectSourceFlow.ManagedObjectSourceFlowManagedObjectSourceContext. getFlow(F key)Obtains theManagedObjectSourceFlow.Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectSourceFlow Modifier and Type Method Description voidManagedObjectFunctionBuilder. linkFlow(int flowIndex, ManagedObjectSourceFlow flow, java.lang.Class<?> argumentType, boolean isSpawnThreadState)voidManagedObjectFunctionBuilder. linkFlow(F key, ManagedObjectSourceFlow flow, java.lang.Class<?> argumentType, boolean isSpawnThreadState)Links in aFlowto theManagedObjectSourceFlow. -
Uses of ManagedObjectSourceFlow in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectSourceFlow Modifier and Type Method Description ManagedObjectSourceFlowManagedObjectSourceContextImpl. getFlow(int flowIndex)ManagedObjectSourceFlowManagedObjectSourceContextImpl. getFlow(F key)
-