Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObjectDependency
-
Packages that use SectionManagedObjectDependency Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section -
-
Uses of SectionManagedObjectDependency in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObjectDependency Modifier and Type Class Description classManagedObjectDependencyNodeImplManagedObjectDependencyNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectDependency Modifier and Type Method Description SectionManagedObjectDependencyManagedObjectSourceNodeImpl. getInputSectionManagedObjectDependency(java.lang.String managedObjectDependencyName)SectionManagedObjectDependencyManagedObjectNodeImpl. getSectionManagedObjectDependency(java.lang.String managedObjectDependencyName) -
Uses of SectionManagedObjectDependency in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObjectDependency in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagedObjectDependencyNodeManagedObjectDependencynode. -
Uses of SectionManagedObjectDependency in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectDependency Modifier and Type Method Description SectionManagedObjectDependencySectionManagedObjectSource. getInputSectionManagedObjectDependency(java.lang.String managedObjectDependencyName)Obtains theSectionManagedObjectDependencyfor theManagedObjectDependencyTypefor the InputManagedObject.SectionManagedObjectDependencySectionManagedObject. getSectionManagedObjectDependency(java.lang.String managedObjectDependencyName)Obtains theSectionManagedObjectDependencyfor theManagedObjectDependencyType.
-