Package org.xwiki.rest.resources.wikis
Interface WikiAttachmentsResource
-
public interface WikiAttachmentsResource
- Version:
- $Id: 6f835be961fd229cb5aeae44d0c63badb9d8ad6d $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attachments
getAttachments(String wikiName, String name, String page, String space, String author, String types, Integer start, Integer number, Boolean withPrettyNames)
-
-
-
Method Detail
-
getAttachments
Attachments getAttachments(String wikiName, String name, String page, String space, String author, String types, Integer start, Integer number, Boolean withPrettyNames) throws XWikiRestException
- Throws:
XWikiRestException
-
-