|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attachment | |
---|---|
com.xpn.xwiki.api | |
com.xpn.xwiki.xmlrpc |
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)
|
protected Attachment |
Api.convert(XWikiAttachment xattach)
Convert an internal representation of an attachment to the public api Attachment. |
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 | |
---|---|
protected List<Attachment> |
Api.convertAttachments(List<XWikiAttachment> xattaches)
Convert a list of attachments in their internal form to a list of public api Attachments. |
List<Attachment> |
Document.getAttachmentList()
|
List<Attachment> |
XWiki.searchAttachments(String parametrizedSqlClause,
int nb,
int start,
List<?> parameterValues)
Search attachments by passing HQL where clause values as parameters. |
Uses of Attachment in com.xpn.xwiki.xmlrpc |
---|
Methods in com.xpn.xwiki.xmlrpc with parameters of type Attachment | |
---|---|
static org.codehaus.swizzle.confluence.Attachment |
DomainObjectFactory.createAttachment(Attachment xwikiAttachment)
Create an Attachment object containing information about an attachment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |