Package org.xwiki.rest.resources.pages
Interface PageTagsResource
-
public interface PageTagsResource
- Version:
- $Id: 9784a5d8121f93d11e3cd5fa556f7502fce2e0b7 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tags
getPageTags(String wikiName, String spaceName, String pageName)
javax.ws.rs.core.Response
setTags(String wikiName, String spaceName, String pageName, Boolean minorRevision, Tags tags)
-
-
-
Method Detail
-
getPageTags
Tags getPageTags(String wikiName, @Encoded String spaceName, String pageName) throws XWikiRestException
- Throws:
XWikiRestException
-
setTags
javax.ws.rs.core.Response setTags(String wikiName, @Encoded String spaceName, String pageName, Boolean minorRevision, Tags tags) throws XWikiRestException
- Throws:
XWikiRestException
-
-