Uses of Class
org.apache.wiki.attachment.Attachment
Packages that use Attachment
Package
Description
Attachment management, uploading and downloading.
Provides storage for JSPWiki.
-
Uses of Attachment in org.apache.wiki.attachment
Subclasses of Attachment in org.apache.wiki.attachmentModifier and TypeClassDescriptionclass
A DynamicAttachment is an attachment which does not really exist, but is created dynamically by a JSPWiki component. -
Uses of Attachment in org.apache.wiki.providers
Methods in org.apache.wiki.providers that return AttachmentModifier and TypeMethodDescriptionWikiAttachmentProvider.getAttachmentInfo
(WikiPage page, String name, int version) Deprecated.Returns info about an attachment.Methods in org.apache.wiki.providers that return types with arguments of type AttachmentModifier and TypeMethodDescriptionWikiAttachmentProvider.findAttachments
(QueryItem[] query) Deprecated.Finds attachments based on the query.WikiAttachmentProvider.getVersionHistory
(Attachment att) Deprecated.Returns version history.WikiAttachmentProvider.listAllChanged
(Date timestamp) Deprecated.Lists changed attachments since given date.WikiAttachmentProvider.listAttachments
(WikiPage page) Deprecated.Lists all attachments attached to a page.Methods in org.apache.wiki.providers with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
WikiAttachmentProvider.deleteAttachment
(Attachment att) Deprecated.Removes an entire page from the repository.void
WikiAttachmentProvider.deleteVersion
(Attachment att) Deprecated.Removes a specific version from the repository.WikiAttachmentProvider.getAttachmentData
(Attachment att) Deprecated.Get attachment data.WikiAttachmentProvider.getVersionHistory
(Attachment att) Deprecated.Returns version history.void
WikiAttachmentProvider.putAttachmentData
(Attachment att, InputStream data) Deprecated.Put new attachment data.