dojox.data.SnapLogicStore
dojo.require("dojox.data.SnapLogicStore");
defined in dojox/data/SnapLogicStore.js
Initialize a SnapLogicStore object.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | An object that contains properties for initializing the new data store object. The following properties are understood: |
FunctionsBack to top

See dojo.data.api.Read.close()

See dojo.data.api.Read.containsValue()

See dojo.data.api.Read.getAttributes()
See dojo.data.api.Read.getFeatures()

See dojo.data.api.Read.getLabel()

See dojo.data.api.Read.getLabelAttributes()

See dojo.data.api.Read.getValue()

See dojo.data.api.Read.getValue()

See dojo.data.api.Read.hasAttributes()

See dojo.data.api.Read.isItem()

See dojo.data.api.Read.isItemLoaded()

See dojo.data.api.Read.loadItem()

This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

This function tests whether the item passed in is indeed an item in the store.
Process data retrieved via fetch and send it back to requester. response: The data returend from the I/O transport. In the normal case, it will be an array of result rows from the pipeline. In the special case for record count optimization, response will be an array with a single element containing the total pipeline result row count. See fetch() for details on this optimization.
Handle the individual replies for both data and length requests.
PropertiesBack to top
URL to the SnapLogic pipeline's output routed through PipeToHttp. Typically, this will look like "http://<server-host>:<port>/pipe/<pipeline-url>/<pipeline-output-view>". parameters: An object whose properties define parameters to the pipeline. The values of these properties will be sent to the pipeline as parameters when it run.