Uses of Interface
net.officefloor.compile.spi.office.GovernerableManagedObject
-
Packages that use GovernerableManagedObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of GovernerableManagedObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement GovernerableManagedObject Modifier and Type Class Description classManagedObjectNodeImplManagedObjectNodeimplementation.classOfficeObjectNodeImplOfficeObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type GovernerableManagedObject Modifier and Type Method Description voidGovernanceNodeImpl. governManagedObject(GovernerableManagedObject managedObject) -
Uses of GovernerableManagedObject in net.officefloor.compile.internal.structure
Subinterfaces of GovernerableManagedObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagedObjectExtensionNodeExtension ofManagedObjectNode.interfaceManagedObjectNodeNode representing an instance use of aManagedObject.interfaceOfficeObjectNodeOfficeObjectnode. -
Uses of GovernerableManagedObject in net.officefloor.compile.spi.office
Subinterfaces of GovernerableManagedObject in net.officefloor.compile.spi.office Modifier and Type Interface Description interfaceOfficeManagedObjectManagedObjectfor theOffice.interfaceOfficeObjectinterfaceOfficeSectionManagedObjectManagedObjectcontained within anOfficeSubSection.Methods in net.officefloor.compile.spi.office with parameters of type GovernerableManagedObject Modifier and Type Method Description voidOfficeGovernance. governManagedObject(GovernerableManagedObject managedObject)Governs theGovernerableManagedObject.
-