Package org.xwiki.rest.resources.objects
Interface ObjectPropertyResource
-
public interface ObjectPropertyResource
- Version:
- $Id: d287ba7375fbff79b67c839fd9821751e94773c8 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property
getObjectProperty(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, String propertyName, Boolean withPrettyNames)
javax.ws.rs.core.Response
updateObjectProperty(String wikiName, String spaceName, String pageName, String className, Integer objectNumber, String propertyName, Boolean minorRevision, Property property)
-
-
-
Method Detail
-
getObjectProperty
Property getObjectProperty(String wikiName, @Encoded String spaceName, String pageName, String className, Integer objectNumber, String propertyName, Boolean withPrettyNames) throws XWikiRestException
- Throws:
XWikiRestException
-
updateObjectProperty
javax.ws.rs.core.Response updateObjectProperty(String wikiName, @Encoded String spaceName, String pageName, String className, Integer objectNumber, String propertyName, Boolean minorRevision, Property property) throws XWikiRestException
- Throws:
XWikiRestException
-
-