Uses of Interface
com.atlassian.bitbucket.util.PageRequest
Packages that use PageRequest
Package
Description
- 
Uses of PageRequest in com.atlassian.bitbucket.build.statusMethods in com.atlassian.bitbucket.build.status with parameters of type PageRequestModifier and TypeMethodDescriptionRepositoryBuildStatusService.search(BuildStatusPullRequestSearchRequest request, PageRequest pageRequest) Find build statuses for a pull request that match the given request.RepositoryBuildStatusService.search(BuildStatusRepositorySearchRequest request, PageRequest pageRequest) Search for build statuses that match the given request.
- 
Uses of PageRequest in com.atlassian.bitbucket.commentMethods in com.atlassian.bitbucket.comment with parameters of type PageRequestModifier and TypeMethodDescriptionCommentService.search(CommentSearchRequest request, PageRequest pageRequest) Search for allcommentsmatching the provided request.CommentService.searchThreads(CommentSearchRequest request, PageRequest pageRequest) Search for allthreadsmatching the provided request.
- 
Uses of PageRequest in com.atlassian.bitbucket.commitMethods in com.atlassian.bitbucket.commit with parameters of type PageRequestModifier and TypeMethodDescriptionCommitService.getChanges(ChangesRequest request, PageRequest pageRequest) Retrieves a page ofchangesbetween two commits.CommitService.getChangesets(ChangesetsRequest request, PageRequest pageRequest) Retrieves changesets for each of the requestedChangesetsRequest.getCommitIds()commits}, including the first page of changes between each commit and its first parent.CommitService.getCommits(CommitsRequest request, PageRequest pageRequest) Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return commits which modify one or more paths.CommitService.getCommitsBetween(CommitsBetweenRequest request, PageRequest pageRequest) Retrieves a page of commits between theincluded commitsand theexcluded commits.
- 
Uses of PageRequest in com.atlassian.bitbucket.contentMethods in com.atlassian.bitbucket.content with parameters of type PageRequestModifier and TypeMethodDescriptionContentService.getBlame(Repository repository, String commitId, String path, PageRequest pageRequest) CalculatesBlamefor the lines included by the providedPageRequestfor the specified path starting from the provided commit.voidContentService.streamDirectory(Repository repository, String objectId, String path, boolean recursive, ContentTreeCallback callback, PageRequest pageRequest) Performs a directory listing for the specified objectId+path from the specified repository, streaming the results to the providedcallback.voidContentService.streamFile(Repository repository, String objectId, String path, PageRequest pageRequest, boolean withBlame, FileContentCallback fileContentCallback) 
- 
Uses of PageRequest in com.atlassian.bitbucket.hook.repositoryMethods in com.atlassian.bitbucket.hook.repository with parameters of type PageRequestModifier and TypeMethodDescriptionRepositoryHookService.search(RepositoryHookSearchRequest request, PageRequest pageRequest) Searches forrepository hooksthat match the providedrequest.
- 
Uses of PageRequest in com.atlassian.bitbucket.hook.scriptMethods in com.atlassian.bitbucket.hook.script with parameters of type PageRequestModifier and TypeMethodDescriptionHookScriptService.findByPluginKey(String pluginKey, PageRequest pageRequest) Finds a page of hook scripts which were created by the app with the specified plugin key.
- 
Uses of PageRequest in com.atlassian.bitbucket.idxMethods in com.atlassian.bitbucket.idx with parameters of type PageRequestModifier and TypeMethodDescriptionCommitIndex.findByProperty(String propertyKey, String propertyValue, boolean caseSensitive, PageRequest pageRequest) Retrieves allindexed commitsthat have a given property with a specified value.CommitIndex.search(IndexSearchRequest searchRequest, PageRequest pageRequest) Searches the index for any matching commits.CommitIndex.searchRepositoryCommits(IndexSearchRequest indexSearchRequest, PageRequest pageRequest) Search the index for anycommitsmatching the provided search request.
- 
Uses of PageRequest in com.atlassian.bitbucket.jobMethods in com.atlassian.bitbucket.job with parameters of type PageRequestModifier and TypeMethodDescriptionJobService.search(JobSearchRequest request, PageRequest pageRequest) Finds alljobsmatching the supplied request objectJobService.searchMessages(JobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object
- 
Uses of PageRequest in com.atlassian.bitbucket.labelMethods in com.atlassian.bitbucket.label with parameters of type PageRequestModifier and TypeMethodDescriptionLabelService.findAll(PageRequest pageRequest) LabelService.findByLabelable(Labelable labelable, PageRequest pageRequest) LabelService.findByPrefix(String labelPref, PageRequest pageRequest) LabelService.searchLabelables(LabelableSearchRequest searchRequest, PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.bitbucket.migrationMethods in com.atlassian.bitbucket.migration with parameters of type PageRequestModifier and TypeMethodDescriptionMigrationService.searchExportJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for an export job.MigrationService.searchImportJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for an import job.MigrationService.searchMeshMigrationJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for a migration job.
- 
Uses of PageRequest in com.atlassian.bitbucket.permissionMethods in com.atlassian.bitbucket.permission with parameters of type PageRequestModifier and TypeMethodDescriptionPermissionAdminService.findGroupsWithGlobalPermission(String filter, PageRequest pageRequest) Retrieves a page ofgroupsand their highest global permission.PermissionAdminService.findGroupsWithoutGlobalPermission(String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any global permissionPermissionAdminService.findGroupsWithoutProjectPermission(Project project, String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any project permissionPermissionAdminService.findGroupsWithoutRepositoryPermission(Repository repository, String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any repository permission.PermissionAdminService.findGroupsWithProjectPermission(Project project, String filter, PageRequest pageRequest) Retrieves a page ofgroupsand their highest granted permission for the specified project.PermissionAdminService.findGroupsWithRepositoryPermission(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofgroupsand their highest granted permission for the specified repository.PermissionAdminService.findLicensedUsersWithoutProjectPermission(Project project, String filter, PageRequest pageRequest) PermissionAdminService.findLicensedUsersWithoutRepositoryPermission(Repository repository, String filter, PageRequest pageRequest) PermissionAdminService.findUsersWithGlobalPermission(String filter, PageRequest pageRequest) Retrieves a page ofusersand their highest global permission.PermissionAdminService.findUsersWithoutGlobalPermission(String filter, PageRequest pageRequest) Retrieves a page ofactiveusers who have not been explicitly granted any global permissionPermissionAdminService.findUsersWithProjectPermission(Project project, String filter, PageRequest pageRequest) Retrieves a page ofusersand their highest granted permission for the specified project.PermissionAdminService.findUsersWithRepositoryPermission(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofusersand their highest granted permission for the specified repository.PermissionService.getGrantedGroups(Permission permission, PageRequest request) Get the groups which are granted a permissionPermissionService.getGrantedUsers(Permission permission, PageRequest request) Get the users which are granted a permission
- 
Uses of PageRequest in com.atlassian.bitbucket.projectMethods in com.atlassian.bitbucket.project with parameters of type PageRequestModifier and TypeMethodDescriptionProjectService.findAll(PageRequest pageRequest) Retrieves a page of projects which are visible for the current user.ProjectService.search(ProjectSearchRequest searchRequest, PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.bitbucket.pullMethods in com.atlassian.bitbucket.pull that return PageRequestMethods in com.atlassian.bitbucket.pull with parameters of type PageRequestModifier and TypeMethodDescriptionPullRequestService.getActivities(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the activities for a given pull request.PullRequestService.getActivitiesStartingAt(int repositoryId, long pullRequestId, PullRequestEntityType fromType, long fromId, PageRequest pageRequest) Retrieves the page of activities that start with an entity (given its type and id) for the given pull request.PullRequestService.getCommits(PullRequestCommitsRequest request, PageRequest pageRequest) Retrieves a page of the commits for a given pull request.PullRequestService.getParticipants(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the participants for a given pull request.PullRequestService.getReviewThreads(int repositoryId, long pullRequestId, PageRequest pageRequest) PullRequestService.search(PullRequestSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests depending on therequestpassed in.PullRequestService.searchActivities(PullRequestActivitySearchRequest request, PageRequest pageRequest) Finds a single page of pull request activities depending on therequestpassed in.PullRequestService.searchByCommit(PullRequestCommitSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests containing a specified commit which match the givensearch criteria.PullRequestService.searchUsers(PullRequestParticipantSearchRequest searchRequest, PageRequest pageRequest) Findsuserswho have participated in pull requests based on the providedsearch request.
- 
Uses of PageRequest in com.atlassian.bitbucket.pull.reviewerMethods in com.atlassian.bitbucket.pull.reviewer with parameters of type PageRequestModifier and TypeMethodDescriptionReviewerGroupService.findByName(Scope scope, String name, PageRequest pageRequest) Find reviewer groups by name.ReviewerGroupService.findByScope(Scope scope, PageRequest pageRequest) Find the reviewer groups in a given scope
- 
Uses of PageRequest in com.atlassian.bitbucket.repositoryMethods in com.atlassian.bitbucket.repository with parameters of type PageRequestModifier and TypeMethodDescriptionRepositoryService.findAll(PageRequest pageRequest) Find all repositories in the system in the default namespace.RepositoryService.findByOrigin(Repository origin, PageRequest pageRequest) Retrieves a page ofrepositorieswhich have been forked from the specifiedorigin.RepositoryService.findByOwner(ApplicationUser owner, PageRequest pageRequest) Retrieves a page ofrepositoriesowned by the specifieduser.RepositoryService.findByProjectId(int projectId, PageRequest pageRequest) Retrieves a page ofrepositoriesin the project with the given id.RepositoryService.findByProjectKey(String projectKey, PageRequest pageRequest) List the names of the repositories in the project with the given key and with a default (null) namespace.RepositoryService.findRelated(Repository repository, PageRequest pageRequest) Retrieves a page ofrepositorieswhich belong to the samehierarchyas the specified repository.RefService.getBranches(RepositoryBranchesRequest request, PageRequest pageRequest) Retrieves a paged list ofbranchesfor the specified repository, optionally filtered by the provided starting text.RefService.getTags(RepositoryTagsRequest request, PageRequest pageRequest) Retrieves a paged list oftagsfor the specified repository, optionally filtered by the provided starting text.RepositoryService.search(RepositorySearchRequest request, PageRequest pageRequest) Searches forrepositoriesthat match the providedrequest.
- 
Uses of PageRequest in com.atlassian.bitbucket.scmMethods in com.atlassian.bitbucket.scm with parameters of type PageRequestModifier and TypeMethodDescriptionScmCommandFactory.blame(BlameCommandParameters parameters, PageRequest pageRequest) Retrieves blame (also sometimes referred to as annotations) for a file at a given revision.ScmCommandFactory.branches(BranchesCommandParameters parameters, PageRequest pageRequest) ScmCommandFactory.changes(ChangesCommandParameters parameters, PageRequest pageRequest) ScmCommandFactory.changesets(ChangesetsCommandParameters parameters, PageRequest pageRequest) Retrieves a page ofchangesetsgiven a set ofcommit IDs, where each changeset includes the first page ofchangesbetween a requested commit and its first parent.ScmCommandFactory.commits(CommitsCommandParameters parameters, PageRequest pageRequest) Retrieves apageof commits matching the specifiedparameters.ScmCommandFactory.directory(DirectoryCommandParameters parameters, ContentTreeCallback callback, PageRequest pageRequest) Streams thetree nodes(files, subdirectories and submodules) in the specifieddirectory.ScmCommandFactory.file(FileCommandParameters parameters, FileContentCallback callback, PageRequest pageRequest) Streams the contents of thespecified file.ScmCommandFactory.tags(TagsCommandParameters parameters, PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.bitbucket.userMethods in com.atlassian.bitbucket.user with parameters of type PageRequestModifier and TypeMethodDescriptionRecentlyAccessedRepositoriesService.findByCurrentUser(Permission permission, PageRequest pageRequest) Returns a page of repositories accessed most recently by the current user.RecentlyAccessedRepositoriesService.findByCurrentUser(PageRequest pageRequest) Returns a page of repositories accessed most recently by the current user.UserAdminService.findGroups(PageRequest pageRequest) Retrieves a page of groups with fulldetails.UserService.findGroups(PageRequest pageRequest) Retrieves a page of groups.UserAdminService.findGroupsByName(String groupName, PageRequest pageRequest) Retrieves a page of groups with fulldetails, optionally filtering the returned results to those containing the specifiedgroupName.UserService.findGroupsByName(String groupName, PageRequest pageRequest) Retrieves a page of groups, optionally filtering the returned results to those containing the specifiedgroupName.UserService.findGroupsByPrefix(String groupPrefix, PageRequest pageRequest) Retrieves a page of groups, optionally filtering the returned results to those beginning with the specifiedgroupPrefix.UserService.findGroupsByUser(String username, PageRequest pageRequest) Retrieves a page of groups which the specified user is a member of.UserAdminService.findGroupsWithoutUser(String username, String groupName, PageRequest pageRequest) Retrieves a page of groups which the specified user is not a member of, with fulldetails, optionally filtering the returned results to those containing the specifiedgroupName.UserAdminService.findGroupsWithUser(String username, String groupName, PageRequest pageRequest) Retrieves a page of groups which the specified user is a member of, with fulldetails, optionally filtering the returned results to those containing the specifiedgroupName.UserAdminService.findUsers(PageRequest pageRequest) Retrieves a page of users with fulldetails.UserService.findUsers(PageRequest pageRequest) UserService.findUsersByGroup(String groupName, PageRequest pageRequest) Retrieves a page ofactiveusers which are members of the specified group.UserAdminService.findUsersByName(String username, PageRequest pageRequest) Retrieves a page of users, optionally filtering the returned results to those containing the specifiedusername.UserService.findUsersByName(String username, PageRequest pageRequest) UserAdminService.findUsersWithGroup(String groupName, String username, PageRequest pageRequest) Find the users within a group that match the page request.UserAdminService.findUsersWithoutGroup(String groupName, String username, PageRequest pageRequest) Find the users outside a group that match the page request.UserService.search(UserSearchRequest request, PageRequest pageRequest) 
- 
Uses of PageRequest in com.atlassian.bitbucket.utilClasses in com.atlassian.bitbucket.util that implement PageRequestMethods in com.atlassian.bitbucket.util that return PageRequestModifier and TypeMethodDescriptionPageRequest.buildRestrictedPageRequest(int maxLimit) PageRequestImpl.buildRestrictedPageRequest(int maxLimit) AbstractPagedSummary.getNextPageRequest()If this is not thelast page, retrieves thePageRequestwhich can be used to request the next page.FilteredPageImpl.getNextPageRequest()Page.getNextPageRequest()PageImpl.getNextPageRequest()AbstractPagedSummary.getPageRequest()Retrieves thePageRequestthat was used to retrieve this page of results.PagedCallback.getPageRequest()Retrieves thePageRequestwhich defines thePagethe callback is attempting to build, allowing components which provide data to the callback to potentially assist in producing the desired page.Methods in com.atlassian.bitbucket.util with parameters of type PageRequestModifier and TypeMethodDescriptionAbstractPagedSummary.AbstractPagedBuilder.pageRequest(PageRequest value) Constructors in com.atlassian.bitbucket.util with parameters of type PageRequestModifierConstructorDescriptionFilteredPageImpl(PageRequest pageRequest, int size, SortedMap<Integer, T> valueMap, boolean lastPage) PageImpl(PageRequest pageRequest, int size, Iterable<T> values, boolean lastPage) PageImpl(PageRequest pageRequest, Iterable<T> values, boolean lastPage) Creates a page from the providedvaluesand explicitly setsPageImpl.getIsLastPage().PageImpl(PageRequest pageRequest, Iterable<T> values, boolean lastPage, int size, int nextPageStart) 
- 
Uses of PageRequest in com.atlassian.bitbucket.watcherMethods in com.atlassian.bitbucket.watcher with parameters of type PageRequestModifier and TypeMethodDescriptionWatcherService.search(WatcherSearchRequest request, PageRequest pageRequest)