Merge "Add method to set recursive flag on ListMembers"
This commit is contained in:
@@ -57,6 +57,10 @@ public class ListMembers implements RestReadView<GroupResource> {
|
|||||||
this.accountLoader = accountLoaderFactory.create(true);
|
this.accountLoader = accountLoaderFactory.create(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setRecursive(boolean recursive) {
|
||||||
|
this.recursive = recursive;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<AccountInfo> apply(final GroupResource resource)
|
public List<AccountInfo> apply(final GroupResource resource)
|
||||||
throws MethodNotAllowedException, OrmException {
|
throws MethodNotAllowedException, OrmException {
|
||||||
|
Reference in New Issue
Block a user