public class RefControl
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
RefControl |
forUser(CurrentUser who) |
ProjectControl |
getProjectControl() |
java.lang.String |
getRefName() |
CurrentUser |
getUser() |
boolean |
isBlocked(java.lang.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 java.lang.String getRefName()
public ProjectControl getProjectControl()
public CurrentUser getUser()
public RefControl forUser(CurrentUser who)
public boolean isOwner()
public boolean isEditVisible()
public boolean isBlocked(java.lang.String permissionName)