[xwiki-devs] [VOTE] Add List<Object> getProperties(String documentName, String className) to DAB
Hi, I'd like to add List<Object> getProperties(String documentName, String className); I need this change to be able to implement http://jira.xwiki.org/jira/browse/XWIKI-4044 (Add support for looking for configuration parameters in XWikiPreferences, WebPreferences and the User Profile) Here's my +1 Thanks -Vincent
Hi Vincent, Vincent Massol wrote:
Hi,
I'd like to add List<Object> getProperties(String documentName, String className);
Aren't configuration parameters strings? Or are you trying to include Integer and Boolean parameters? Thanks, Marius
I need this change to be able to implement http://jira.xwiki.org/jira/browse/XWIKI-4044 (Add support for looking for configuration parameters in XWikiPreferences, WebPreferences and the User Profile)
Here's my +1
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Jun 29, 2009, at 10:45 PM, Marius Dumitru Florea wrote:
Hi Vincent,
Vincent Massol wrote:
Hi,
I'd like to add List<Object> getProperties(String documentName, String className);
Aren't configuration parameters strings?
No. They are typed (as are our Configuration properties in xwiki- configuration). -Vincent
Or are you trying to include Integer and Boolean parameters?
Thanks, Marius
I need this change to be able to implement http://jira.xwiki.org/jira/browse/XWIKI-4044 (Add support for looking for configuration parameters in XWikiPreferences, WebPreferences and the User Profile)
Here's my +1
Thanks -Vincent
Vincent Massol wrote:
On Jun 29, 2009, at 10:45 PM, Marius Dumitru Florea wrote:
Hi Vincent,
Vincent Massol wrote:
Hi,
I'd like to add List<Object> getProperties(String documentName, String className); Aren't configuration parameters strings?
No. They are typed (as are our Configuration properties in xwiki- configuration).
+1 Thanks, Marius
-Vincent
Or are you trying to include Integer and Boolean parameters?
Thanks, Marius
I need this change to be able to implement http://jira.xwiki.org/jira/browse/XWIKI-4044 (Add support for looking for configuration parameters in XWikiPreferences, WebPreferences and the User Profile)
Here's my +1
Thanks -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Mon, Jun 29, 2009 at 21:16, Vincent Massol<[email protected]> wrote:
Hi,
I'd like to add List<Object> getProperties(String documentName, String className);
What getProperties() is supposed to return exactly ? What is Object ?
I need this change to be able to implement http://jira.xwiki.org/jira/browse/XWIKI-4044 (Add support for looking for configuration parameters in XWikiPreferences, WebPreferences and the User Profile)
Here's my +1
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
Marius Dumitru Florea -
Thomas Mortagne -
Vincent Massol