Uses of Interface
net.officefloor.compile.spi.office.OfficeGovernance
Packages that use OfficeGovernance
Package
Description
-
Uses of OfficeGovernance in net.officefloor.activity.admin.build
Methods in net.officefloor.activity.admin.build with parameters of type OfficeGovernanceModifier and TypeMethodDescriptionvoidAdministrationArchitect.addGovernance(String governanceName, OfficeGovernance goverance) AddsOfficeGovernancefor theOfficeAdministration -
Uses of OfficeGovernance in net.officefloor.activity.compose.build
Methods in net.officefloor.activity.compose.build with parameters of type OfficeGovernanceModifier and TypeMethodDescriptionvoidComposeArchitect.addGovernance(String governanceName, OfficeGovernance goverance) AddsOfficeGovernancefor the composition.voidComposeEmployer.ComposeArchitectImpl.addGovernance(String governanceName, OfficeGovernance goverance) -
Uses of OfficeGovernance in net.officefloor.activity.govern.build
Methods in net.officefloor.activity.govern.build that return OfficeGovernanceModifier and TypeMethodDescriptionGovernanceArchitect.addGovernance(String governanceName, String governanceLocation, PropertyList properties) Adds a specificOfficeGovernance.Methods in net.officefloor.activity.govern.build that return types with arguments of type OfficeGovernanceModifier and TypeMethodDescriptionGovernanceArchitect.addGovernances(String governanceDirectory, PropertyList properties) Adds theOfficeGovernanceinstances configured in a directory. -
Uses of OfficeGovernance in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeGovernanceMethods in net.officefloor.compile.impl.structure that return OfficeGovernanceModifier and TypeMethodDescriptionOfficeNodeImpl.addOfficeGovernance(String governanceName, String governanceSourceClassName) OfficeNodeImpl.addOfficeGovernance(String governanceName, GovernanceSource<?, ?> governanceSource) Methods in net.officefloor.compile.impl.structure with parameters of type OfficeGovernanceModifier and TypeMethodDescriptionvoidManagedFunctionNodeImpl.addGovernance(OfficeGovernance governance) voidSectionNodeImpl.addGovernance(OfficeGovernance governance) -
Uses of OfficeGovernance in net.officefloor.compile.internal.structure
Subinterfaces of OfficeGovernance in net.officefloor.compile.internal.structure -
Uses of OfficeGovernance in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeGovernanceModifier and TypeMethodDescriptionOfficeArchitect.addOfficeGovernance(String governanceName, String governanceSourceClassName) Adds aOfficeGovernance.OfficeArchitect.addOfficeGovernance(String governanceName, GovernanceSource<?, ?> governanceSource) Adds anOfficeGovernance.Methods in net.officefloor.compile.spi.office with parameters of type OfficeGovernanceModifier and TypeMethodDescriptionvoidOfficeSectionFunction.addGovernance(OfficeGovernance governance) AddsGovernancefor thisOfficeSectionFunction.voidOfficeSubSection.addGovernance(OfficeGovernance governance) AddsGovernancefor thisOfficeSubSection. -
Uses of OfficeGovernance in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build with parameters of type OfficeGovernanceModifier and TypeMethodDescriptionWebTemplate.addGovernance(OfficeGovernance governance) AddsGovernancefor thisWebTemplate.