
|
If you were logged in you would be able to see more operations.
|
|
|
| Proposal: |
Add the changeToken input to:
- setContentStream
- deleteContentStream
Note: version 0.6 of Part I already has the changeToken in all the right places.
Add the changeToken input to:
- setContentStream
- deleteContentStream
Note: version 0.6 of Part I already has the changeToken in all the right places.
|
| Resolution: |
Proposal accepted (on 4/20)
|
|
Currently, the only method in the domain model that requires a changeToken is the "updateProperties" method.
This is inconsistent. There are other methods that effectively "update" an object, and they should all take a ChangeToken input.
|
|
Description
|
Currently, the only method in the domain model that requires a changeToken is the "updateProperties" method.
This is inconsistent. There are other methods that effectively "update" an object, and they should all take a ChangeToken input. |
Show » |
|
- deleteObject
- deleteTree
- checkOut
- cancelCheckOut
- checkIn