com.xpn.xwiki.store
Interface XWikiAttachmentStoreInterface
- All Known Implementing Classes:
- XWikiHibernateAttachmentStore
public interface XWikiAttachmentStoreInterface
Created by IntelliJ IDEA.
User: ludovic
Date: 10 mars 2006
Time: 13:58:58
To change this template use File | Settings | File Templates.
Method Summary |
void |
cleanUp(XWikiContext context)
|
void |
deleteXWikiAttachment(XWikiAttachment attachment,
boolean parentUpdate,
XWikiContext context,
boolean bTransaction)
|
void |
deleteXWikiAttachment(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
|
void |
loadAttachmentArchive(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
|
void |
loadAttachmentContent(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
|
void |
saveAttachmentContent(XWikiAttachment attachment,
boolean bParentUpdate,
XWikiContext context,
boolean bTransaction)
|
void |
saveAttachmentContent(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
|
saveAttachmentContent
void saveAttachmentContent(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
throws XWikiException
- Throws:
XWikiException
saveAttachmentContent
void saveAttachmentContent(XWikiAttachment attachment,
boolean bParentUpdate,
XWikiContext context,
boolean bTransaction)
throws XWikiException
- Throws:
XWikiException
loadAttachmentContent
void loadAttachmentContent(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
throws XWikiException
- Throws:
XWikiException
loadAttachmentArchive
void loadAttachmentArchive(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
throws XWikiException
- Throws:
XWikiException
deleteXWikiAttachment
void deleteXWikiAttachment(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
throws XWikiException
- Throws:
XWikiException
deleteXWikiAttachment
void deleteXWikiAttachment(XWikiAttachment attachment,
boolean parentUpdate,
XWikiContext context,
boolean bTransaction)
throws XWikiException
- Throws:
XWikiException
cleanUp
void cleanUp(XWikiContext context)
Copyright 2003 Ludovic Dubost