Similarly, the DataGraph and DataObject classes also have setter methods.
同样,DataGraph和dataobject类也都具有setter方法。
Suppose the provider jar file for the sdo DataGraph schema is sdobinder.jar.
假设sdodatagraph脚本的提供者jar文件为sdobinder . jar。
Builds an appropriate SOAPElement which represents the incoming SDO datagraph.
构建一个合适的SOAPElement,它代表接收的SDOdatagraph。
The content of a message arriving at a mediation is stored in an SDO Datagraph.
到达中介的消息的内容存储在SDODatagraph中。
A DataGraph always contains at least one DataObject instance — that's the actual data.
DataGraph始终至少包含一个DataObject实例——即实际数据。
One of the responsibilities of the SDO DataGraph is to keep track of any changes within the object graph.
SDODataGraph的职责之一是跟踪对象图形中的任何更改。
As all of these changes are happening, the DataGraph is keeping a summary of all changes within the graph.
在所有这些更改发生时,DataGraph将在图形中保持所有更改的摘要。
Once an application has a DataGraph returned from a Content API service call, it can process the data as needed.
应用程序获得从ContentAPI服务调用返回的DataGraph后,它就可以根据需要处理数据。
Queries its type mapping system to locate an appropriate custom binder (for example, SDOCustomBinder) for the datagraph data.
为datagraph数据查询它的类型映射系统以定位到一个合适的定制绑定 (如SDOCustomBinder) 。
If an application queries the repository using the Content API for a particular set of documents, they are returned in the form of a DataGraph.
如果应用程序使用ContentAPI查询库来获得一组特定的文档,则这些文档会以DataGraph的形式返回。
The data can be retrieved from the DataGraph and displayed in an application, or the DataGraph can be modified and returned to the Content API service.
可以从DataGraph检索数据,并将其显示在应用程序中,或修改DataGraph并将其返回到ContentAPI服务。
When applications are finished making changes, the DataGraph is passed back to one of the Content API services, and the mediators process the change summary.
当应用程序完成更改时,DataGraph 被传递回ContentAPI服务之一,中介器将处理更改摘要。
One important SDO paradigm to point out is that applications perform all modifications to the DataGraph locally, before returning the DataGraph to be processed.
需要指出的一个重要SDO范例是在返回要处理的DataGraph之前,应用程序可以本地执行对DataGraph的所有修改。
As you can see, we use the same trick that we used before: retrieved a DataGraph instance from the message using a format string, then replaced the DataGraph on the message.
可以看出,我们使用了与前面相同的诀窍:从使用格式字符串的消息中检索DataGraph,然后替换消息中的DataGraph。
A DataGraph object represents data in a tree-like structure, with a root object at the top of the tree and children under it, similar to the structure that you might find in an XML document.
DataGraph对象以类似于树的形式表示数据,树的顶部是根对象,其下面为各个子项,与您在XML文档中看到的结构类似。
Applications can traverse the graph using the generic SDO API, they can access data using the object model defined by the content model, or they can use XPath to extract data from a DataGraph.
应用程序可以使用普通的SDOAPI遍历图形,它们可以使用由内容模型定义的对象模型访问数据,或者使用XPath从DataGraph中提取数据。
Applications can traverse the graph using the generic SDO API, they can access data using the object model defined by the content model, or they can use XPath to extract data from a DataGraph.
应用程序可以使用普通的SDOAPI遍历图形,它们可以使用由内容模型定义的对象模型访问数据,或者使用XPath从DataGraph中提取数据。
应用推荐