public interface ConfluencePageService
Modifier and Type | Method and Description |
---|---|
RemoteResponse<String> |
getPageId(com.atlassian.applinks.api.ApplicationLink applicationLink,
String pageUrl)
Get the pageId matching the given pageUrl.
|
RemoteResponse<String> getPageId(com.atlassian.applinks.api.ApplicationLink applicationLink, String pageUrl) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException
applicationLink
- the link to the Confluence instancepageUrl
- the url of the pagecom.atlassian.applinks.api.CredentialsRequiredException
- thrown if authentication is requiredcom.atlassian.sal.api.net.ResponseException
- thrown if the response cannot be retrievedCopyright © 2002-2015 Atlassian. All Rights Reserved.