Module: alfresco/core/CoreData

alfresco/core/CoreData

Singleton providing class for a common data model.
Author:
  • Dave Draper
License:
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[]