| Package | Description |
|---|---|
| org.apache.manifoldcf.crawler.connectors.confluence.v6.client | |
| org.apache.manifoldcf.crawler.connectors.confluence.v6.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
ConfluenceClient.getPage(java.lang.String pageId)
Get a Confluence page identified by its id
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceResponse<Page> |
ConfluenceClient.getPageChilds(int start,
int limit,
java.lang.String pageId) |
ConfluenceResponse<Page> |
ConfluenceClient.getPages(int start,
int limit,
com.google.common.base.Optional<java.lang.String> space,
com.google.common.base.Optional<java.lang.String> pageType)
Get a list of Confluence pages using pagination
|
ConfluenceResponse<Page> |
ConfluenceClient.getSpaceRootPages(int start,
int limit,
java.lang.String space,
com.google.common.base.Optional<java.lang.String> pageType) |
| Modifier and Type | Class and Description |
|---|---|
class |
Attachment
Attachment class
|
class |
MutableAttachment
Mutable Attachment class
|
class |
MutablePage
MutablePage class
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.PageBuilder.fromJson(org.json.simple.JSONObject jsonPage) |
Page |
Page.PageBuilder.fromJson(org.json.simple.JSONObject jsonPage,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceResourceBuilder<? extends Page> |
Page.builder() |
java.lang.Class<Page> |
Page.PageBuilder.getType() |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.PageBuilder.fromJson(org.json.simple.JSONObject jsonPage,
Page page) |