Uses of Interface
net.officefloor.compile.spi.office.OfficeResponsibility
-
Packages that use OfficeResponsibility Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of OfficeResponsibility in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeResponsibility Modifier and Type Class Description class
AdministrationNodeImpl
AdministrationNode
implementation.class
GovernanceNodeImpl
Implementation of theGovernanceNode
.class
ManagedObjectTeamNodeImpl
ResponsibleTeamNode
implementation.class
ResponsibleTeamNodeImpl
ResponsibleTeamNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeResponsibility Modifier and Type Method Description void
OfficeNodeImpl. link(OfficeResponsibility responsibility, OfficeTeam officeTeam)
-
Uses of OfficeResponsibility in net.officefloor.compile.internal.structure
Subinterfaces of OfficeResponsibility in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
AdministrationNode
OfficeAdministration
node.interface
GovernanceNode
OfficeGovernance
node.interface
ManagedObjectTeamNode
OfficeTeam
node.interface
ResponsibleTeamNode
ResponsibleTeam
node. -
Uses of OfficeResponsibility in net.officefloor.compile.spi.office
Subinterfaces of OfficeResponsibility in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
OfficeAdministration
Administration
within theOffice
.interface
OfficeGovernance
Governance
within theOffice
.interface
OfficeManagedObjectTeam
interface
OfficeSectionManagedObjectTeam
interface
ResponsibleTeam
Team
responsible for theManagedFunction
.Methods in net.officefloor.compile.spi.office with parameters of type OfficeResponsibility Modifier and Type Method Description void
OfficeArchitect. link(OfficeResponsibility responsibility, OfficeTeam officeTeam)
Links theOfficeResponsibility
to theOfficeTeam
.
-