dojox/data/PersevereStore (version 1.10)

See the dojox/data/PersevereStore reference documentation for more information.

Property Summary

Method Summary

  • addProxy() Invokes the XHR proxy plugin.
  • getStores(path,sync) Creates Dojo data stores for all the table/classes on a Persevere server

Properties

jsonQueryPagination
useFullIdInQueries

Methods

addProxy()

Invokes the XHR proxy plugin. Call this if you will be using x-site data.

getStores(path,sync)

Creates Dojo data stores for all the table/classes on a Persevere server

Parameter Type Description
path String
Optional

URL of the Persevere server's root, this normally just "/" which is the default value if the target is not provided

sync Boolean
Optional

Indicates that the operation should happen synchronously.

Returns:any

A map/object of datastores will be returned if it is performed asynchronously, otherwise it will return a Deferred object that will provide the map/object. The name of each property is a the name of a store, and the value is the actual data store object.

Error in the documentation? Can’t find what you are looking for? Let us know!