Uses of Class
org.exoplatform.social.core.space.SpaceException
Packages that use SpaceException
Package
Description
Provides classes that are necessary to control spaces and their lifecycles.
-
Uses of SpaceException in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi that throw SpaceExceptionModifier and TypeMethodDescriptiondefault SpaceSpaceService.createSpace(Space space, String creator, List<Identity> identitiesToInvite) Creates a new space and invites all users from identitiesToInvite to join this newly created space.default voidSpaceService.deleteSpace(String spaceId) Deletes a space by its Id.default voidSpaceService.deleteSpace(Space space) Deletes a space.default voidSpaceService.deleteSpace(Space space, boolean deleteGroup) Deletes a space without deleting the user's group.default voidSpaceService.renameSpace(Space space, String newDisplayName, String username) Renames a space by an identity who has rights of super admin.