|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.user.extras.rest.GroupsResource
public class GroupsResource
This rest plugin is capable of returning admin only information about groups in the confluence instance.
Constructor Summary | |
---|---|
GroupsResource(GroupEntityBuilder groupEntityBuilder,
PermissionManager permissionManager)
|
Method Summary | |
---|---|
javax.ws.rs.core.Response |
getGroups(int startIndex,
int maxResults)
This gets groups out of this instance in a paginated fashion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupsResource(GroupEntityBuilder groupEntityBuilder, PermissionManager permissionManager)
Method Detail |
---|
public javax.ws.rs.core.Response getGroups(int startIndex, int maxResults)
startIndex
- The initial zero-based index to get values from.maxResults
- The maximum number of groups to pull out of the index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |