public class SetAssigneeOp extends java.lang.Object implements BatchUpdateOp
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetAssigneeOp.Factory |
| Modifier and Type | Method and Description |
|---|---|
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, waitupdateRepopublic boolean updateChange(ChangeContext ctx) throws com.google.gwtorm.server.OrmException, RestApiException
BatchUpdateOpupdateChange in interface BatchUpdateOpctx - contextcom.google.gwtorm.server.OrmExceptionRestApiExceptionpublic void postUpdate(Context ctx) throws com.google.gwtorm.server.OrmException
RepoOnlyOppostUpdate in interface RepoOnlyOpctx - contextcom.google.gwtorm.server.OrmException