|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attachment in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api that return Attachment | |
---|---|
Attachment |
Document.addAttachment(String fileName,
byte[] data)
|
Attachment |
Document.addAttachment(String fileName,
InputStream iStream)
|
Attachment |
DeletedAttachment.getAttachment()
Access to the real attachment object. |
Attachment |
Document.getAttachment(String filename)
|
Attachment |
Attachment.getAttachmentRevision(String rev)
Allow to easily access any revision of an attachment. |
Methods in com.xpn.xwiki.api that return types with arguments of type Attachment | |
---|---|
List<Attachment> |
Document.getAttachmentList()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |