Interface AttachmentAtPageVersionResource
-
public interface AttachmentAtPageVersionResource
- Version:
- $Id: bc350de64f2e8ee15b0e3f67f95066246956b384 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Response
getAttachment(String wikiName, String spaceName, String pageName, String version, String attachmentName)
-
-
-
Method Detail
-
getAttachment
javax.ws.rs.core.Response getAttachment(String wikiName, @Encoded String spaceName, String pageName, String version, String attachmentName) throws XWikiRestException
- Throws:
XWikiRestException
-
-