| Package | Description |
|---|---|
| org.bsc.confluence.model |
| Modifier and Type | Class and Description |
|---|---|
static class |
Site.Home |
| Modifier and Type | Method and Description |
|---|---|
static <T,P extends Site.Page> |
SiteProcessor.processPageUri(Site site,
P child,
ConfluenceService.Model.Page page,
URI uri,
String homePageTitle,
java.util.function.BiFunction<Optional<Exception>,Optional<SiteProcessor.PageContent>,T> callback) |
static <T,P extends Site.Page> |
SiteProcessor.processUriContent(Site site,
P child,
URI uri,
String homePageTitle,
java.util.function.Function<SiteProcessor.PageContent,T> onSuccess) |
| Modifier and Type | Method and Description |
|---|---|
Site.Page |
Site.Page.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Site.Page> |
Site.Page.findPage(java.util.function.Predicate<Site.Page> criteria) |
List<Site.Page> |
Site.Page.getChildren() |
static List<Site.Page> |
ChildListProxy.newInstance(Site.Page parent) |
| Modifier and Type | Method and Description |
|---|---|
static List<Site.Page> |
ChildListProxy.newInstance(Site.Page parent) |
static void |
SitePrinter.printChildren(Site site,
PrintStream out,
int level,
Site.Page parent) |
void |
Site.Page.setParent(Site.Page p) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Site.Page> |
Site.Page.findPage(java.util.function.Predicate<Site.Page> criteria) |
| Constructor and Description |
|---|
ChildListProxy(Site.Page parent) |
Copyright © 2020. All rights reserved.