Uses of Class
com.xwiki.projectmanagement.model.WorkItem
-
Packages that use WorkItem Package Description com.xwiki.projectmanagement com.xwiki.projectmanagement.rest -
-
Uses of WorkItem in com.xwiki.projectmanagement
Methods in com.xwiki.projectmanagement that return WorkItem Modifier and Type Method Description WorkItemProjectManagementClient. createWorkItem(WorkItem workItem)Creates a work item.WorkItemProjectManagementManager. createWorkItem(String client, WorkItem workItem)Create a work item.WorkItemProjectManagementClient. getWorkItem(String workItemId)Retrieve a work item identified by an id specific to the implemented project management platform.WorkItemProjectManagementManager. getWorkItem(String client, String workItemId)Retrieve a work item from a specific project management client.WorkItemProjectManagementClient. updateWorkItem(WorkItem workItem)Updates an existing work item.WorkItemProjectManagementManager. updateWorkItem(String client, WorkItem workItem)Update a work item.Methods in com.xwiki.projectmanagement that return types with arguments of type WorkItem 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.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.Methods in com.xwiki.projectmanagement with parameters of type WorkItem Modifier and Type Method Description WorkItemProjectManagementClient. createWorkItem(WorkItem workItem)Creates a work item.WorkItemProjectManagementManager. createWorkItem(String client, WorkItem workItem)Create a work item.WorkItemProjectManagementClient. updateWorkItem(WorkItem workItem)Updates an existing work item.WorkItemProjectManagementManager. updateWorkItem(String client, WorkItem workItem)Update a work item. -
Uses of WorkItem in com.xwiki.projectmanagement.rest
Methods in com.xwiki.projectmanagement.rest with parameters of type WorkItem Modifier and Type Method Description javax.ws.rs.core.ResponseWorkItemsResource. createWorkItem(String wiki, String projectManagementHint, WorkItem workItem)Create a work item based the project management implementation.javax.ws.rs.core.ResponseWorkItemsResource. updateWorkItem(String wiki, String projectManagementHint, WorkItem workItem)Update a work item.
-