To implement the wiki configuration source in the configuration
component, we need to retrieve the list of properties of the
XWiki.XWikiPreferences class.
For this, I would like to add the following method in the
DocumentAccessBridge :
List<String> getPropertyNames(String className) throws Exception;
My +1,
Jerome