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.