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 classManagedObjectFlowNodeImplManagedObjectFlowNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectFlow Modifier and Type Method Description SectionManagedObjectFlowManagedObjectSourceNodeImpl. 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 interfaceManagedObjectFlowNodeManagedObjectFlownode. -
Uses of SectionManagedObjectFlow in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectFlow Modifier and Type Method Description SectionManagedObjectFlowSectionManagedObjectSource. getSectionManagedObjectFlow(java.lang.String managedObjectSourceFlowName)Obtains theSectionManagedObjectFlowfor theManagedObjectFlowType.
-