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