Uses of Class
com.xwiki.projectmanagement.model.WorkItem
Packages that use WorkItem
-
Uses of WorkItem in com.xwiki.projectmanagement
Methods in com.xwiki.projectmanagement that return WorkItemModifier and TypeMethodDescriptionProjectManagementClient.createWorkItem(WorkItem workItem) Creates a work item.ProjectManagementManager.createWorkItem(String client, WorkItem workItem) Create a work item.ProjectManagementClient.getWorkItem(String workItemId) Retrieve a work item identified by an id specific to the implemented project management platform.ProjectManagementManager.getWorkItem(String client, String workItemId) Retrieve a work item from a specific project management client.ProjectManagementClient.updateWorkItem(WorkItem workItem) Updates an existing work item.ProjectManagementManager.updateWorkItem(String client, WorkItem workItem) Update a work item.Methods in com.xwiki.projectmanagement that return types with arguments of type WorkItemModifier 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.Methods in com.xwiki.projectmanagement with parameters of type WorkItemModifier and TypeMethodDescriptionProjectManagementClient.createWorkItem(WorkItem workItem) Creates a work item.ProjectManagementManager.createWorkItem(String client, WorkItem workItem) Create a work item.ProjectManagementClient.updateWorkItem(WorkItem workItem) Updates an existing work item.ProjectManagementManager.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 WorkItemModifier and TypeMethodDescriptionjavax.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.