Package org.xwiki.rest.resources.classes
Interface ClassPropertyValuesResource
-
public interface ClassPropertyValuesResource
Returns the class property values.- Since:
- 9.8RC1
- Version:
- $Id: b776f99b56e625aa69ee7034261160d2281f7b30 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyValues
getClassPropertyValues(String wikiName, String className, String propertyName, Integer limit, List<String> filterParameters, Boolean isExactMatch)
-
-
-
Method Detail
-
getClassPropertyValues
PropertyValues getClassPropertyValues(String wikiName, String className, String propertyName, Integer limit, List<String> filterParameters, Boolean isExactMatch) throws XWikiRestException
- Throws:
XWikiRestException
-
-