public interface RemoteConfluencePagesService
| Modifier and Type | Method and Description |
|---|---|
ConfluenceApplicationLinks |
getConfluenceLinks() |
ConfluenceContentResponse |
getConfluencePageContent(com.atlassian.applinks.api.ApplicationLink appLink,
String pageId) |
ConfluencePageSearchResponse |
getConfluencePagesInSpace(com.atlassian.applinks.api.ApplicationLink appLink,
String spacekey,
String pageTitle,
long page) |
ConfluenceSpaceSearchResponse |
getConfluenceSpacesByName(com.atlassian.applinks.api.ApplicationLink appLink,
String spaceName,
long page) |
ConfluenceApplicationLinks getConfluenceLinks()
ConfluenceSpaceSearchResponse getConfluenceSpacesByName(com.atlassian.applinks.api.ApplicationLink appLink, String spaceName, long page) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException, IOException
com.atlassian.applinks.api.CredentialsRequiredExceptioncom.atlassian.sal.api.net.ResponseExceptionIOExceptionConfluencePageSearchResponse getConfluencePagesInSpace(com.atlassian.applinks.api.ApplicationLink appLink, String spacekey, String pageTitle, long page) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException, IOException
com.atlassian.applinks.api.CredentialsRequiredExceptioncom.atlassian.sal.api.net.ResponseExceptionIOExceptionConfluenceContentResponse getConfluencePageContent(com.atlassian.applinks.api.ApplicationLink appLink, String pageId) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException, IOException
com.atlassian.applinks.api.CredentialsRequiredExceptioncom.atlassian.sal.api.net.ResponseExceptionIOExceptionCopyright © 2002-2024 Atlassian. All Rights Reserved.