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 ManagedObjectSourceFlow
ManagedObjectSourceContext. getFlow(int flowIndex)
Obtains theManagedObjectSourceFlow
.ManagedObjectSourceFlow
ManagedObjectSourceContext. getFlow(F key)
Obtains theManagedObjectSourceFlow
.Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectSourceFlow Modifier and Type Method Description void
ManagedObjectFunctionBuilder. linkFlow(int flowIndex, ManagedObjectSourceFlow flow, java.lang.Class<?> argumentType, boolean isSpawnThreadState)
void
ManagedObjectFunctionBuilder. linkFlow(F key, ManagedObjectSourceFlow flow, java.lang.Class<?> argumentType, boolean isSpawnThreadState)
Links in aFlow
to 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 ManagedObjectSourceFlow
ManagedObjectSourceContextImpl. getFlow(int flowIndex)
ManagedObjectSourceFlow
ManagedObjectSourceContextImpl. getFlow(F key)
-