public class DeleteChangeOp extends java.lang.Object implements BatchUpdateOp
Modifier and Type | Method and Description |
---|---|
boolean |
updateChange(ChangeContext ctx)
Override this method to modify a change.
|
void |
updateRepo(RepoContext ctx)
Override this method to update the repo.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postUpdate
public boolean updateChange(ChangeContext ctx) throws RestApiException, com.google.gwtorm.server.OrmException, java.io.IOException, NoSuchChangeException
BatchUpdateOp
updateChange
in interface BatchUpdateOp
ctx
- contextRestApiException
com.google.gwtorm.server.OrmException
java.io.IOException
NoSuchChangeException
public void updateRepo(RepoContext ctx) throws java.io.IOException
RepoOnlyOp
updateRepo
in interface RepoOnlyOp
ctx
- contextjava.io.IOException