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