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 TypeMethodDescriptionvoidSpaceService.acceptInvitation(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.acceptInvitation(Space space, String username) Deprecated.voidSpaceApplicationHandler.activateApplication(Space space, String appId, String appName) Activates an installed application in a space.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 anymorevoidSpaceService.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 anymorevoidDeprecated.SpaceService.createSpace(Space space, String creator, List<Identity> identitiesToInvite) Creates a new space and invites all users from identitiesToInvite to join this newly created space.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 anymorevoidSpaceService.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.voidSpaceService.declineRequest(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.declineRequest(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidDe-initializes a space application.voidSpaceService.deleteSpace(String spaceId) Deprecated.voidSpaceService.denyInvitation(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.denyInvitation(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.SpaceService.getLastAccessedSpace(String remoteId, String appId, int offset, int limit) Gets a list of the most recently accessed spaces of a user.SpaceService.getMembers(String spaceId) Deprecated.UseSpace.getMembers()instead.SpaceService.getMembers(Space space) Deprecated.UseSpace.getMembers()instead.SpaceService.getVisibleSpaces(String username, SpaceFilter spaceFilter) Gets spaces that a given user can see.booleanSpaceService.hasAccessPermission(String spaceId, String username) Deprecated.booleanSpaceService.hasEditPermission(String spaceId, String username) Deprecated.booleanSpaceService.hasEditPermission(Space space, String username) Deprecated.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.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 anymorevoidSpaceService.inviteMember(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.inviteMember(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.default voidSpaceService.moveApplication(String spaceId, String appId, int transition) voidSpaceApplicationHandler.removeApplication(Space space, String appId, String appName) Removes an application in a space.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 anymorevoidSpaceService.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.voidSpaceService.removeMember(String spaceId, String username) Deprecated.voidSpaceService.renameSpace(Space space, String newDisplayName) Renames a space.voidSpaceService.renameSpace(Space space, String newDisplayName, String username) Renames a space by an identity who has rights of super admin.voidSpaceService.requestJoin(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.requestJoin(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.default voidSpaceService.restoreSpacePageLayout(String spaceId, String appId, org.exoplatform.services.security.Identity identity) Restores a page layout to its default associated to Space TemplatevoidSpaceService.revokeInvitation(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.revokeInvitation(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.revokeRequestJoin(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.revokeRequestJoin(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated.voidSpaceService.updateSpaceAccessed(String remoteId, Space space) Updates the most recently accessed space of a user to the top of spaces list.voidSpaceService.validateRequest(String spaceId, String username) Deprecated, for removal: This API element is subject to removal in a future version.voidSpaceService.validateRequest(Space space, String username) Deprecated, for removal: This API element is subject to removal in a future version.
SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String)instead.