List<Space> |
SpaceStorage.getAccessibleSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the accessible spaces of the user by filter with offset, limit.
|
int |
SpaceStorage.getAccessibleSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the accessible spaces of the user by filter.
|
int |
SpaceStorage.getAllSpacesByFilterCount(SpaceFilter spaceFilter) |
Gets the count of the spaces which are searched by space filter.
|
List<Space> |
SpaceStorage.getEditableSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the editable spaces of the user by filter with offset, limit.
|
int |
SpaceStorage.getEditableSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the editable spaces of the user by filter.
|
List<Space> |
SpaceStorage.getInvitedSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the invited spaces of the user by space filter with offset, limit.
|
int |
SpaceStorage.getInvitedSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the invited spaces of the user by filter.
|
List<Space> |
SpaceStorage.getLastAccessedSpace(SpaceFilter filter,
int offset,
int limit) |
Gets list of spaces which user has been last visited.
|
int |
SpaceStorage.getLastAccessedSpaceCount(SpaceFilter filter) |
Gets number of spaces which user has been last visited.
|
List<Space> |
SpaceStorage.getManagerSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the manager spaces of the user id by the filter with offset, limit.
|
int |
SpaceStorage.getManagerSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the spaces which user has "manager" role by filter.
|
List<Space> |
SpaceStorage.getMemberSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the member spaces of the user id by the filter with offset, limit.
|
int |
SpaceStorage.getMemberSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the spaces which user has "member" role by filter.
|
List<Space> |
SpaceStorage.getPendingSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the pending spaces of the user by space filter with offset, limit.
|
int |
SpaceStorage.getPendingSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the pending spaces of the user by space filter.
|
List<Space> |
SpaceStorage.getPublicSpacesByFilter(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the public spaces of the user by filter with offset, limit.
|
int |
SpaceStorage.getPublicSpacesByFilterCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the public spaces of the user by space filter.
|
List<Space> |
SpaceStorage.getSpacesByFilter(SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the spaces by space filter with offset, limit.
|
List<Space> |
SpaceStorage.getUnifiedSearchSpaces(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Provides Unified Search to get the spaces of a user which that user has the visible spaces.
|
int |
SpaceStorage.getUnifiedSearchSpacesCount(String userId,
SpaceFilter spaceFilter) |
Provides Unified Search to get the count of the visible spaces of the userId.
|
List<Space> |
SpaceStorage.getVisibleSpaces(String userId,
SpaceFilter spaceFilter) |
Gets the spaces of a user which that user has the "member" role or edit permission.
|
List<Space> |
SpaceStorage.getVisibleSpaces(String userId,
SpaceFilter spaceFilter,
long offset,
long limit) |
Gets the spaces of a user which that user has the visible spaces.
|
int |
SpaceStorage.getVisibleSpacesCount(String userId,
SpaceFilter spaceFilter) |
Gets the count of the visible spaces of the userId.
|
List<Space> |
SpaceStorage.getVisitedSpaces(SpaceFilter filter,
int offset,
int limit) |
Get the visited spaces
|