Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors.confluence.client | |
org.apache.manifoldcf.crawler.connectors.confluence.model |
Modifier and Type | Method and Description |
---|---|
Page |
ConfluenceClient.getPage(String pageId)
Get a Confluence page identified by its id
|
Modifier and Type | Method and Description |
---|---|
ConfluenceResponse<Page> |
ConfluenceClient.getPages()
Get a list of Confluence pages
|
ConfluenceResponse<Page> |
ConfluenceClient.getPages(int start,
int limit,
com.google.common.base.Optional<String> space)
Get a list of Confluence pages using pagination
|
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.JSONObject jsonPage) |
Page |
Page.PageBuilder.fromJson(org.json.JSONObject jsonPage,
Page page) |
Modifier and Type | Method and Description |
---|---|
static ConfluenceResourceBuilder<? extends Page> |
Page.builder() |
Class<Page> |
Page.PageBuilder.getType() |
Modifier and Type | Method and Description |
---|---|
Page |
Page.PageBuilder.fromJson(org.json.JSONObject jsonPage,
Page page) |