Enum Class SpaceListAccessType

java.lang.Object
java.lang.Enum<SpaceListAccessType>
org.exoplatform.social.core.space.SpaceListAccessType
All Implemented Interfaces:
Serializable, Comparable<SpaceListAccessType>, Constable

public enum SpaceListAccessType extends Enum<SpaceListAccessType>
  • Enum Constant Details

    • ALL

      public static final SpaceListAccessType ALL
      Gets the all spaces (for super user).
    • ALL_FILTER

      public static final SpaceListAccessType ALL_FILTER
      Gets the all spaces by filter.
    • ACCESSIBLE

      public static final SpaceListAccessType ACCESSIBLE
      Gets the accessible spaces of the user.
    • ACCESSIBLE_FILTER

      public static final SpaceListAccessType ACCESSIBLE_FILTER
      Gets the accessible spaces of the user by filter.
    • INVITED

      public static final SpaceListAccessType INVITED
      Gets the invited spaces of the user.
    • INVITED_FILTER

      public static final SpaceListAccessType INVITED_FILTER
      Gets the invited spaces of the user by filter.
    • PENDING

      public static final SpaceListAccessType PENDING
      Gets the pending spaces of the user.
    • PENDING_FILTER

      public static final SpaceListAccessType PENDING_FILTER
      Gets the pending spaces of the user by filter.
    • MEMBER

      public static final SpaceListAccessType MEMBER
      Gets the spaces which the user has the "member" role.
    • MEMBER_FILTER

      public static final SpaceListAccessType MEMBER_FILTER
      Gets the spaces which the user has the "member" role by filter.
    • FAVORITE_FILTER

      public static final SpaceListAccessType FAVORITE_FILTER
      Gets the favorite spaces of a user by filter.
    • MANAGER

      public static final SpaceListAccessType MANAGER
      Gets the spaces which the user has the "manager" role.
    • MANAGER_FILTER

      public static final SpaceListAccessType MANAGER_FILTER
      Gets the spaces which the user has the "manager" role by filter.
    • VISIBLE

      public static final SpaceListAccessType VISIBLE
      Gets the spaces which are visible and not include these spaces hidden
    • LASTEST_ACCESSED

      public static final SpaceListAccessType LASTEST_ACCESSED
      Provides SpaceNavigation to get the lastest spaces accessed
    • PENDING_REQUESTS

      public static final SpaceListAccessType PENDING_REQUESTS
      Provides Relationship of Users requesting to join a Space
    • COMMON

      public static final SpaceListAccessType COMMON
      Gets the common spaces between two users
  • Method Details

    • values

      public static SpaceListAccessType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SpaceListAccessType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null