Package | Description |
---|---|
org.apache.manifoldcf.crawler.connectors.confluence.client | |
org.apache.manifoldcf.crawler.connectors.confluence.model |
Modifier and Type | Method and Description |
---|---|
Attachment |
ConfluenceClient.getAttachment(String attachmentId)
Gets a specific attachment contained in the specific page
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
MutableAttachment
Mutable Attachment class
|
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.AttachmentBuilder.fromJson(org.json.JSONObject jsonPage) |
Attachment |
Attachment.AttachmentBuilder.fromJson(org.json.JSONObject jsonPage,
Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
static ConfluenceResourceBuilder<Attachment> |
Attachment.builder() |
Class<Attachment> |
Attachment.AttachmentBuilder.getType() |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.AttachmentBuilder.fromJson(org.json.JSONObject jsonPage,
Attachment attachment) |