Uses of Class
org.exoplatform.social.core.space.SpaceApplication
Packages that use SpaceApplication
-
Uses of SpaceApplication in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceApplicationModifier and TypeMethodDescriptionSpaceApplication.clone()SpaceTemplate.getSpaceHomeApplication()Gets home space application.Methods in org.exoplatform.social.core.space that return types with arguments of type SpaceApplicationModifier and TypeMethodDescriptionSpaceTemplate.getSpaceApplicationList()Gets space application list to be installed.Methods in org.exoplatform.social.core.space with parameters of type SpaceApplicationModifier and TypeMethodDescriptionvoidSpaceTemplate.addToSpaceApplicationList(SpaceApplication spaceApplication) Adds a space application to space application list.voidSpaceTemplate.setHomeApplication(SpaceApplication homeApplication) Sets home space applications.Method parameters in org.exoplatform.social.core.space with type arguments of type SpaceApplicationModifier and TypeMethodDescriptionvoidSpaceTemplate.setSpaceApplicationList(List<SpaceApplication> applicationList) Sets space application list to be installed.