Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemotePageSummary

Packages that use RemotePageSummary
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
 

Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap that return RemotePageSummary
 RemotePageSummary[] ConfluenceSoapServiceImpl.getAncestors(java.lang.String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapService.getAncestors(java.lang.String token, long pageId)
          Returns all direct ancestor pages of the page with the given pageId the user authenticated by token is allowed to view.
 RemotePageSummary[] ConfluenceSoapServiceDelegator.getAncestors(java.lang.String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapServiceImpl.getChildren(java.lang.String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapService.getChildren(java.lang.String token, long pageId)
          Returns all child pages of the page with the given pageId the user authenticated by token is allowed to view.
 RemotePageSummary[] ConfluenceSoapServiceDelegator.getChildren(java.lang.String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapServiceImpl.getDescendents(java.lang.String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapService.getDescendents(java.lang.String token, long pageId)
          Returns all descendent pages of the page with the given pageId the user authenticated by token is allowed to view.
 RemotePageSummary[] ConfluenceSoapServiceDelegator.getDescendents(java.lang.String token, long pageId)
           
 RemotePageSummary[] ConfluenceSoapServiceImpl.getPages(java.lang.String token, java.lang.String spaceKey)
           
 RemotePageSummary[] ConfluenceSoapService.getPages(java.lang.String token, java.lang.String spaceKey)
          Returns all pages of the space with the given spaceKey the user authenticated by token is allowed to view.
 RemotePageSummary[] ConfluenceSoapServiceDelegator.getPages(java.lang.String token, java.lang.String spaceKey)
           
static RemotePageSummary[] SoapUtils.getPageSummaries(java.util.List pages)
           
 RemotePageSummary[] ConfluenceSoapServiceImpl.getTopLevelPages(java.lang.String token, java.lang.String spaceKey)
           
 RemotePageSummary[] ConfluenceSoapService.getTopLevelPages(java.lang.String token, java.lang.String spaceKey)
          Returns all top level pages of the space with the given spaceKey the user authenticated by token is allowed to view.
 RemotePageSummary[] ConfluenceSoapServiceDelegator.getTopLevelPages(java.lang.String token, java.lang.String spaceKey)
           
 

Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap.beans
 

Subclasses of RemotePageSummary in com.atlassian.confluence.rpc.soap.beans
 class RemotePage
           
 

Uses of RemotePageSummary in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that return RemotePageSummary
 RemotePageSummary[] PagesSoapService.getAncestors(long pageId)
           
 RemotePageSummary[] PagesSoapService.getChildren(long pageId)
           
 RemotePageSummary[] PagesSoapService.getDescendents(long pageId)
           
 RemotePageSummary[] PagesSoapService.getPages(java.lang.String spaceKey)
           
 RemotePageSummary[] PagesSoapService.getTopLevelPages(java.lang.String spaceKey)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.