public class PagesSoapService extends Object
Constructor and Description |
---|
PagesSoapService() |
public RemotePageSummary[] getPages(String spaceKey) throws RemoteException
RemoteException
public RemotePage getPage(long pageId) throws RemoteException
RemoteException
public RemotePageSummary getPageSummary(long pageId) throws RemoteException
RemoteException
public RemotePage getPage(String spaceKey, String pageTitle) throws RemoteException
RemoteException
public RemotePageSummary getPageSummary(String spaceKey, String pageTitle) throws RemoteException
RemoteException
public RemoteComment[] getComments(long pageId) throws RemoteException
RemoteException
public RemoteComment getComment(long commentId) throws RemoteException
RemoteException
public RemoteComment addComment(RemoteComment comment) throws RemoteException
RemoteException
public RemoteComment editComment(RemoteComment rComment) throws RemoteException
RemoteException
public boolean removeComment(long commentId) throws RemoteException
RemoteException
public RemotePageSummary[] getDescendents(long pageId) throws RemoteException
RemoteException
public RemotePageSummary[] getTopLevelPages(String spaceKey) throws RemoteException
RemoteException
public RemotePageSummary[] getAncestors(long pageId) throws RemoteException
RemoteException
public RemotePageSummary[] getChildren(long pageId) throws RemoteException
RemoteException
public RemoteAttachment[] getAttachments(long pageId) throws RemoteException
RemoteException
public RemotePageHistory[] getPageHistory(long pageId) throws RemoteException
RemoteException
public Boolean movePageToTopLevel(long pageId, String targetSpaceKey) throws RemoteException
RemoteException
public Boolean movePage(long sourcePageId, long targetPageId, String position) throws RemoteException
RemoteException
public Boolean removePage(long pageId) throws RemoteException
RemoteException
public Boolean removePageVersion(String token, long historicalPageId) throws RemoteException
RemoteException
public Boolean removePageVersion(String token, long pageId, int version) throws RemoteException
RemoteException
public RemoteSearchResult[] search(String query, Map params, int maxResults) throws RemoteException
RemoteException
public RemoteSearchResult[] search(String query, int maxResults) throws RemoteException
RemoteException
public String renderContent(String spaceKey, long pageId, String newContent) throws RemoteException
RemoteException
public String renderContent(String spaceKey, long pageId, String newContent, Map parameters) throws RemoteException
RemoteException
public RemotePage storePage(RemotePage rpage) throws RemoteException
RemoteException
public RemotePage updatePage(RemotePage rpage, RemotePageUpdateOptions options) throws RemoteException
RemoteException
public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
public boolean setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) throws RemoteException
RemoteException
public RemoteContentPermissionSet[] getContentPermissionSets(long contentId) throws RemoteException
RemoteException
public RemoteContentPermissionSet getContentPermissionSet(long contentId, String permissionType) throws RemoteException
RemoteException
public RemotePermission[] getPermissions(long pageId) throws RemoteException
RemoteException
public RemoteContentSummaries getTrashContents(String spaceKey, int offset, int count) throws RemoteException
RemoteException
public boolean purgeFromTrash(String spaceKey, long contentId) throws RemoteException
RemoteException
public boolean emptyTrash(String spaceKey) throws RemoteException
RemoteException
public 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 setPageService(PageService pageService)
public void setCommentService(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–2020 Atlassian. All rights reserved.