Class GroupsResource


  • public class GroupsResource
    extends Object
    This rest plugin is capable of returning admin only information about groups in the confluence instance.
    • Method Detail

      • getGroups

        public javax.ws.rs.core.Response getGroups​(int startIndex,
                                                   int maxResults)
        This gets groups out of this instance in a paginated fashion.
        Parameters:
        startIndex - The initial zero-based index to get values from.
        maxResults - The maximum number of groups to pull out of the index.
        Returns:
        The groups in the range requested.