Uses of Class
com.polarion.alm.shared.api.model.wiki.WikiPageReference
Packages that use WikiPageReference
-
Uses of WikiPageReference in com.polarion.alm.shared.api.model.wiki
Methods in com.polarion.alm.shared.api.model.wiki that return WikiPageReferenceModifier and TypeMethodDescriptionstatic WikiPageReference
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 WikiPageReference
WikiPageReference.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 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 usingtoSpaceRelativePath(SpaceReference)
, but this method works in more user friendly way by filling some missing parts with defaults.WikiPageReference.getCurrent()
WikiPageReference.getWithRevision
(String requestedRevision) Constructors in com.polarion.alm.shared.api.model.wiki with parameters of type WikiPageReferenceModifierConstructorDescriptionWikiAttachmentReference
(WikiPageReference wikiPageReference, String name)