Uses of Interface
org.bsc.confluence.ConfluenceService.Model.PageSummary
-
Packages that use ConfluenceService.Model.PageSummary Package Description org.bsc.confluence -
-
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence
Subinterfaces of ConfluenceService.Model.PageSummary in org.bsc.confluence Modifier and Type Interface Description static interface
ConfluenceService.Model.Page
Methods in org.bsc.confluence that return types with arguments of type ConfluenceService.Model.PageSummary Modifier and Type Method Description CompletableFuture<List<ConfluenceService.Model.PageSummary>>
ConfluenceService. getDescendents(ConfluenceService.Model.ID pageId)
CompletableFuture<Optional<? extends ConfluenceService.Model.PageSummary>>
ConfluenceService. getPageByTitle(ConfluenceService.Model.ID parentPageId, String title)
-