Uses of Class
com.polarion.alm.shared.api.model.space.SpaceReference
Packages that use SpaceReference
Package
Description
-
Uses of SpaceReference in com.polarion.alm.shared.api.model.document
Methods in com.polarion.alm.shared.api.model.document that return SpaceReferenceMethods in com.polarion.alm.shared.api.model.document with parameters of type SpaceReferenceModifier 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.Constructors in com.polarion.alm.shared.api.model.document with parameters of type SpaceReferenceModifierConstructorDescriptionDocumentReference
(SpaceReference spaceReference, String name) DocumentReference
(SpaceReference spaceReference, String name, String requestedRevision, String actualRevision) -
Uses of SpaceReference in com.polarion.alm.shared.api.model.rp
Methods in com.polarion.alm.shared.api.model.rp that return SpaceReferenceMethods in com.polarion.alm.shared.api.model.rp with parameters of type SpaceReferenceModifier 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.Constructors in com.polarion.alm.shared.api.model.rp with parameters of type SpaceReferenceModifierConstructorDescriptionRichPageReference
(SpaceReference spaceReference, String name) RichPageReference
(SpaceReference spaceReference, String name, String requestedRevision, String actualRevision) -
Uses of SpaceReference in com.polarion.alm.shared.api.model.space
Methods in com.polarion.alm.shared.api.model.space that return SpaceReferenceModifier and TypeMethodDescriptionstatic SpaceReference
HasNameAndSpaceReference.spaceReference()
Methods in com.polarion.alm.shared.api.model.space with parameters of type SpaceReferenceModifier 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
Methods in com.polarion.alm.shared.api.model.wiki that return SpaceReferenceMethods in com.polarion.alm.shared.api.model.wiki with parameters of type SpaceReferenceModifier 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.Constructors in com.polarion.alm.shared.api.model.wiki with parameters of type SpaceReferenceModifierConstructorDescriptionWikiPageReference
(SpaceReference spaceReference, String name) WikiPageReference
(SpaceReference spaceReference, String name, String requestedRevision, String actualRevision)