Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors.confluence.client | |
org.apache.manifoldcf.crawler.connectors.confluence.model |
Modifier and Type | Method and Description |
---|---|
ConfluenceResponse<Attachment> |
ConfluenceClient.getPageAttachments(String pageId)
Get the attachments of the given page
|
ConfluenceResponse<Attachment> |
ConfluenceClient.getPageAttachments(String pageId,
int start,
int limit)
Get the attachments of the given page using pagination
|
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 | Method and Description |
---|---|
static <T extends ConfluenceResource> |
ConfluenceResponse.fromJson(org.json.JSONObject response,
ConfluenceResourceBuilder<T> builder) |