Package net.officefloor.woof.teams
Interface WoofTeamsUsageContext
-
public interface WoofTeamsUsageContextContext for theWoofResourcesLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItemgetConfiguration()Obtains theConfigurationItemcontaining the configuration of the teams.OfficeArchitectgetOfficeArchitect()Obtains theOfficeArchitectto be configured with the teams.OfficeExtensionContextgetOfficeExtensionContext()Obtains theOfficeExtensionContext.
-
-
-
Method Detail
-
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.
-
-