Add methods to better handle user roles inside a space
------------------------------------------------------

                 Key: XPSM-7
                 URL: http://jira.xwiki.org/jira/browse/XPSM-7
             Project: XWiki Space Manager Plugin
          Issue Type: New Feature
          Components: Plugin
    Affects Versions: 1.0
         Environment: Any
            Reporter: Marius Dumitru Florea
         Assigned To: Marius Dumitru Florea


We need to add some methods to better handle user roles. Here are 2 examples:

/**
 * @return the list of roles the specified user has in the specified space
 */
List getRoles(String spaceName, String memberName);

/**
 * @ return the list of members of the specified space that have the given role
 */
List getMembers(String spaceName, String roleName);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to