Interface AttachmentMetadataResource
-
public interface AttachmentMetadataResource
Provides access to the attachment metadata. Attachment data is provided byAttachmentResource
.- Since:
- 11.5RC1
- Version:
- $Id: 203b361d8a4bffad0083ea2acc47043326e7b0c9 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attachment
getAttachment(String wikiName, String spaceName, String pageName, String attachmentName, Boolean withPrettyNames)
-
-
-
Method Detail
-
getAttachment
Attachment getAttachment(String wikiName, @Encoded String spaceName, String pageName, String attachmentName, Boolean withPrettyNames) throws XWikiRestException
- Throws:
XWikiRestException
-
-