public static class ChangeControl.Factory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ChangeControl |
controlFor(com.google.gerrit.reviewdb.client.Change.Id id) |
ChangeControl |
controlFor(com.google.gerrit.reviewdb.client.Change change) |
ChangeControl |
validateFor(com.google.gerrit.reviewdb.client.Change.Id id) |
ChangeControl |
validateFor(com.google.gerrit.reviewdb.client.Change change) |
public ChangeControl controlFor(com.google.gerrit.reviewdb.client.Change.Id id) throws NoSuchChangeException
NoSuchChangeException
public ChangeControl controlFor(com.google.gerrit.reviewdb.client.Change change) throws NoSuchChangeException
NoSuchChangeException
public ChangeControl validateFor(com.google.gerrit.reviewdb.client.Change.Id id) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeException
com.google.gwtorm.server.OrmException
public ChangeControl validateFor(com.google.gerrit.reviewdb.client.Change change) throws NoSuchChangeException, com.google.gwtorm.server.OrmException
NoSuchChangeException
com.google.gwtorm.server.OrmException