org.xwiki.rest.resources.objects
Interface ObjectPropertyResource
public interface ObjectPropertyResource
- Version:
- $Id: 042558a0046994802051bf8753afcb1f2f4057f6 $
|
Method Summary |
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,
Property property)
|
getObjectProperty
Property getObjectProperty(String wikiName,
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,
String spaceName,
String pageName,
String className,
Integer objectNumber,
String propertyName,
Property property)
throws XWikiRestException
- Throws:
XWikiRestException
Copyright © 2004-2012 XWiki. All Rights Reserved.