DS#refreshAll

DS#refreshAll(resourceName[, params][, options])

Call DS#findAll with the given params, and keeping only the intersection between the result and the items already in the store that match the params, everything else being ejected (that matched the params but didn't come back in the result).

πŸ‘

You can call DS#refreshAll multiple ways

  • DS#refreshAll(resourceName[, params][, options])
  • Resource#refreshAll([, params][, options]) - Where Resource was created by DS#defineResource
ArgumentTypeDescription
resourceNamestringThe name of the resource to use. Unnecessary if calling refreshAll directly on a Resource.
paramsobjectQuery parameters for selecting items to refresh. Default: {}. See Query Syntax.
options (optional)objectConfiguration options. Also passed through to DS#findAll, the adapter being used, and DS#inject.

πŸ“˜

Need help?

Want more examples or have a question? Ask on the Slack channel or post on the mailing list then we'll get your question answered and probably update this wiki.