Uses of Class
org.codehaus.swizzle.confluence.Attachment

Packages that use Attachment
org.bsc.maven.plugin.confluence   
org.codehaus.swizzle.confluence   
 

Uses of Attachment in org.bsc.maven.plugin.confluence
 

Methods in org.bsc.maven.plugin.confluence with parameters of type Attachment
static boolean ConfluenceUtils.addAttchment(Confluence confluence, org.codehaus.swizzle.confluence.Page page, Attachment attachment, java.io.File source)
           
static void ConfluenceUtils.addAttchment(Confluence confluence, org.codehaus.swizzle.confluence.Page page, Attachment attachment, java.io.InputStream source)
           
 

Uses of Attachment in org.codehaus.swizzle.confluence
 

Methods in org.codehaus.swizzle.confluence that return Attachment
 Attachment Confluence.addAttachment(long contentId, Attachment attachment, byte[] attachmentData)
          add a new attachment to a content entity object.
 Attachment Confluence.getAttachment(java.lang.String pageId, java.lang.String fileName, java.lang.String versionNumber)
          get information about an attachment.
 

Methods in org.codehaus.swizzle.confluence with parameters of type Attachment
 Attachment Confluence.addAttachment(long contentId, Attachment attachment, byte[] attachmentData)
          add a new attachment to a content entity object.
 



Copyright © 2011. All Rights Reserved.