DS.RecordArrayManager Class addon/-private/system/record-array-manager.js:15
PRIVATE
Extends: Ember.Object
Defined in: addon/-private/system/record-array-manager.js:15
Module: ember-data
PRIVATE
Extends: Ember.Object
Defined in: addon/-private/system/record-array-manager.js:15
Module: ember-data
createAdapterPopulatedRecordArray
Create a DS.AdapterPopulatedRecordArray
for a type with given query.
createFilteredRecordArray
Create a DS.FilteredRecordArray
for a type and register it for updates.
createRecordArray
Create a DS.RecordArray
for a type.
liveRecordArrayFor
Get the DS.RecordArray
for a type, which contains all loaded records of
given type.
registerFilteredRecordArray
Register a RecordArray for a given type to be backed by a filter function. This will cause the array to update automatically when records of that type change attribute values or states.
unregisterRecordArray
Unregister a RecordArray. So manager will not update this array.
updateFilter
This method is invoked if the filterFunction
property is
changed on a DS.FilteredRecordArray
.
It essentially re-runs the filter from scratch. This same method is invoked when the filter is created in th first place.
updateFilterRecordArray
Update an individual filter.