public interface ConfluenceService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfluenceService.Credentials |
static interface |
ConfluenceService.Model |
static class |
ConfluenceService.Protocol |
static class |
ConfluenceService.Storage |
ConfluenceService.Credentials getCredentials()
ConfluenceService.Model.PageSummary findPageByTitle(String parentPageId, String title) throws Exception
Exceptionboolean removePage(ConfluenceService.Model.Page parentPage, String title) throws Exception
ExceptionConfluenceService.Model.Page getOrCreatePage(String spaceKey, String parentPageTitle, String title) throws Exception
ExceptionConfluenceService.Model.Page getOrCreatePage(ConfluenceService.Model.Page parentPage, String title) throws Exception
ExceptionConfluenceService.Model.Page getPage(String pageId) throws Exception
ExceptionConfluenceService.Model.Page getPage(String spaceKey, String pageTitle) throws Exception
ExceptionConfluenceService.Model.Page storePage(ConfluenceService.Model.Page page, ConfluenceService.Storage content) throws Exception
ExceptionConfluenceService.Model.Page storePage(ConfluenceService.Model.Page page) throws Exception
ExceptionList<ConfluenceService.Model.PageSummary> getDescendents(String pageId) throws Exception
Exceptionvoid exportPage(String url, String spaceKey, String pageTitle, ExportFormat exfmt, File outputFile) throws Exception
Exceptionvoid call(rx.functions.Action1<ConfluenceService> task) throws Exception
ExceptionConfluenceService.Model.Attachment createAttachment()
ConfluenceService.Model.Attachment getAttachment(String pageId, String name, String version) throws Exception
ExceptionConfluenceService.Model.Attachment addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source) throws Exception
ExceptionCopyright © 2018. All rights reserved.