| Package | Description |
|---|---|
| org.bsc.confluence.model |
| Modifier and Type | Class and Description |
|---|---|
static class |
Site.Home |
| 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 © 2019. All rights reserved.