Class PagesSoapService
java.lang.Object
com.atlassian.confluence.rpc.soap.services.PagesSoapService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddComment(RemoteComment comment) editComment(RemoteComment rComment) booleanemptyTrash(String spaceKey) getAncestors(long pageId) getAttachments(long pageId) getChildren(long pageId) getComment(long commentId) getComments(long pageId) getContentPermissionSet(long contentId, String permissionType) getContentPermissionSets(long contentId) getDescendents(long pageId) getPage(long pageId) getPageHistory(long pageId) getPageSummary(long pageId) getPageSummary(String spaceKey, String pageTitle) getPermissions(long pageId) getTopLevelPages(String spaceKey) getTrashContents(String spaceKey, int offset, int count) movePageToTopLevel(long pageId, String targetSpaceKey) booleanpurgeFromTrash(String spaceKey, long contentId) booleanremoveComment(long commentId) removePage(long pageId) removePageVersion(String token, long historicalPageId) removePageVersion(String token, long pageId, int version) renderContent(String spaceKey, long pageId, String newContent) renderContent(String spaceKey, long pageId, String newContent, Map parameters) voidsetAttachmentManager(AttachmentManager attachmentManager) voidsetCommentServiceTarget(CommentService commentService) voidsetContentEntityManager(ContentEntityManager contentEntityManager) voidsetContentPermissionManager(ContentPermissionManager contentPermissionManager) booleansetContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) voidsetEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher) voidsetI18NBeanFactory(I18NBeanFactory i18NBeanFactory) voidsetLocaleManager(LocaleManager localeManager) voidsetMovePageCommandHelper(MovePageCommandHelper movePageCommandHelper) voidsetPageManager(PageManager pageManager) voidsetPageServiceTarget(PageService pageService) voidsetPermissionManager(PermissionManager permissionManager) voidsetPredefinedSearchBuilder(PredefinedSearchBuilder predefinedSearchBuilder) voidsetSearchManager(SearchManager searchManager) voidsetSoapServiceHelper(SoapServiceHelper soapServiceHelper) voidsetSpaceService(SpaceService spaceService) voidsetTemplateRenderer(TemplateRenderer templateRenderer) voidsetTrashManager(TrashManager trashManager) voidsetUserAccessor(UserAccessor userAccessor) voidsetViewBodyTypeAwareRenderer(Renderer viewBodyTypeAwareRenderer) voidsetWikiStyleRenderer(com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer) storePage(RemotePage rpage) updatePage(RemotePage rpage, RemotePageUpdateOptions options)
-
Constructor Details
-
PagesSoapService
public PagesSoapService()
-
-
Method Details
-
getPages
- Throws:
RemoteException
-
getPage
- Throws:
RemoteException
-
getPageSummary
- Throws:
RemoteException
-
getPage
- Throws:
RemoteException
-
getPageSummary
- Throws:
RemoteException
-
getComments
- Throws:
RemoteException
-
getComment
- Throws:
RemoteException
-
addComment
- Throws:
RemoteException
-
editComment
- Throws:
RemoteException
-
removeComment
- Throws:
RemoteException
-
getDescendents
- Throws:
RemoteException
-
getTopLevelPages
- Throws:
RemoteException
-
getAncestors
- Throws:
RemoteException
-
getChildren
- Throws:
RemoteException
-
getAttachments
- Throws:
RemoteException
-
getPageHistory
- Throws:
RemoteException
-
movePageToTopLevel
- Throws:
RemoteException
-
movePage
public Boolean movePage(long sourcePageId, long targetPageId, String position) throws RemoteException - Throws:
RemoteException
-
removePage
- Throws:
RemoteException
-
removePageVersion
- Throws:
RemoteException
-
removePageVersion
- Throws:
RemoteException
-
search
- Throws:
RemoteException
-
search
- Throws:
RemoteException
-
renderContent
- Throws:
RemoteException
-
renderContent
public String renderContent(String spaceKey, long pageId, String newContent, Map parameters) throws RemoteException - Throws:
RemoteException
-
storePage
- Throws:
RemoteException
-
updatePage
public RemotePage updatePage(RemotePage rpage, RemotePageUpdateOptions options) throws RemoteException - Throws:
RemoteException
-
setSoapServiceHelper
-
setContentPermissions
public boolean setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions) throws RemoteException - Throws:
RemoteException
-
getContentPermissionSets
- Throws:
RemoteException
-
getContentPermissionSet
public RemoteContentPermissionSet getContentPermissionSet(long contentId, String permissionType) throws RemoteException - Throws:
RemoteException
-
getPermissions
- Throws:
RemoteException
-
getTrashContents
public RemoteContentSummaries getTrashContents(String spaceKey, int offset, int count) throws RemoteException - Throws:
RemoteException
-
purgeFromTrash
- Throws:
RemoteException
-
emptyTrash
- Throws:
RemoteException
-
setPageManager
-
setWikiStyleRenderer
public void setWikiStyleRenderer(com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer) -
setAttachmentManager
-
setContentEntityManager
-
setPermissionManager
-
setEventPublisher
public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher) -
setContentPermissionManager
-
setPageServiceTarget
-
setCommentServiceTarget
-
setSpaceService
-
setPredefinedSearchBuilder
-
setSearchManager
-
setI18NBeanFactory
-
setLocaleManager
-
setViewBodyTypeAwareRenderer
-
setTemplateRenderer
-
setTrashManager
-
setUserAccessor
-
setMovePageCommandHelper
-