Package com.google.gerrit.server.project
Class ChangeControl
- java.lang.Object
-
- com.google.gerrit.server.project.ChangeControl
-
public class ChangeControl extends Object
Access control management for a user accessing a single change.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVisible(ReviewDb db)
Can this user see this change?ChangeControl
setChangeData(ChangeData cd)
-
-
-
Method Detail
-
setChangeData
public ChangeControl setChangeData(ChangeData cd)
-
isVisible
public boolean isVisible(ReviewDb db) throws com.google.gwtorm.server.OrmException
Can this user see this change?- Throws:
com.google.gwtorm.server.OrmException
-
-