Uses of Class
com.atlassian.confluence.plugins.rest.entities.UserHistoryList
-
Packages that use UserHistoryList Package Description com.atlassian.confluence.plugins.rest.entities.documentation com.atlassian.confluence.plugins.rest.manager -
-
Uses of UserHistoryList in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as UserHistoryList Modifier and Type Field Description static UserHistoryListUserSessionEntityExampleDocument. USER_HISTORY_LIST -
Uses of UserHistoryList in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return UserHistoryList Modifier and Type Method Description UserHistoryListDefaultRestUserSessionManager. getUserHistory(Integer startIndex, Integer maxResults)UserHistoryListRestUserSessionManager. getUserHistory(Integer startIndex, Integer maxResults)Returns user history which contains the list of content entities user recently visited.
-