Uses of Class
org.apache.manifoldcf.crawler.connectors.confluence.model.Attachment
-
Packages that use Attachment Package Description org.apache.manifoldcf.crawler.connectors.confluence.client org.apache.manifoldcf.crawler.connectors.confluence.model -
-
Uses of Attachment in org.apache.manifoldcf.crawler.connectors.confluence.client
Methods in org.apache.manifoldcf.crawler.connectors.confluence.client that return Attachment Modifier and Type Method Description AttachmentConfluenceClient. getAttachment(java.lang.String attachmentId)Gets a specific attachment contained in the specific pageMethods in org.apache.manifoldcf.crawler.connectors.confluence.client that return types with arguments of type Attachment Modifier and Type Method Description ConfluenceResponse<Attachment>ConfluenceClient. getPageAttachments(java.lang.String pageId)Get the attachments of the given pageConfluenceResponse<Attachment>ConfluenceClient. getPageAttachments(java.lang.String pageId, int start, int limit)Get the attachments of the given page using pagination -
Uses of Attachment in org.apache.manifoldcf.crawler.connectors.confluence.model
Subclasses of Attachment in org.apache.manifoldcf.crawler.connectors.confluence.model Modifier and Type Class Description classMutableAttachmentMutable Attachment classMethods in org.apache.manifoldcf.crawler.connectors.confluence.model that return Attachment Modifier and Type Method Description AttachmentAttachment.AttachmentBuilder. fromJson(org.json.simple.JSONObject jsonPage)AttachmentAttachment.AttachmentBuilder. fromJson(org.json.simple.JSONObject jsonPage, Attachment attachment)Methods in org.apache.manifoldcf.crawler.connectors.confluence.model that return types with arguments of type Attachment Modifier and Type Method Description static ConfluenceResourceBuilder<Attachment>Attachment. builder()java.lang.Class<Attachment>Attachment.AttachmentBuilder. getType()Methods in org.apache.manifoldcf.crawler.connectors.confluence.model with parameters of type Attachment Modifier and Type Method Description AttachmentAttachment.AttachmentBuilder. fromJson(org.json.simple.JSONObject jsonPage, Attachment attachment)
-