public class AbandonOp extends Object implements BatchUpdateOp
Modifier and Type | Class and Description |
---|---|
static interface |
AbandonOp.Factory |
Modifier and Type | Method and Description |
---|---|
Change |
getChange() |
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 Change getChange()
public boolean updateChange(ChangeContext ctx) throws com.google.gwtorm.server.OrmException, ResourceConflictException
BatchUpdateOp
updateChange
in interface BatchUpdateOp
ctx
- contextcom.google.gwtorm.server.OrmException
ResourceConflictException
public void postUpdate(Context ctx) throws com.google.gwtorm.server.OrmException
RepoOnlyOp
postUpdate
in interface RepoOnlyOp
ctx
- contextcom.google.gwtorm.server.OrmException