Uses of Class
com.xwiki.projectmanagement.exception.WorkItemException
Packages that use WorkItemException
-
Uses of WorkItemException in com.xwiki.projectmanagement
Methods in com.xwiki.projectmanagement that throw WorkItemExceptionModifier and TypeMethodDescriptionProjectManagementManager.createWorkItem(String client, WorkItem workItem) Create a work item.booleanProjectManagementManager.deleteWorkItem(String client, String workItemId) The work item that will be deleted.ProjectManagementManager.getWorkItem(String client, String workItemId) Retrieve a work item from a specific project management client.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.ProjectManagementManager.updateWorkItem(String client, WorkItem workItem) Update a work item. -
Uses of WorkItemException in com.xwiki.projectmanagement.exception
Subclasses of WorkItemException in com.xwiki.projectmanagement.exceptionModifier and TypeClassDescriptionclassException thrown when the creation of a work item has failed.classException thrown when the deletion of a work item has failed.classException thrown when the retrieval of a work item has failed because it was not found.classException thrown when the retrieval of a work item has failed due to various reasons.classException thrown when the update of a work item has failed.