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 UserHistoryList
UserSessionEntityExampleDocument. 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 UserHistoryList
DefaultRestUserSessionManager. getUserHistory(Integer startIndex, Integer maxResults)
UserHistoryList
RestUserSessionManager. getUserHistory(Integer startIndex, Integer maxResults)
Returns user history which contains the list of content entities user recently visited.
-