Uses of Class
com.polarion.alm.shared.api.model.wi.WorkItemReference
Packages that use WorkItemReference
Package
Description
-
Uses of WorkItemReference in com.polarion.alm.shared.api.model.plan.record
Methods in com.polarion.alm.shared.api.model.plan.record with parameters of type WorkItemReferenceModifier and TypeMethodDescriptionUpdatablePlanRecordsField.add
(WorkItemReference itemReference) If the record for given Work Item already exists than it is returned instead of creating a new onevoid
UpdatablePlanRecordsField.remove
(WorkItemReference itemReference) Removes all records for the given item (Normally only one record for each item is supported in Plan) -
Uses of WorkItemReference in com.polarion.alm.shared.api.model.rp.widget
Methods in com.polarion.alm.shared.api.model.rp.widget that return types with arguments of type WorkItemReferenceModifier and TypeMethodDescriptionRichPageContext.getSelectedWorkItems()
Returns a set of selected Work Item references, if you are on a view that supports it.Method parameters in com.polarion.alm.shared.api.model.rp.widget with type arguments of type WorkItemReferenceModifier and TypeMethodDescriptionRichPageWidgetRenderer.selectedWorkItems
(StrictCollection<WorkItemReference> selectedWorkItems) Default is a selection of Work Item references, if current view supports it. -
Uses of WorkItemReference in com.polarion.alm.shared.api.model.wi
Methods in com.polarion.alm.shared.api.model.wi that return WorkItemReferenceModifier and TypeMethodDescriptionstatic WorkItemReference
The path is trimmed before parsing, so it can contain spaces at the start or end.static WorkItemReference
WorkItemReference.fromRelativePath
(String baseProjectId, String path) The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingtoRelativePath(String)
.WorkItemReference.getCurrent()
WorkItemReference.getWithRevision
(String requestedRevision) WorkItemField.reference()
Constructors in com.polarion.alm.shared.api.model.wi with parameters of type WorkItemReferenceModifierConstructorDescriptionWorkItemAttachmentReference
(WorkItemReference workItemReference, String name)