public class WorkInProgressOp extends java.lang.Object implements BatchUpdateOp
Modifier and Type | Class and Description |
---|---|
static interface |
WorkInProgressOp.Factory |
static class |
WorkInProgressOp.Input |
Modifier and Type | Method and Description |
---|---|
static void |
checkPermissions(PermissionBackend permissionBackend,
CurrentUser user,
Change change,
ProjectControl projectControl) |
void |
postUpdate(Context ctx)
Override this method to do something after the update e.g.
|
boolean |
updateChange(ChangeContext ctx)
Override this method to modify a change.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
updateRepo
public static void checkPermissions(PermissionBackend permissionBackend, CurrentUser user, Change change, ProjectControl projectControl) throws PermissionBackendException, AuthException
public boolean updateChange(ChangeContext ctx) throws com.google.gwtorm.server.OrmException
BatchUpdateOp
updateChange
in interface BatchUpdateOp
ctx
- contextcom.google.gwtorm.server.OrmException
public void postUpdate(Context ctx)
RepoOnlyOp
postUpdate
in interface RepoOnlyOp
ctx
- context