Package net.officefloor.woof.teams
Interface WoofTeamsUsageContext
public interface WoofTeamsUsageContext
Context for the
WoofResourcesLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theConfigurationItemcontaining the configuration of the teams.Obtains theOfficeArchitectto be configured with the teams.Obtains theOfficeExtensionContext.
-
Method Details
-
getConfiguration
ConfigurationItem getConfiguration()Obtains theConfigurationItemcontaining the configuration of the teams.- Returns:
ConfigurationItemcontaining the configuration.
-
getOfficeArchitect
OfficeArchitect getOfficeArchitect()Obtains theOfficeArchitectto be configured with the teams.- Returns:
OfficeArchitectto be configured.
-
getOfficeExtensionContext
OfficeExtensionContext getOfficeExtensionContext()Obtains theOfficeExtensionContext.- Returns:
OfficeExtensionContext.
-