Deleting a Composite Child

This use case describes the deletion of an Item from the composite graph.

The following diagram illustrates the removal of the Item that was created and added to Order in the previous example:
  1. 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.
  2. 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.
  3. 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.


removeFromMBOGraph