Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObjectFlow
-
Packages that use SectionManagedObjectFlow Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section -
-
Uses of SectionManagedObjectFlow in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObjectFlow Modifier and Type Class Description class
ManagedObjectFlowNodeImpl
ManagedObjectFlowNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectFlow Modifier and Type Method Description SectionManagedObjectFlow
ManagedObjectSourceNodeImpl. getSectionManagedObjectFlow(java.lang.String managedObjectSourceFlowName)
-
Uses of SectionManagedObjectFlow in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObjectFlow in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectFlowNode
ManagedObjectFlow
node. -
Uses of SectionManagedObjectFlow in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectFlow Modifier and Type Method Description SectionManagedObjectFlow
SectionManagedObjectSource. getSectionManagedObjectFlow(java.lang.String managedObjectSourceFlowName)
Obtains theSectionManagedObjectFlow
for theManagedObjectFlowType
.
-