The following diagram illustrates the removal of the Item that was
created and added to Order in the previous example:
- The client looks up the Order, looks up the Item and invokes
the Item’s delete operation. In this case the operation replay graph
contains the Order node and a child Item node marked as delete pending.
- When constructing the merged MBO graph, Unwred Server notes
that the Item in the replay graph is marked as delete pending and removes it
and its ItemNote child from the merged MBO graph.
- The merged MBO graph is then bound to the Order update
operation parameters and the rest of the flow is identical to the addition
use case example.