Uses of Class
com.polarion.alm.ws.client.types.tracker.WorkItem
Packages that use WorkItem
Package
Description
-
Uses of WorkItem in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker that return WorkItem -
Uses of WorkItem in com.polarion.alm.ws.client.tracker
Methods in com.polarion.alm.ws.client.tracker that return WorkItemModifier and TypeMethodDescriptionWorkItem[]TrackerWebService.getModuleWorkItems(String moduleURI, String parentWorkItemURI, boolean deep, String[] fields) Returns Work Items (with given fields set) contained in a given Module/Document under the given parent (if specified).TrackerWebService.getWorkItemById(String projectId, String workitemId) Gets a Work Item with all fields set.TrackerWebService.getWorkItemByIdsWithFields(String projectId, String workitemId, String[] keys) Gets a Work Item with only the fields specified filled in with values.TrackerWebService.getWorkItemByUri(String uri) Gets a Work Item with all fields set.TrackerWebService.getWorkItemByUriInRevision(String uri, String revision) Gets a Work Item in the given revision with all fields set.TrackerWebService.getWorkItemByUriInRevisionWithFields(String uri, String revision, String[] keys) Gets a Work Item in a given revision with only the fields specified filled in with values.TrackerWebService.getWorkItemByUriWithFields(String uri, String[] keys) Gets a Work Item with only the fields specified filled in with values.WorkItem[]TrackerWebService.getWorkItemsLinkedToRevision(String revisionURI) Gets Work Items linked to a revision.WorkItem[]TrackerWebService.getWorkItemsLinkedToRevisionWithFields(String revisionURI, String[] keys) Gets Work Items linked to a revision.WorkItem[]TrackerWebService.queryWorkItems(String query, String sort, String[] fields) Queries for Work Items.WorkItem[]TrackerWebService.queryWorkItemsBySQL(String sqlQuery, String[] fields) Queries for Work Items.WorkItem[]TrackerWebService.queryWorkItemsInBaseline(String query, String sort, String baselineRevision, String[] fields) Queries for Work Items in a given Baseline.WorkItem[]TrackerWebService.queryWorkItemsInBaselineBySQL(String sqlQuery, String baselineRevision, String[] fields) Searches for Work Items in a given Baseline revision.WorkItem[]TrackerWebService.queryWorkItemsInBaselineLimited(String query, String sort, String baselineRevision, String[] fields, int resultsLimit) Queries for Work Items in a Baseline with a given limit.WorkItem[]TrackerWebService.queryWorkItemsInRevision(String query, String sort, String revision, String[] fields) Queries for Work Items.WorkItem[]TrackerWebService.queryWorkItemsInRevisionLimited(String query, String sort, String revision, String[] fields, int resultsLimit) Queries for Work Items.WorkItem[]TrackerWebService.queryWorkItemsLimited(String query, String sort, String[] fields, int resultsLimit) Queries for Work Items.Methods in com.polarion.alm.ws.client.tracker with parameters of type WorkItemModifier and TypeMethodDescriptionTrackerWebService.createWorkItem(WorkItem content) Creates a new Work Item with the given content.TrackerWebService.createWorkItemInModule(String moduleURI, String parentWorkItemURI, WorkItem workItem) Creates a Work Item at a specified position inside the Module/Document.voidTrackerWebService.updateWorkItem(WorkItem content) Updates a Work Item. -
Uses of WorkItem in com.polarion.alm.ws.client.types.builder
Methods in com.polarion.alm.ws.client.types.builder that return WorkItemModifier and TypeMethodDescriptionBuildLinkedWorkItem.getWorkItem()Gets the workItem value for this BuildLinkedWorkItem.Methods in com.polarion.alm.ws.client.types.builder with parameters of type WorkItemModifier and TypeMethodDescriptionvoidBuildLinkedWorkItem.setWorkItem(WorkItem workItem) Sets the workItem value for this BuildLinkedWorkItem.Constructors in com.polarion.alm.ws.client.types.builder with parameters of type WorkItemModifierConstructorDescriptionBuildLinkedWorkItem(String revision, EnumOptionId role, WorkItem workItem) -
Uses of WorkItem in com.polarion.alm.ws.client.types.planning
Methods in com.polarion.alm.ws.client.types.planning that return WorkItemMethods in com.polarion.alm.ws.client.types.planning with parameters of type WorkItemModifier and TypeMethodDescriptionvoidSets the item value for this PlanRecord.Constructors in com.polarion.alm.ws.client.types.planning with parameters of type WorkItem