Uses of Interface
com.atlassian.jira.util.collect.PagedList
Packages that use PagedList
Package
Description
-
Uses of PagedList in com.atlassian.jira.bc.issue.worklog
Methods in com.atlassian.jira.bc.issue.worklog that return PagedListModifier and TypeMethodDescriptionDefaultWorklogService.getByIssueVisibleToUser
(JiraServiceContext jiraServiceContext, Issue issue, int pageSize) WorklogService.getByIssueVisibleToUser
(JiraServiceContext jiraServiceContext, Issue issue, int pageSize) Returns a PagedList over all all child worklogs of a specified issue that the provided user has permission to see. -
Uses of PagedList in com.atlassian.jira.entity
Classes in com.atlassian.jira.entity that implement PagedListModifier and TypeClassDescriptionclass
Wraps an ListIterator in a paged implementation.class
Warps a Predicate around the EntityPagedListConstructors in com.atlassian.jira.entity with parameters of type PagedListModifierConstructorDescriptionPredicatedPagedList
(PagedList<E> delegate, com.google.common.base.Predicate<E> predicate) -
Uses of PagedList in com.atlassian.jira.issue.worklog
Methods in com.atlassian.jira.issue.worklog that return PagedListModifier and TypeMethodDescriptionDefaultWorklogManager.getByIssue
(Issue issue, int pageSize) WorklogManager.getByIssue
(Issue issue, int pageSize) Returns all child worklogs of a specified issue, in a PagedList