public class RefControl extends Object
Modifier and Type | Method and Description |
---|---|
RefControl |
forUser(CurrentUser who) |
ProjectControl |
getProjectControl() |
String |
getRefName() |
CurrentUser |
getUser() |
boolean |
isBlocked(String permissionName)
True if the user is blocked from using this permission.
|
boolean |
isEditVisible()
Can this user see other users change edits?
|
boolean |
isOwner()
Is this user a ref owner?
|
public String getRefName()
public ProjectControl getProjectControl()
public CurrentUser getUser()
public RefControl forUser(CurrentUser who)
public boolean isOwner()
public boolean isEditVisible()
public boolean isBlocked(String permissionName)