| java.lang.Object ru.emdev.EmForge.wiki.providers.mapprovider.MapAttachmentProvider
MapAttachmentProvider | public class MapAttachmentProvider implements WikiAttachmentProvider(Code) | | Memory Based Attachment provider
This class is used for testing then Subversion is not available.
Attachments are being saved in the memory.
author: spopov |
Field Summary | |
final protected Log | logger |
logger | final protected Log logger(Code) | | |
MapAttachmentProvider | public MapAttachmentProvider()(Code) | | |
deleteAttachment | public void deleteAttachment(Attachment i_att) throws ProviderException(Code) | | |
deleteVersion | public void deleteVersion(Attachment i_att) throws ProviderException(Code) | | |
getAttachmentInfo | public Attachment getAttachmentInfo(WikiPage i_page, String i_name, int i_version) throws ProviderException(Code) | | |
getVersionHistory | public List getVersionHistory(Attachment i_att)(Code) | | |
listAllChanged | public List listAllChanged(Date timestamp) throws ProviderException(Code) | | |
listAttachments | public Collection listAttachments(WikiPage i_page) throws ProviderException(Code) | | |
moveAttachmentsForPage | public void moveAttachmentsForPage(String i_oldParent, String i_newParent) throws ProviderException(Code) | | |
|
|