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.CredentialsRequiredException
com.atlassian.sal.api.net.ResponseException
IOException
ConfluencePageSearchResponse 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.CredentialsRequiredException
com.atlassian.sal.api.net.ResponseException
IOException
ConfluenceContentResponse 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.CredentialsRequiredException
com.atlassian.sal.api.net.ResponseException
IOException
Copyright © 2002-2024 Atlassian. All Rights Reserved.