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 class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.class
OfficeObjectNodeImpl
OfficeObjectNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type GovernerableManagedObject Modifier and Type Method Description void
GovernanceNodeImpl. 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 interface
ManagedObjectExtensionNode
Extension ofManagedObjectNode
.interface
ManagedObjectNode
Node representing an instance use of aManagedObject
.interface
OfficeObjectNode
OfficeObject
node. -
Uses of GovernerableManagedObject in net.officefloor.compile.spi.office
Subinterfaces of GovernerableManagedObject in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
OfficeManagedObject
ManagedObject
for theOffice
.interface
OfficeObject
interface
OfficeSectionManagedObject
ManagedObject
contained within anOfficeSubSection
.Methods in net.officefloor.compile.spi.office with parameters of type GovernerableManagedObject Modifier and Type Method Description void
OfficeGovernance. governManagedObject(GovernerableManagedObject managedObject)
Governs theGovernerableManagedObject
.
-