Uses of Class
com.xwiki.projectmanagement.exception.WorkItemRetrievalException
-
Packages that use WorkItemRetrievalException Package Description com.xwiki.projectmanagement -
-
Uses of WorkItemRetrievalException in com.xwiki.projectmanagement
Methods in com.xwiki.projectmanagement that throw WorkItemRetrievalException Modifier and Type Method Description PaginatedResult<WorkItem>ProjectManagementClient. 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.
-