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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisVisible(ReviewDb db)Can this user see this change?ChangeControlsetChangeData(ChangeData cd)
 
- 
- 
- 
Method Detail- 
setChangeDatapublic ChangeControl setChangeData(ChangeData cd) 
 - 
isVisiblepublic boolean isVisible(ReviewDb db) throws com.google.gwtorm.server.OrmException Can this user see this change?- Throws:
- com.google.gwtorm.server.OrmException
 
 
- 
 
-