| Interface | Description |
|---|---|
| DeleteRevisionTask<T> | |
| ReadOnlyRevisionCallback<T> | |
| RevisionClaim | |
| RevisionManager |
A Revision Manager provides the ability to prevent clients of the Web API from
stepping on one another.
|
| RevisionUpdate<T> |
A packaging of a Component's DTO and the corresponding Revision for that component
|
| UpdateRevisionTask<T> |
A task that is responsible for updating some component(s).
|
| Class | Description |
|---|---|
| NaiveRevisionManager |
This class implements a naive approach for Revision Management.
|
| RevisionComparator | |
| StandardRevisionClaim | |
| StandardRevisionUpdate<T> | |
| TestNaiveRevisionManager |
| Enum | Description |
|---|---|
| RevisionLockResult |
| Exception | Description |
|---|---|
| ExpiredRevisionClaimException | |
| LockVerificationFailedException |