Uses of Class
org.sahli.asciidoc.confluence.publisher.client.http.ConfluencePage
-
Packages that use ConfluencePage Package Description org.sahli.asciidoc.confluence.publisher.client org.sahli.asciidoc.confluence.publisher.client.http -
-
Uses of ConfluencePage in org.sahli.asciidoc.confluence.publisher.client
Methods in org.sahli.asciidoc.confluence.publisher.client with parameters of type ConfluencePage Modifier and Type Method Description voidConfluencePublisherListener. pageAdded(ConfluencePage addedPage)voidConfluencePublisherListener. pageDeleted(ConfluencePage deletedPage)voidConfluencePublisherListener. pageUpdated(ConfluencePage existingPage, ConfluencePage updatedPage) -
Uses of ConfluencePage in org.sahli.asciidoc.confluence.publisher.client.http
Methods in org.sahli.asciidoc.confluence.publisher.client.http that return ConfluencePage Modifier and Type Method Description ConfluencePageConfluenceClient. getPageWithContentAndVersionById(String contentId)ConfluencePageConfluenceRestClient. getPageWithContentAndVersionById(String contentId)Methods in org.sahli.asciidoc.confluence.publisher.client.http that return types with arguments of type ConfluencePage Modifier and Type Method Description List<ConfluencePage>ConfluenceClient. getChildPages(String contentId)List<ConfluencePage>ConfluenceRestClient. getChildPages(String contentId)
-