Uses of Class
com.polarion.alm.shared.api.model.baselinecollection.BaselineCollectionReference
Package
Description
-
Uses of BaselineCollectionReference in com.polarion.alm.shared.api.model.baselinecollection
Modifier and TypeMethodDescriptionstatic BaselineCollectionReference
The path is trimmed before parsing, so it can contain spaces at the start or end.static BaselineCollectionReference
BaselineCollectionReference.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)
.BaselineCollectionReference.getWithRevision
(String requestedRevision) Modifier and TypeMethodDescriptionvoid
UpdatableBaselineCollectionsField.addCollection
(BaselineCollectionReference collection) If the Collection is already present, its revision will be updated.BaselineCollectionRenderer.openLinksInCollectionContext
(BaselineCollectionReference reference) Links rendered withRenderer.withLinks(boolean)
set to true will open in the Baseline Collection context, and the revision parameter will not be present in the link.BaselineCollectionSelector.reference
(BaselineCollectionReference reference) Finishes selecting the Baseline Collection, all other values are ignored.void
UpdatableBaselineCollectionsField.removeCollection
(BaselineCollectionReference collection) -
Uses of BaselineCollectionReference in com.polarion.alm.shared.api.model.document
Modifier and TypeMethodDescriptionDocumentRenderer.openLinksInCollectionContext
(BaselineCollectionReference reference) Links rendered withRenderer.withLinks(boolean)
set to true will open in the Baseline Collection context, and the revision parameter will not be present in the link. -
Uses of BaselineCollectionReference in com.polarion.alm.shared.api.model.fields
Modifier and TypeMethodDescriptionBaselineCollectionField.reference()
Returns the Collection's reference if the Collection is set.