Lines Matching refs:UDMF
8 The Unified Data Management Framework (UDMF) provides unified data channels and standard data acces…
14 …UDMF. When an application (data provider) needs to share data, it calls the **insertData()** metho…
16 The unified data object (**UnifiedData**) is uniquely identified by a URI in the UDMF data channel.…
20 + *intention*: an enum of the data channel types supported by the UDMF.
26 Currently, the UDMF provides the public data channel for cross-application data sharing.
32 The following table lists the UDMF APIs. All of them are executed asynchronously in callback or pro…
36 …nifiedData, callback: AsyncCallback\<string>): void | Inserts data to the UDMF public data channel…
37 …edData, callback: AsyncCallback\<void>): void | Updates the data in the UDMF public data channel…
38 …: AsyncCallback\<Array\<UnifiedData>>): void | Queries data in the UDMF public data channel…
39 … AsyncCallback\<Array\<UnifiedData>>): void | Deletes data from the UDMF public data channel…
44 … delete the data. The data consumer uses the query() APIs provided by the UDMF to obtain full data…
53 2. Create a **UnifiedData** object and insert it into the UDMF public data channel.
104 4. Delete the **UnifiedData** object from the UDMF public data channel.
142 2. Query the full data in the UDMF public data channel.