Uses of Class
com.polarion.alm.shared.api.model.wi.WorkItemReference
Package
Description
-
Uses of WorkItemReference in com.polarion.alm.shared.api.model.plan.record
Modifier 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
Modifier and TypeMethodDescriptionRichPageContext.getSelectedWorkItems()
Returns a set of selected Work Item references, if you are on a view that supports it.Modifier 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
Modifier 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()
ModifierConstructorDescriptionWorkItemAttachmentReference
(WorkItemReference workItemReference, String name)