Uses of Class
org.exoplatform.social.core.space.SpaceFilter
Packages that use SpaceFilter
Package
Description
Provides classes that are necessary to control spaces and their lifecycles.
-
Uses of SpaceFilter in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceFilter -
Uses of SpaceFilter in org.exoplatform.social.core.space.spi
Methods in org.exoplatform.social.core.space.spi with parameters of type SpaceFilterModifier and TypeMethodDescriptiondefault org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getAccessibleSpacesByFilter(String username, SpaceFilter spaceFilter) Gets a list access containing all spaces that a user has the access permission.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getAllSpacesByFilter(SpaceFilter spaceFilter) Gets a list access that contains all spaces matching with a filter.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getFavoriteSpacesByFilter(String username, SpaceFilter spaceFilter) Gets a list of favorite spaces of a user.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getInvitedSpacesByFilter(String username, SpaceFilter spaceFilter) Gets a list access containing all spaces that a user is invited to join.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getManagerSpacesByFilter(String username, SpaceFilter spaceFilter) Gets a list access containing all spaces that a user has the "manager" role.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getMemberSpacesByFilter(String username, SpaceFilter spaceFilter) Gets a list access containing all spaces that a user has the "member" role.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getPendingSpacesByFilter(String username, SpaceFilter spaceFilter) Gets a list access containing all spaces that a user sent a request for joining a space.default org.exoplatform.commons.utils.ListAccess<Space> SpaceService.getVisibleSpacesWithListAccess(String username, SpaceFilter spaceFilter) Gets spaces that a given user can see. -
Uses of SpaceFilter in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api with parameters of type SpaceFilterModifier and TypeMethodDescriptionSpaceStorage.getAccessibleSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the accessible spaces of the user by filter with offset, limit.intSpaceStorage.getAccessibleSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the accessible spaces of the user by filter.intSpaceStorage.getAllSpacesByFilterCount(SpaceFilter spaceFilter) Gets the count of the spaces which are searched by space filter.SpaceStorage.getEditableSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the editable spaces of the user by filter with offset, limit.intSpaceStorage.getEditableSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the editable spaces of the user by filter.SpaceStorage.getFavoriteSpaceIdentityIds(String userIdentityId, SpaceFilter spaceFilter, int offset, int limit) Retrieves the list of favorite SpaceIdentitytechnical identifiersSpaceStorage.getFavoriteSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the favorite spaces of the user id by the filter with offset, limit.intSpaceStorage.getFavoriteSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the favorite spaces of the user id.SpaceStorage.getInvitedSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the invited spaces of the user by space filter with offset, limit.intSpaceStorage.getInvitedSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the invited spaces of the user by filter.SpaceStorage.getLastAccessedSpace(SpaceFilter filter, int offset, int limit) Gets list of spaces which user has been last visited.intSpaceStorage.getLastAccessedSpaceCount(SpaceFilter filter) Gets number of spaces which user has been last visited.SpaceStorage.getManagerSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the manager spaces of the user id by the filter with offset, limit.intSpaceStorage.getManagerSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the spaces which user has "manager" role by filter.SpaceStorage.getMemberSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the member spaces of the user id by the filter with offset, limit.intSpaceStorage.getMemberSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the spaces which user has "member" role by filter.SpaceStorage.getPendingSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the pending spaces of the user by space filter with offset, limit.intSpaceStorage.getPendingSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the pending spaces of the user by space filter.SpaceStorage.getPublicSpacesByFilter(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the public spaces of the user by filter with offset, limit.intSpaceStorage.getPublicSpacesByFilterCount(String userId, SpaceFilter spaceFilter) Gets the count of the public spaces of the user by space filter.SpaceStorage.getSpacesByFilter(SpaceFilter spaceFilter, long offset, long limit) Gets the spaces by space filter with offset, limit.SpaceStorage.getVisibleSpaces(String userId, SpaceFilter spaceFilter) Gets the spaces of a user which that user has the "member" role or edit permission.SpaceStorage.getVisibleSpaces(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the spaces of a user which that user has the visible spaces.intSpaceStorage.getVisibleSpacesCount(String userId, SpaceFilter spaceFilter) Gets the count of the visible spaces of the userId.SpaceStorage.getVisitedSpaces(SpaceFilter filter, int offset, int limit) Get the visited spaces