Singleton providing class for a common data model.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Members
-
callbacks
-
- Source:
-
root
-
- Source:
Methods
-
getDataItems(obj) → {object[]}
-
Recursing function that converts an object into an array where the value assigned to each key in the object becomes an element in the array. The "_alfValue" and "_alfCallbacks" keys are ignored.
Parameters:
Name Type Description obj
object The object to convert to an array - Source:
Returns:
An array of objects- Type
- object[]
-
getDataStoreFriendlyData() → {object[]}
-
- Source:
Returns:
- Type
- object[]