Enum Constant Summary
Enum Constants
Gets the accessible spaces of the user.
Gets the accessible spaces of the user by filter.
Gets the all spaces (for super user).
Gets the all spaces by filter.
Gets the common spaces between two users
Gets the favorite spaces of a user by filter.
Gets the invited spaces of the user.
Gets the invited spaces of the user by filter.
Provides SpaceNavigation to get the lastest spaces accessed
Gets the spaces which the user has the "manager" role.
Gets the spaces which the user has the "manager" role by filter.
Gets the spaces which the user has the "member" role.
Gets the spaces which the user has the "member" role by filter.
Gets the pending spaces of the user.
Gets the pending spaces of the user by filter.
Provides Relationship of Users requesting to join a Space
Gets the spaces which are visible and not include these spaces hidden
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ALL
Gets the all spaces (for super user).
ALL_FILTER
Gets the all spaces by filter.
ACCESSIBLE
Gets the accessible spaces of the user.
ACCESSIBLE_FILTER
Gets the accessible spaces of the user by filter.
INVITED
Gets the invited spaces of the user.
INVITED_FILTER
Gets the invited spaces of the user by filter.
PENDING
Gets the pending spaces of the user.
PENDING_FILTER
Gets the pending spaces of the user by filter.
MEMBER
Gets the spaces which the user has the "member" role.
MEMBER_FILTER
Gets the spaces which the user has the "member" role by filter.
FAVORITE_FILTER
Gets the favorite spaces of a user by filter.
MANAGER
Gets the spaces which the user has the "manager" role.
MANAGER_FILTER
Gets the spaces which the user has the "manager" role by filter.
VISIBLE
Gets the spaces which are visible and not include these spaces hidden
LASTEST_ACCESSED
Provides SpaceNavigation to get the lastest spaces accessed
PENDING_REQUESTS
Provides Relationship of Users requesting to join a Space
COMMON
Gets the common spaces between two users
Method Details
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
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