Uses of Interface
org.exoplatform.social.core.space.spi.SpaceApplicationHandler
-
Packages that use SpaceApplicationHandler Package Description org.exoplatform.social.core.space.spi Provides classes that are necessary to control spaces and their lifecycles. -
-
Uses of SpaceApplicationHandler in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi that return types with arguments of type SpaceApplicationHandler Modifier and Type Method Description Map<String,SpaceApplicationHandler>SpaceTemplateService. getSpaceApplicationHandlers()Gets registered space application handlers.Methods in org.exoplatform.social.core.space.spi with parameters of type SpaceApplicationHandler Modifier and Type Method Description voidSpaceTemplateService. initSpaceApplications(Space space, SpaceApplicationHandler applicationHandler)Init space applications.voidSpaceTemplateService. registerSpaceApplicationHandler(SpaceApplicationHandler spaceApplicationHandler)Adds space application handler for configuring the space applications.
-