| java.lang.Object ru.emdev.EmForge.wiki.DummyAttachmentsProvider
DummyAttachmentsProvider | public class DummyAttachmentsProvider implements WikiAttachmentProvider(Code) | | |
deleteAttachment | public void deleteAttachment(Attachment att) throws ProviderException(Code) | | |
deleteVersion | public void deleteVersion(Attachment att) throws ProviderException(Code) | | |
getAttachmentInfo | public Attachment getAttachmentInfo(WikiPage page, String name, int version) throws ProviderException(Code) | | |
getVersionHistory | public List getVersionHistory(Attachment att)(Code) | | |
listAllChanged | public List listAllChanged(Date timestamp) throws ProviderException(Code) | | |
listAttachments | public Collection listAttachments(WikiPage page) throws ProviderException(Code) | | |
moveAttachmentsForPage | public void moveAttachmentsForPage(String oldParent, String newParent) throws ProviderException(Code) | | |
|
|