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 -
-
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 ConfluenceService.Model.PageSummary Modifier and Type Method Description ConfluenceService.Model.PageSummaryConfluenceService. findPageByTitle(String parentPageId, String title)Methods in org.bsc.confluence that return types with arguments of type ConfluenceService.Model.PageSummary Modifier and Type Method Description List<ConfluenceService.Model.PageSummary>ConfluenceService. getDescendents(String pageId) -
Uses of ConfluenceService.Model.PageSummary in org.bsc.confluence.rest
Methods in org.bsc.confluence.rest that return ConfluenceService.Model.PageSummary Modifier and Type Method Description ConfluenceService.Model.PageSummaryRESTConfluenceServiceImpl. findPageByTitle(String parentPageId, String title)Methods in org.bsc.confluence.rest that return types with arguments of type ConfluenceService.Model.PageSummary Modifier and Type Method Description List<ConfluenceService.Model.PageSummary>RESTConfluenceServiceImpl. getDescendents(String pageId) -
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 ConfluenceService.Model.PageSummary Modifier and Type Method Description ConfluenceService.Model.PageSummaryXMLRPCConfluenceServiceImpl. findPageByTitle(String parentPageId, String title)Methods in org.bsc.confluence.xmlrpc that return types with arguments of type ConfluenceService.Model.PageSummary Modifier and Type Method Description List<ConfluenceService.Model.PageSummary>XMLRPCConfluenceServiceImpl. getDescendents(String pageId)
-