Interface AttachmentVersionResource
-
public interface AttachmentVersionResource
- Version:
- $Id: 21de0749907bb0321e3c2f812f6bf0f65d50b2f3 $
-
-
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 attachmentName, String attachmentVersion)
-
-
-
Method Detail
-
getAttachment
javax.ws.rs.core.Response getAttachment(String wikiName, @Encoded String spaceName, String pageName, String attachmentName, String attachmentVersion) throws XWikiRestException
- Throws:
XWikiRestException
-
-