This use case describes the creation of a new composite relationship
consisting of Order<-Item<-ItemNote MBOs.
The following diagram
shows the construction of an Order with two Items and one ItemNote:
- When the pending operation on the Order is submitted a replay operation is
sent to Unwired Server which contains the entire composite
graph.
- Since the replay operation contains the entire graph, there is no need to
merge the replay graph with the cache to pick up missing graph parts.
- The operation replay graph is bound to the EIS Order create operation’s
input parameters and the Order create operation is invoked.
- The primary key contained in the create operation results is used to query
the EIS for the current version of the graph which is then merged into the
cache.
- The download query executes and the query results are returned to the
client.
