Uses of Interface
org.bsc.confluence.ConfluenceService.Model.PageSummary
-
Packages that use ConfluenceService.Model.PageSummary Package Description org.bsc.confluence org.bsc.confluence.rest org.bsc.confluence.rest.model org.bsc.confluence.xmlrpc org.bsc.confluence.xmlrpc.model -
-
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence
Subinterfaces of ConfluenceService.Model.PageSummary in org.bsc.confluence Modifier and Type Interface Description static interfaceConfluenceService.Model.PageMethods 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) -
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence.rest
Methods in org.bsc.confluence.rest that return types with arguments of type ConfluenceService.Model.PageSummary Modifier and Type Method Description CompletableFuture<List<ConfluenceService.Model.PageSummary>>RESTConfluenceService. getDescendents(ConfluenceService.Model.ID pageId)CompletableFuture<Optional<? extends ConfluenceService.Model.PageSummary>>RESTConfluenceService. getPageByTitle(ConfluenceService.Model.ID parentPageId, String title) -
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence.rest.model
Classes in org.bsc.confluence.rest.model that implement ConfluenceService.Model.PageSummary Modifier and Type Class Description classPage -
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence.xmlrpc
Methods in org.bsc.confluence.xmlrpc that return types with arguments of type ConfluenceService.Model.PageSummary Modifier and Type Method Description CompletableFuture<List<ConfluenceService.Model.PageSummary>>XMLRPCConfluenceService. getDescendents(ConfluenceService.Model.ID pageId)CompletableFuture<Optional<? extends ConfluenceService.Model.PageSummary>>XMLRPCConfluenceService. getPageByTitle(ConfluenceService.Model.ID parentPageId, String title) -
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence.xmlrpc.model
Classes in org.bsc.confluence.xmlrpc.model that implement ConfluenceService.Model.PageSummary Modifier and Type Class Description classPageclassPageSummary
-