Package com.attivio.sdk.doc
Class DocumentationLink
- java.lang.Object
-
- com.attivio.sdk.doc.DocumentationLink
-
public final class DocumentationLink extends java.lang.Object
DocumentationLink
builds links to Attivio documentation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
buildExtranetPageLink(java.lang.String pageName)
Get the link to a page, in the extranet documentation, for this platform version.static java.lang.String
getExtranetLink()
Get the link to extranet documentation for this platform version.
-
-
-
Method Detail
-
getExtranetLink
public static java.lang.String getExtranetLink()
Get the link to extranet documentation for this platform version.- Returns:
String
the extranet link
-
buildExtranetPageLink
public static java.lang.String buildExtranetPageLink(java.lang.String pageName)
Get the link to a page, in the extranet documentation, for this platform version.- Returns:
String
the page link
-
-