Uses of Class
org.exoplatform.social.core.space.SpaceApplication
-
Packages that use SpaceApplication Package Description org.exoplatform.social.core.space -
-
Uses of SpaceApplication in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceApplication Modifier and Type Method Description SpaceApplicationSpaceApplication. clone()SpaceApplicationSpaceTemplate. getSpaceHomeApplication()Gets home space application.Methods in org.exoplatform.social.core.space that return types with arguments of type SpaceApplication Modifier and Type Method Description List<SpaceApplication>SpaceTemplate. getSpaceApplicationList()Gets space application list to be installed.Methods in org.exoplatform.social.core.space with parameters of type SpaceApplication Modifier and Type Method Description voidSpaceTemplate. 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 SpaceApplication Modifier and Type Method Description voidSpaceTemplate. setSpaceApplicationList(List<SpaceApplication> applicationList)Sets space application list to be installed.
-