Package | Description |
---|---|
com.atlassian.jira.bc.issue.worklog | |
com.atlassian.jira.entity | |
com.atlassian.jira.issue.worklog |
Modifier and Type | Method and Description |
---|---|
PagedList<Worklog> |
DefaultWorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext,
Issue issue,
int pageSize) |
PagedList<Worklog> |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityPagedList<E>
Wraps an ListIterator in a paged implementation.
|
class |
PredicatedPagedList<E>
Warps a Predicate around the EntityPagedList
|
Constructor and Description |
---|
PredicatedPagedList(PagedList<E> delegate,
com.google.common.base.Predicate<E> predicate) |
Modifier and Type | Method and Description |
---|---|
PagedList<Worklog> |
DefaultWorklogManager.getByIssue(Issue issue,
int pageSize) |
PagedList<Worklog> |
WorklogManager.getByIssue(Issue issue,
int pageSize)
Returns all child worklogs of a specified issue, in a PagedList
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.