Uses of Interface
org.apache.wiki.api.core.Attachment
Packages that use Attachment
Package
Description
Page Providers' API package of JSPWiki.
JSPWiki's SPI package.
-
Uses of Attachment in org.apache.wiki.api.providers
Methods in org.apache.wiki.api.providers that return AttachmentModifier and TypeMethodDescriptionAttachmentProvider.getAttachmentInfo
(Page page, String name, int version) Returns info about an attachment.Methods in org.apache.wiki.api.providers that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentProvider.findAttachments
(QueryItem[] query) Finds attachments based on the query.AttachmentProvider.getVersionHistory
(Attachment att) Returns version history.AttachmentProvider.listAllChanged
(Date timestamp) Lists changed attachments since given date.AttachmentProvider.listAttachments
(Page page) Lists all attachments attached to a page.Methods in org.apache.wiki.api.providers with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
AttachmentProvider.deleteAttachment
(Attachment att) Removes an entire page from the repository.void
AttachmentProvider.deleteVersion
(Attachment att) Removes a specific version from the repository.AttachmentProvider.getAttachmentData
(Attachment att) Get attachment data.AttachmentProvider.getVersionHistory
(Attachment att) Returns version history.void
AttachmentProvider.putAttachmentData
(Attachment att, InputStream data) Put new attachment data. -
Uses of Attachment in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return AttachmentModifier and TypeMethodDescriptionContentsDSL.attachment
(Engine engine, String parentPage, String fileName) Creates a newAttachment
.ContentsSPI.attachment
(Engine engine, String parentPage, String fileName) Creates a newAttachment
.