Uses of Interface
com.polarion.alm.shared.api.model.wi.WorkItem
Packages that use WorkItem
Package
Description
-
Uses of WorkItem in com.polarion.alm.shared.api.model.approval
Methods in com.polarion.alm.shared.api.model.approval that return WorkItem -
Uses of WorkItem in com.polarion.alm.shared.api.model.document
Methods in com.polarion.alm.shared.api.model.document that return types with arguments of type WorkItemModifier and TypeMethodDescriptionDocumentWorkItems.contained()
Returns an ordered collection of the active Work Items contained in the Document.Filters active Work Items from the Document based on a query and returns an un-ordered collection of maching items and their ancestors.DocumentWorkItems.unreferenced()
Returns the unreferenced Work Items contained in the Document.Methods in com.polarion.alm.shared.api.model.document with parameters of type WorkItemModifier and TypeMethodDescriptionboolean
DocumentWorkItems.isInternal
(WorkItem workItem) DocumentWorkItems.revisionOfWorkItem
(WorkItem workItem) Gets the revision of a Work Item within the document. -
Uses of WorkItem in com.polarion.alm.shared.api.model.oslc
Method parameters in com.polarion.alm.shared.api.model.oslc with type arguments of type WorkItemModifier and TypeMethodDescriptionint
OslcResources.prefetchOslcResources
(Iterable<? extends WorkItem> workItems) This fetches the linked OSLC resources from the remote application, using multiple threads, and stores them in the cache. -
Uses of WorkItem in com.polarion.alm.shared.api.model.plan
Methods in com.polarion.alm.shared.api.model.plan that return types with arguments of type WorkItemModifier and TypeMethodDescriptionPlanUtils.getResolvableItems()
Returns items from the plan that still exist.PlanWorkItems.ordered()
Returns contained work items in the order that respects 'Prioritization Field'.PlanWorkItems.resolvable()
Returns items from the plan which still exist.Methods in com.polarion.alm.shared.api.model.plan with parameters of type WorkItemModifier and TypeMethodDescriptionPlanWorkItems.plannedEstimateFor
(WorkItem item) Returns the planned estimate value for the given Work Item in this Plan - it is based on value of some field of the given work item depending on the configuration of this Plan. -
Uses of WorkItem in com.polarion.alm.shared.api.model.rt
Methods in com.polarion.alm.shared.api.model.rt that return types with arguments of type WorkItemModifier and TypeMethodDescriptionLinkedResources.workItemsWithLinks()
LinkedResources.workItemsWithLinks
(String projectId) -
Uses of WorkItem in com.polarion.alm.shared.api.model.tr
Methods in com.polarion.alm.shared.api.model.tr that return types with arguments of type WorkItemModifier and TypeMethodDescriptionTestRun.testCasesWithMissingParameters()
Returns list of references to planned test cases that do not have all the required parameters filled yet. -
Uses of WorkItem in com.polarion.alm.shared.api.model.wi
Subinterfaces of WorkItem in com.polarion.alm.shared.api.model.wiMethods in com.polarion.alm.shared.api.model.wi that return WorkItemModifier and TypeMethodDescriptionWorkItemReference.getFromRevision
(ReadOnlyTransaction transaction, String requestedRevision) Methods in com.polarion.alm.shared.api.model.wi that return types with arguments of type WorkItem