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

    Modifier and Type
    Method
    Description
    void
    SpaceApplicationHandler.activateApplication(Space space, String appId, String appName)
    Activates an installed application in a space.
    default void
    SpaceService.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 anymore
    default void
    SpaceService.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 anymore
    default Space
    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.
    default void
    SpaceService.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 anymore
    default void
    SpaceService.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 anymore
    void
    SpaceApplicationHandler.deactiveApplication(Space space, String appId)
    Deactivates an installed application in a space.
    void
    SpaceApplicationHandler.deInitApp(Space space)
    De-initializes a space application.
    default void
    SpaceService.deleteSpace(String spaceId)
    Deletes a space by its Id.
    default void
    SpaceService.deleteSpace(Space space)
    Deletes a space.
    default void
    SpaceService.deleteSpace(Space space, boolean deleteGroup)
    Deletes a space without deleting the user's group.
    void
    SpaceApplicationHandler.initApps(Space space, SpaceTemplate spaceTemplate)
    Initializes home space applications and space applications.
    void
    SpaceTemplateService.initSpaceApplications(Space space, SpaceApplicationHandler applicationHandler)
    Init space applications.
    void
    SpaceApplicationHandler.installApplication(Space space, String appId)
    Installs an application to a space.
    default void
    SpaceService.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 anymore
    default void
    SpaceService.moveApplication(String spaceId, String appId, int transition)
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    SpaceApplicationHandler.removeApplication(Space space, String appId, String appName)
    Removes an application in a space.
    default void
    SpaceService.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 anymore
    default void
    SpaceService.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 anymore
    void
    SpaceApplicationHandler.removeApplications(Space space)
    Remove all applications in a space.
    default void
    SpaceService.renameSpace(Space space, String newDisplayName, String username)
    Renames a space by an identity who has rights of super admin.
    default void
    SpaceService.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