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 TypeMethodDescriptionvoidSpaceApplicationHandler.activateApplication(Space space, String appId, String appName) Activates an installed application in a space.default voidSpaceService.activateApplication(String spaceId, String appId) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymoredefault voidSpaceService.activateApplication(Space space, String appId) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymoredefault 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.deactivateApplication(String spaceId, String appId) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymoredefault voidSpaceService.deactivateApplication(Space space, String appId) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymorevoidSpaceApplicationHandler.deactiveApplication(Space space, String appId) Deactivates an installed application in a space.voidDe-initializes a space application.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.voidSpaceApplicationHandler.initApps(Space space, SpaceTemplate spaceTemplate) Initializes home space applications and space applications.voidSpaceTemplateService.initSpaceApplications(Space space, SpaceApplicationHandler applicationHandler) Init space applications.voidSpaceApplicationHandler.installApplication(Space space, String appId) Installs an application to a space.default voidSpaceService.installApplication(Space space, String appId) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymoredefault voidSpaceService.moveApplication(String spaceId, String appId, int transition) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceApplicationHandler.removeApplication(Space space, String appId, String appName) Removes an application in a space.default voidSpaceService.removeApplication(String spaceId, String appId, String appName) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymoredefault voidSpaceService.removeApplication(Space space, String appId, String appName) Deprecated, for removal: This API element is subject to removal in a future version.the spaces pages aren't managed through applications anymore, thus this operation isn't needed anymorevoidSpaceApplicationHandler.removeApplications(Space space) Remove all applications in a space.default voidSpaceService.renameSpace(Space space, String newDisplayName, String username) Renames a space by an identity who has rights of super admin.default voidSpaceService.restoreSpacePageLayout(String spaceId, String appId, org.exoplatform.services.security.Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.Will be removed when the Meeds-io/MIPs#150 get implemented with new way of Layout management