Package net.officefloor.woof.teams
Interface WoofTeamsUsageContext
-
public interface WoofTeamsUsageContext
Context for theWoofResourcesLoader
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationItem
getConfiguration()
Obtains theConfigurationItem
containing the configuration of the teams.OfficeArchitect
getOfficeArchitect()
Obtains theOfficeArchitect
to be configured with the teams.OfficeExtensionContext
getOfficeExtensionContext()
Obtains theOfficeExtensionContext
.
-
-
-
Method Detail
-
getConfiguration
ConfigurationItem getConfiguration()
Obtains theConfigurationItem
containing the configuration of the teams.- Returns:
ConfigurationItem
containing the configuration.
-
getOfficeArchitect
OfficeArchitect getOfficeArchitect()
Obtains theOfficeArchitect
to be configured with the teams.- Returns:
OfficeArchitect
to be configured.
-
getOfficeExtensionContext
OfficeExtensionContext getOfficeExtensionContext()
Obtains theOfficeExtensionContext
.- Returns:
OfficeExtensionContext
.
-
-