Package org.xwiki.rest.resources.objects
Interface ObjectsForClassNameResource
-
public interface ObjectsForClassNameResource
- Version:
- $Id: e2932f7e16586a13f96a2ee01859d92b01d10bde $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objects
getObjects(String wikiName, String spaceName, String pageName, String className, Integer start, Integer number, Boolean withPrettyNames)
-
-
-
Method Detail
-
getObjects
Objects getObjects(String wikiName, @Encoded String spaceName, String pageName, String className, Integer start, Integer number, Boolean withPrettyNames) throws XWikiRestException
- Throws:
XWikiRestException
-
-