public abstract class AbstractGroupBackend extends Object implements GroupBackend
Constructor and Description |
---|
AbstractGroupBackend() |
Modifier and Type | Method and Description |
---|---|
boolean |
isVisibleToAll(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, handles, membershipsOf, suggest
public boolean isVisibleToAll(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid)
isVisibleToAll
in interface GroupBackend
true
if the group with the given UUID is visible to all
registered users.