Uses of Class
com.polarion.alm.shared.api.model.rp.RichPageReference
Packages that use RichPageReference
-
Uses of RichPageReference in com.polarion.alm.shared.api.model.rp
Methods in com.polarion.alm.shared.api.model.rp that return RichPageReferenceModifier and TypeMethodDescriptionstatic RichPageReference
The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingtoPath()
, but this method works in more user friendly way by filling some missing parts with defaults.static RichPageReference
RichPageReference.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)
, but this method works in more user friendly way by filling some missing parts with defaults.static 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 usingtoSpaceRelativePath(SpaceReference)
, but this method works in more user friendly way by filling some missing parts with defaults.RichPageReference.getCurrent()
RichPageReference.getWithRevision
(String requestedRevision) Constructors in com.polarion.alm.shared.api.model.rp with parameters of type RichPageReferenceModifierConstructorDescriptionRichPageAttachmentReference
(RichPageReference pageReference, String name)