Uses of Class
com.xwiki.projectmanagement.model.PaginatedResult
Packages that use PaginatedResult
-
Uses of PaginatedResult in com.xwiki.projectmanagement
Methods in com.xwiki.projectmanagement that return PaginatedResultModifier and TypeMethodDescriptionProjectManagementClient.getWorkItems(int page, int pageSize, List<org.xwiki.livedata.LiveDataQuery.Filter> filters, List<org.xwiki.livedata.LiveDataQuery.SortEntry> sortEntries) Retrieve a list of work items based on a list of filters.ProjectManagementManager.getWorkItems(String client, int page, int pageSize, List<org.xwiki.livedata.LiveDataQuery.Filter> filters, List<org.xwiki.livedata.LiveDataQuery.SortEntry> sortEntries) Retrieve a list of work items based on a filter. -
Uses of PaginatedResult in com.xwiki.projectmanagement.api
Methods in com.xwiki.projectmanagement.api that return PaginatedResultModifier and TypeMethodDescriptionRetrieve a list of projects based on a list of filters.