Uses of Class
com.polarion.alm.shared.api.model.space.SpaceReference
Package
Description
-
Uses of SpaceReference in com.polarion.alm.shared.api.model.document
Modifier and TypeMethodDescriptionstatic DocumentReference
DocumentReference.fromSpaceRelativePath
(SpaceReference baseSpace, String path) The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingDocumentReference.toSpaceRelativePath(SpaceReference)
, but this method works in more user friendly way by filling some missing parts with defaults.DocumentSelector.spaceReferenceAndName
(SpaceReference space, String documentName) Finishes selecting the document using the space reference and document name,DocumentReference.toSpaceRelativePath
(SpaceReference baseSpace) Returns unique string identifying the referenced document relative to the given space, theModelObjectReferenceBase.requestedRevision()
andModelObjectReferenceBase.actualRevision()
are ignored.
TheDocumentReference.fromSpaceRelativePath(SpaceReference, String)
can be used to get the reference from the returned path.ModifierConstructorDescriptionDocumentReference
(SpaceReference spaceReference, String name) DocumentReference
(SpaceReference spaceReference, String name, String requestedRevision, String actualRevision) -
Uses of SpaceReference in com.polarion.alm.shared.api.model.rp
Modifier and TypeMethodDescriptionstatic RichPageReference
RichPageReference.fromSpaceRelativePath
(SpaceReference baseSpace, String path) The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingRichPageReference.toSpaceRelativePath(SpaceReference)
, but this method works in more user friendly way by filling some missing parts with defaults.RichPageSelector.spaceReferenceAndName
(SpaceReference space, String pageName) Finishes selecting the page using the space reference and page name, value given to theRichPageSelector.project(String)
method is ignored, because theSpaceReference
already contains it.RichPageReference.toSpaceRelativePath
(SpaceReference baseSpace) Returns unique path identifying the referenced page relative to the given project, theModelObjectReferenceBase.requestedRevision()
andModelObjectReferenceBase.actualRevision()
are ignored.
TheRichPageReference.fromSpaceRelativePath(SpaceReference, String)
can be used to get the reference from the returned path.ModifierConstructorDescriptionRichPageReference
(SpaceReference spaceReference, String name) RichPageReference
(SpaceReference spaceReference, String name, String requestedRevision, String actualRevision) -
Uses of SpaceReference in com.polarion.alm.shared.api.model.space
Modifier and TypeMethodDescriptionstatic SpaceReference
HasNameAndSpaceReference.spaceReference()
Modifier and TypeMethodDescriptionSpaceSelector.reference
(SpaceReference reference) Finishes selecting the space, all other values are ignoredHasNameAndSpaceReference.toSpaceRelativePath
(SpaceReference baseSpace) Returns unique string identifying the referenced object relative to the given space -
Uses of SpaceReference in com.polarion.alm.shared.api.model.wiki
Modifier and TypeMethodDescriptionstatic WikiPageReference
WikiPageReference.fromSpaceRelativePath
(SpaceReference baseSpace, String path) The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingWikiPageReference.toSpaceRelativePath(SpaceReference)
, but this method works in more user friendly way by filling some missing parts with defaults.WikiPageSelector.spaceReferenceAndName
(SpaceReference space, String pageName) Finishes selecting the page using the space reference and page name, value given to theWikiPageSelector.project(String)
method is ignored, because theSpaceReference
already contains it.WikiPageReference.toSpaceRelativePath
(SpaceReference baseSpace) Returns unique string identifying the referenced page relative to the given space, theModelObjectReferenceBase.requestedRevision()
andModelObjectReferenceBase.actualRevision()
are ignored.
TheWikiPageReference.fromSpaceRelativePath(SpaceReference, String)
can be used to get the reference from the returned path.ModifierConstructorDescriptionWikiPageReference
(SpaceReference spaceReference, String name) WikiPageReference
(SpaceReference spaceReference, String name, String requestedRevision, String actualRevision)