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 userId) Deprecated.voidSpaceService.acceptInvitation(Space space, String userId) Deprecated.voidSpaceApplicationHandler.activateApplication(Space space, String appId, String appName) Activates an installed application in a space.voidSpaceService.activateApplication(String spaceId, String appId) Activates an installed application in a space.voidSpaceService.activateApplication(Space space, String appId) Activates an installed application in a space.voidDeprecated.SpaceService.createSpace(Space space, String creator, String invitedGroupId) Deprecated.UseSpaceService.createSpace(Space, String, List)instead.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) Deactivates an installed application in a space.voidSpaceService.deactivateApplication(Space space, String appId) Deactivates an installed application in a space.voidSpaceApplicationHandler.deactiveApplication(Space space, String appId) Deactivates an installed application in a space.voidSpaceService.declineRequest(String spaceId, String userId) Deprecated.voidSpaceService.declineRequest(Space space, String userId) Deprecated.voidDe-initializes a space application.voidSpaceService.deInitApps(Space space) Deprecated.Will be removed by 4.0.x.voidSpaceService.deleteSpace(String spaceId) Deprecated.voidSpaceService.denyInvitation(String spaceId, String userId) Deprecated.voidSpaceService.denyInvitation(Space space, String userId) Deprecated.SpaceService.getAccessibleSpaces(String userId) Deprecated.SpaceService.getAllSpaces()Deprecated.UseSpaceService.getAllSpacesWithListAccess()instead.SpaceService.getEditableSpaces(String userId) Deprecated.UseSpaceService.getSettingableSpaces(String)instead.SpaceService.getInvitedSpaces(String userId) Deprecated.UseSpaceService.getInvitedSpacesWithListAccess(String)instead.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.getPendingSpaces(String userId) Deprecated.UseSpaceService.getPendingSpacesWithListAccess(String)instead.SpaceService.getPublicSpaces(String userId) Deprecated.UseSpaceService.getPublicSpacesWithListAccess(String)instead.SpaceService.getSpaceByName(String spaceName) Deprecated.UseSpaceService.getSpaceByPrettyName(String)instead.Deprecated.UseSpaceService.getMemberSpaces(String)instead.SpaceService.getSpacesByFirstCharacterOfName(String firstCharacterOfName) Deprecated.SpaceService.getVisibleSpaces(String userId, SpaceFilter spaceFilter) Gets spaces that a given user can see.booleanSpaceService.hasAccessPermission(String spaceId, String userId) Deprecated.booleanSpaceService.hasEditPermission(String spaceId, String userId) Deprecated.booleanSpaceService.hasEditPermission(Space space, String userId) Deprecated.voidDeprecated.Will be removed by 4.0.x.voidSpaceApplicationHandler.initApps(Space space, SpaceTemplate spaceTemplate) Initializes home space applications and space applications.voidDeprecated.Will be removed by 4.0.x.voidSpaceTemplateService.initSpaceApplications(Space space, SpaceApplicationHandler applicationHandler) Init space applications.voidSpaceApplicationHandler.installApplication(Space space, String appId) Installs an application to a space.voidSpaceService.installApplication(String spaceId, String appId) Installs an application in a space.voidSpaceService.installApplication(Space space, String appId) Installs an application in a space.voidSpaceService.inviteMember(String spaceId, String userId) Deprecated.voidSpaceService.inviteMember(Space space, String userId) Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanSpaceService.isOnlyLeader(String spaceId, String userId) Deprecated.booleanSpaceService.isOnlyLeader(Space space, String userId) Deprecated.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) Removes an installed application from a space.voidSpaceService.removeApplication(Space space, String appId, String appName) Removes an installed application from a space.voidSpaceApplicationHandler.removeApplications(Space space) Remove all applications in a space.voidSpaceService.removeMember(String spaceId, String userId) Deprecated.voidSpaceService.renameSpace(String remoteId, Space space, String newDisplayName) Renames a space by an identity who has rights of super admin.voidSpaceService.renameSpace(Space space, String newDisplayName) Renames a space.voidSpaceService.requestJoin(String spaceId, String userId) Deprecated.voidSpaceService.requestJoin(Space space, String userId) Deprecated.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 userId) Deprecated.voidSpaceService.revokeInvitation(Space space, String userId) Deprecated.voidSpaceService.revokeRequestJoin(String spaceId, String userId) Deprecated.voidSpaceService.revokeRequestJoin(Space space, String userId) Deprecated.voidDeprecated.voidDeprecated.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 userId) Deprecated.voidSpaceService.validateRequest(Space space, String userId) Deprecated.
SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String)instead.