public interface InsertChangeOp extends BatchUpdateOp
BatchUpdateOp for creating changes.
A typical BatchUpdateOp operates on a change that has been read from a transaction;
this type, by contrast, is responsible for creating the change from scratch.
Ops of this type must be used via BatchUpdate.insertChange(InsertChangeOp). They may
be mixed with other BatchUpdateOps for the same change, in which case the insert op runs
first.
| Modifier and Type | Method and Description |
|---|---|
Change |
createChange(Context ctx) |
updateChangepostUpdate, updateRepo