Uses of Interface
com.polarion.alm.shared.api.model.document.DocumentRenderer
-
Uses of DocumentRenderer in com.polarion.alm.shared.api.model.document
Modifier and TypeMethodDescriptionDocumentRenderer.openLinksInCollectionContext
(BaselineCollectionReference reference) Links rendered withRenderer.withLinks(boolean)
set to true will open in the Baseline Collection context, and the revision parameter will not be present in the link.Document.render()
DocumentRenderer.withDefaultIcon()
Shortcut for callingwithDefaultIcon(boolean)
with trueDocumentRenderer.withDefaultIcon
(boolean value) When true, it renders the Document icon as the default Document icon; otherwise, it renders the icon as an enum type.DocumentRenderer.withRevisionIconInBaseline
(boolean withRevisionIconInBaseline) DocumentRenderer.withSpace()
Shortcut for callingwithSpace(boolean)
with trueDocumentRenderer.withSpace
(boolean value) When true renders document name together with space name otherwise only document name is rendered.