Class PagesSoapService
- java.lang.Object
 - 
- com.atlassian.confluence.rpc.soap.services.PagesSoapService
 
 
- 
public class PagesSoapService extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description PagesSoapService() 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
getPages
public RemotePageSummary[] getPages(String spaceKey) throws RemoteException
- Throws:
 RemoteException
 
- 
getPage
public RemotePage getPage(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getPageSummary
public RemotePageSummary getPageSummary(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getPage
public RemotePage getPage(String spaceKey, String pageTitle) throws RemoteException
- Throws:
 RemoteException
 
- 
getPageSummary
public RemotePageSummary getPageSummary(String spaceKey, String pageTitle) throws RemoteException
- Throws:
 RemoteException
 
- 
getComments
public RemoteComment[] getComments(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getComment
public RemoteComment getComment(long commentId) throws RemoteException
- Throws:
 RemoteException
 
- 
addComment
public RemoteComment addComment(RemoteComment comment) throws RemoteException
- Throws:
 RemoteException
 
- 
editComment
public RemoteComment editComment(RemoteComment rComment) throws RemoteException
- Throws:
 RemoteException
 
- 
removeComment
public boolean removeComment(long commentId) throws RemoteException- Throws:
 RemoteException
 
- 
getDescendents
public RemotePageSummary[] getDescendents(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getTopLevelPages
public RemotePageSummary[] getTopLevelPages(String spaceKey) throws RemoteException
- Throws:
 RemoteException
 
- 
getAncestors
public RemotePageSummary[] getAncestors(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getChildren
public RemotePageSummary[] getChildren(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getAttachments
public RemoteAttachment[] getAttachments(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getPageHistory
public RemotePageHistory[] getPageHistory(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
movePageToTopLevel
public Boolean movePageToTopLevel(long pageId, String targetSpaceKey) throws RemoteException
- Throws:
 RemoteException
 
- 
movePage
public Boolean movePage(long sourcePageId, long targetPageId, String position) throws RemoteException
- Throws:
 RemoteException
 
- 
removePage
public Boolean removePage(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
removePageVersion
public Boolean removePageVersion(String token, long historicalPageId) throws RemoteException
- Throws:
 RemoteException
 
- 
removePageVersion
public Boolean removePageVersion(String token, long pageId, int version) throws RemoteException
- Throws:
 RemoteException
 
- 
search
public RemoteSearchResult[] search(String query, Map params, int maxResults) throws RemoteException
- Throws:
 RemoteException
 
- 
search
public RemoteSearchResult[] search(String query, int maxResults) throws RemoteException
- Throws:
 RemoteException
 
- 
renderContent
public String renderContent(String spaceKey, long pageId, String newContent) throws RemoteException
- Throws:
 RemoteException
 
- 
renderContent
public String renderContent(String spaceKey, long pageId, String newContent, Map parameters) throws RemoteException
- Throws:
 RemoteException
 
- 
storePage
public RemotePage storePage(RemotePage rpage) throws RemoteException
- Throws:
 RemoteException
 
- 
updatePage
public RemotePage updatePage(RemotePage rpage, RemotePageUpdateOptions options) throws RemoteException
- Throws:
 RemoteException
 
- 
setSoapServiceHelper
public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
 
- 
setContentPermissions
public boolean setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) throws RemoteException- Throws:
 RemoteException
 
- 
getContentPermissionSets
public RemoteContentPermissionSet[] getContentPermissionSets(long contentId) throws RemoteException
- Throws:
 RemoteException
 
- 
getContentPermissionSet
public RemoteContentPermissionSet getContentPermissionSet(long contentId, String permissionType) throws RemoteException
- Throws:
 RemoteException
 
- 
getPermissions
public RemotePermission[] getPermissions(long pageId) throws RemoteException
- Throws:
 RemoteException
 
- 
getTrashContents
public RemoteContentSummaries getTrashContents(String spaceKey, int offset, int count) throws RemoteException
- Throws:
 RemoteException
 
- 
purgeFromTrash
public boolean purgeFromTrash(String spaceKey, long contentId) throws RemoteException
- Throws:
 RemoteException
 
- 
emptyTrash
public boolean emptyTrash(String spaceKey) throws RemoteException
- Throws:
 RemoteException
 
- 
setPageManager
public void setPageManager(PageManager pageManager)
 
- 
setWikiStyleRenderer
public void setWikiStyleRenderer(com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer)
 
- 
setAttachmentManager
public void setAttachmentManager(AttachmentManager attachmentManager)
 
- 
setContentEntityManager
public void setContentEntityManager(ContentEntityManager contentEntityManager)
 
- 
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)
 
- 
setEventManager
public void setEventManager(com.atlassian.event.EventManager eventManager)
 
- 
setContentPermissionManager
public void setContentPermissionManager(ContentPermissionManager contentPermissionManager)
 
- 
setPageServiceTarget
public void setPageServiceTarget(PageService pageService)
 
- 
setCommentServiceTarget
public void setCommentServiceTarget(CommentService commentService)
 
- 
setSpaceService
public void setSpaceService(SpaceService spaceService)
 
- 
setPredefinedSearchBuilder
public void setPredefinedSearchBuilder(PredefinedSearchBuilder predefinedSearchBuilder)
 
- 
setSearchManager
public void setSearchManager(SearchManager searchManager)
 
- 
setI18NBeanFactory
public void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
 
- 
setLocaleManager
public void setLocaleManager(LocaleManager localeManager)
 
- 
setViewBodyTypeAwareRenderer
public void setViewBodyTypeAwareRenderer(Renderer viewBodyTypeAwareRenderer)
 
- 
setTemplateRenderer
public void setTemplateRenderer(TemplateRenderer templateRenderer)
 
- 
setTrashManager
public void setTrashManager(TrashManager trashManager)
 
- 
setUserAccessor
public void setUserAccessor(UserAccessor userAccessor)
 
- 
setMovePageCommandHelper
public void setMovePageCommandHelper(MovePageCommandHelper movePageCommandHelper)
 
 - 
 
 -