Uses of Class
com.atlassian.jira.util.Window
Packages that use Window
Package
Description
-
Uses of Window in com.atlassian.jira.bc.issue.worklog
Methods in com.atlassian.jira.bc.issue.worklog that return WindowModifier and TypeMethodDescriptionDefaultWorklogService.getByIssueVisibleToUser(CommentSearchParameters parameters) WorklogService.getByIssueVisibleToUser(CommentSearchParameters parameters) Returns child worklogs filtered accordingCommentSearchParametersto parameters. -
Uses of Window in com.atlassian.jira.issue.changehistory
Methods in com.atlassian.jira.issue.changehistory that return Window -
Uses of Window in com.atlassian.jira.issue.comments
Methods in com.atlassian.jira.issue.comments that return WindowModifier and TypeMethodDescriptionCommentManager.searchCommentsVisibleForUser(CommentSearchParameters parameters) Returns list of comments filtered and sorted by given parametersCommentSearchParameters.CommentSearchManager.searchCommentsVisibleForUser(CommentSearchParameters parameters) DefaultCommentManager.searchCommentsVisibleForUser(CommentSearchParameters parameters) -
Uses of Window in com.atlassian.jira.util
Methods in com.atlassian.jira.util that return WindowModifier and TypeMethodDescriptionDrop elements that don't match the predicate.Window.dropUntilElement(T expected) Drop all the elements before the requested element.static <T> Window<T>Window.empty()Create a window over an empty collection.Window.focusElement(T expected, int radius) Drop elements from beginning and end until there are number of elements on both sides of the requested element.Keep only elements that match the predicate.Window.keepUntilElement(T expected) Drop all elements after the requested element.static <T> Window<T>Window.of(Collection<T> coll) Create a window over a whole collectionWindow.reverse()Return a copy of the window where all the elements are in reverse order.Window.shrinkFromEnd(int size) Drop elements from the start until the new visible part is of the requested sizeWindow.shrinkFromStart(int size) Drop elements from the beginning until the new visible part is of the requested size