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 RichPageReferenceThe 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 RichPageReferenceRichPageReference.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 RichPageReferenceRichPageReference.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) Methods in com.polarion.alm.shared.api.model.rp with parameters of type RichPageReferenceModifier and TypeMethodDescriptionvoidUpdatableRichPagesField.addRichPage(RichPageReference reference) voidUpdatableRichPagesField.removeRichPage(RichPageReference reference) Constructors in com.polarion.alm.shared.api.model.rp with parameters of type RichPageReferenceModifierConstructorDescriptionRichPageAttachmentReference(RichPageReference pageReference, String name)