com.atlassian.confluence.rpc.soap.services
Class PagesSoapService
java.lang.Object
com.atlassian.confluence.rpc.soap.services.PagesSoapService
public class PagesSoapService
- extends java.lang.Object
Method Summary |
RemoteComment |
addComment(RemoteComment comment)
|
RemoteComment |
editComment(RemoteComment rComment)
|
RemotePageSummary[] |
getAncestors(long pageId)
|
RemoteAttachment[] |
getAttachments(long pageId)
|
RemotePageSummary[] |
getChildren(long pageId)
|
RemoteComment |
getComment(long commentId)
|
RemoteComment[] |
getComments(long pageId)
|
RemoteContentPermissionSet |
getContentPermissionSet(long contentId,
java.lang.String permissionType)
|
RemoteContentPermissionSet[] |
getContentPermissionSets(long contentId)
|
RemotePageSummary[] |
getDescendents(long pageId)
|
RemotePage |
getPage(long pageId)
|
RemotePage |
getPage(java.lang.String spaceKey,
java.lang.String pageTitle)
|
RemotePageHistory[] |
getPageHistory(long pageId)
|
RemotePageSummary[] |
getPages(java.lang.String spaceKey)
|
RemotePermission[] |
getPermissions(long pageId)
|
boolean |
removeComment(long commentId)
|
java.lang.Boolean |
removePage(long pageId)
|
java.lang.String |
renderContent(java.lang.String spaceKey,
long pageId,
java.lang.String newContent)
|
java.lang.String |
renderContent(java.lang.String spaceKey,
long pageId,
java.lang.String newContent,
java.util.Map parameters)
|
RemoteSearchResult[] |
search(java.lang.String query,
int maxResults)
|
RemoteSearchResult[] |
search(java.lang.String query,
java.util.Map params,
int maxResults)
|
void |
setAnyTypeObjectDao(com.atlassian.bonnie.AnyTypeObjectDao anyTypeObjectDao)
|
void |
setBootstrapManager(BootstrapManager bootstrapManager)
|
void |
setCommentManager(CommentManager commentManager)
|
void |
setCommentService(CommentService commentService)
|
void |
setContentEntityManager(ContentEntityManager contentEntityManager)
|
void |
setContentPermissionManager(ContentPermissionManager contentPermissionManager)
|
boolean |
setContentPermissions(long contentId,
java.lang.String permissionType,
RemoteContentPermission[] remoteContentPermissions)
|
void |
setEventManager(com.atlassian.event.EventManager eventManager)
|
void |
setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
|
void |
setLabelManager(LabelManager labelManager)
|
void |
setPageManager(PageManager pageManager)
|
void |
setPermissionManager(PermissionManager permissionManager)
|
void |
setSearchBean(SearchBean searchBean)
|
void |
setSearcher(com.atlassian.bonnie.Searcher searcher)
|
void |
setSettingsManager(SettingsManager settingsManager)
|
void |
setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
|
void |
setSpaceManager(SpaceManager spaceManager)
|
void |
setUserAccessor(UserAccessor userAccessor)
|
void |
setWikiStyleRenderer(com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer)
|
RemotePage |
storePage(RemotePage rpage)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagesSoapService
public PagesSoapService()
getPages
public RemotePageSummary[] getPages(java.lang.String spaceKey)
throws RemoteException
- Throws:
RemoteException
getPage
public RemotePage getPage(long pageId)
throws RemoteException
- Throws:
RemoteException
getPage
public RemotePage getPage(java.lang.String spaceKey,
java.lang.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 NotPermittedException,
RemoteException
- Throws:
NotPermittedException
RemoteException
editComment
public RemoteComment editComment(RemoteComment rComment)
throws RemoteException
- Throws:
RemoteException
removeComment
public boolean removeComment(long commentId)
throws NotPermittedException,
RemoteException
- Throws:
NotPermittedException
RemoteException
getDescendents
public RemotePageSummary[] getDescendents(long pageId)
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
removePage
public java.lang.Boolean removePage(long pageId)
throws RemoteException
- Throws:
RemoteException
search
public RemoteSearchResult[] search(java.lang.String query,
java.util.Map params,
int maxResults)
throws RemoteException
- Throws:
RemoteException
search
public RemoteSearchResult[] search(java.lang.String query,
int maxResults)
throws RemoteException
- Throws:
RemoteException
renderContent
public java.lang.String renderContent(java.lang.String spaceKey,
long pageId,
java.lang.String newContent)
throws RemoteException
- Throws:
RemoteException
renderContent
public java.lang.String renderContent(java.lang.String spaceKey,
long pageId,
java.lang.String newContent,
java.util.Map parameters)
throws RemoteException
- Throws:
RemoteException
storePage
public RemotePage storePage(RemotePage rpage)
throws RemoteException
- Throws:
RemoteException
setSoapServiceHelper
public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
setContentPermissions
public boolean setContentPermissions(long contentId,
java.lang.String permissionType,
RemoteContentPermission[] remoteContentPermissions)
throws RemoteException
- Throws:
RemoteException
getContentPermissionSets
public RemoteContentPermissionSet[] getContentPermissionSets(long contentId)
throws RemoteException
- Throws:
RemoteException
getContentPermissionSet
public RemoteContentPermissionSet getContentPermissionSet(long contentId,
java.lang.String permissionType)
throws RemoteException
- Throws:
RemoteException
getPermissions
public RemotePermission[] getPermissions(long pageId)
throws RemoteException
- Throws:
RemoteException
setPageManager
public void setPageManager(PageManager pageManager)
setWikiStyleRenderer
public void setWikiStyleRenderer(com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer)
setBootstrapManager
public void setBootstrapManager(BootstrapManager bootstrapManager)
setAnyTypeObjectDao
public void setAnyTypeObjectDao(com.atlassian.bonnie.AnyTypeObjectDao anyTypeObjectDao)
setSearcher
public void setSearcher(com.atlassian.bonnie.Searcher searcher)
setSpaceManager
public void setSpaceManager(SpaceManager spaceManager)
setUserAccessor
public void setUserAccessor(UserAccessor userAccessor)
setContentEntityManager
public void setContentEntityManager(ContentEntityManager contentEntityManager)
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)
setCommentManager
public void setCommentManager(CommentManager commentManager)
setLabelManager
public void setLabelManager(LabelManager labelManager)
setEventManager
public void setEventManager(com.atlassian.event.EventManager eventManager)
setSettingsManager
public void setSettingsManager(SettingsManager settingsManager)
setSearchBean
public void setSearchBean(SearchBean searchBean)
setContentPermissionManager
public void setContentPermissionManager(ContentPermissionManager contentPermissionManager)
setCommentService
public void setCommentService(CommentService commentService)
setI18NBeanFactory
public void setI18NBeanFactory(I18NBeanFactory i18NBeanFactory)
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.