Uses of Class
com.xwiki.projectmanagement.exception.WorkItemException
-
Packages that use WorkItemException Package Description com.xwiki.projectmanagement com.xwiki.projectmanagement.exception -
-
Uses of WorkItemException in com.xwiki.projectmanagement
Methods in com.xwiki.projectmanagement that throw WorkItemException Modifier and Type Method Description WorkItemProjectManagementManager. createWorkItem(String client, WorkItem workItem)Create a work item.booleanProjectManagementManager. deleteWorkItem(String client, String workItemId)The work item that will be deleted.WorkItemProjectManagementManager. getWorkItem(String client, String workItemId)Retrieve a work item from a specific project management client.PaginatedResult<WorkItem>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.WorkItemProjectManagementManager. updateWorkItem(String client, WorkItem workItem)Update a work item. -
Uses of WorkItemException in com.xwiki.projectmanagement.exception
Subclasses of WorkItemException in com.xwiki.projectmanagement.exception Modifier and Type Class Description classWorkItemCreationExceptionException thrown when the creation of a work item has failed.classWorkItemDeletionExceptionException thrown when the deletion of a work item has failed.classWorkItemNotFoundExceptionException thrown when the retrieval of a work item has failed because it was not found.classWorkItemRetrievalExceptionException thrown when the retrieval of a work item has failed due to various reasons.classWorkItemUpdatingExceptionException thrown when the update of a work item has failed.
-