public class RecentSpacesProvider extends Object
Constructor and Description |
---|
RecentSpacesProvider(com.atlassian.confluence.plugins.recentlyviewed.RecentlyViewedManager recentlyViewedManager) |
Modifier and Type | Method and Description |
---|---|
List<String> |
recentSpaces(graphql.schema.DataFetchingEnvironment env,
int limit)
Get recently viewed spaces for the current user.
|
public RecentSpacesProvider(com.atlassian.confluence.plugins.recentlyviewed.RecentlyViewedManager recentlyViewedManager)
public List<String> recentSpaces(graphql.schema.DataFetchingEnvironment env, int limit) throws ServiceException
env
- data fetching environment (by usual GraphQL convention)limit
- max number of spaces requestedSpace
sServiceException
Copyright © 2003–2020 Atlassian. All rights reserved.