X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.data.Operation.js diff --git a/docs/output/Ext.data.Operation.js b/docs/output/Ext.data.Operation.js index 45b93797..5cb7de74 100644 --- a/docs/output/Ext.data.Operation.js +++ b/docs/output/Ext.data.Operation.js @@ -1,437 +1,524 @@ Ext.data.JsonP.Ext_data_Operation({ - "tagname": "class", - "name": "Ext.data.Operation", - "doc": "

Represents a single read or write operation performed by a Proxy.\nOperation objects are used to enable communication between Stores and Proxies. Application\ndevelopers should rarely need to interact with Operation objects directly.

\n\n\n\n\n

Several Operations can be batched together in a batch.

\n\n", - "extends": "Object", - "mixins": [ - - ], - "alternateClassNames": [ + "allMixins": [ ], - "xtype": null, - "author": "Ed Spencer", + "deprecated": null, "docauthor": null, - "singleton": false, - "private": false, - "cfg": [ - { - "tagname": "cfg", - "name": "action", - "member": "Ext.data.Operation", - "type": "String", - "doc": "

The action being performed by this Operation. Should be one of 'create', 'read', 'update' or 'destroy'

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 23, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-action" - }, - { - "tagname": "cfg", - "name": "batch", - "member": "Ext.data.Operation", - "type": "Ext.data.Batch", - "doc": "

The batch that this Operation is a part of (optional)

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 53, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-batch" - }, - { - "tagname": "cfg", - "name": "filters", - "member": "Ext.data.Operation", - "type": "Array", - "doc": "

Optional array of filter objects. Only applies to 'read' actions.

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 28, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-filters" - }, - { - "tagname": "cfg", - "name": "group", - "member": "Ext.data.Operation", - "type": "Object", - "doc": "

Optional grouping configuration. Only applies to 'read' actions where grouping is desired.

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 38, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-group" - }, - { - "tagname": "cfg", - "name": "limit", - "member": "Ext.data.Operation", - "type": "Number", - "doc": "

The number of records to load. Used on 'read' actions when paging is being used.

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 48, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-limit" - }, - { - "tagname": "cfg", - "name": "sorters", - "member": "Ext.data.Operation", - "type": "Array", - "doc": "

Optional array of sorter objects. Only applies to 'read' actions.

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 33, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-sorters" - }, - { - "tagname": "cfg", - "name": "start", - "member": "Ext.data.Operation", - "type": "Number", - "doc": "

The start index (offset), used in paging when running a 'read' action.

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 43, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-start" - }, - { - "tagname": "cfg", - "name": "synchronous", - "member": "Ext.data.Operation", - "type": "Boolean", - "doc": "

True if this Operation is to be executed synchronously (defaults to true). This\nproperty is inspected by a Batch to see if a series of Operations can be executed in\nparallel or not.

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 16, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-cfg-synchronous", - "shortDoc": "True if this Operation is to be executed synchronously (defaults to true). This\nproperty is inspected by a Batch to s..." - } - ], - "method": [ - { - "tagname": "method", - "name": "Operation", - "member": "Ext.data.Operation", - "doc": "\n", - "params": [ - { + "members": { + "cfg": [ + { + "type": "String", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-action", + "shortDoc": "The action being performed by this Operation. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "action", + "owner": "Ext.data.Operation", + "doc": "

The action being performed by this Operation. Should be one of 'create', 'read', 'update' or 'destroy'

\n", + "linenr": 21, + "html_filename": "Operation.html" + }, + { + "type": "Ext.data.Batch", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-batch", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "batch", + "owner": "Ext.data.Operation", + "doc": "

The batch that this Operation is a part of (optional)

\n", + "linenr": 51, + "html_filename": "Operation.html" + }, + { + "type": "Array", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-filters", + "shortDoc": "Optional array of filter objects. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "filters", + "owner": "Ext.data.Operation", + "doc": "

Optional array of filter objects. Only applies to 'read' actions.

\n", + "linenr": 26, + "html_filename": "Operation.html" + }, + { + "type": "Object", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-group", + "shortDoc": "Optional grouping configuration. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "group", + "owner": "Ext.data.Operation", + "doc": "

Optional grouping configuration. Only applies to 'read' actions where grouping is desired.

\n", + "linenr": 36, + "html_filename": "Operation.html" + }, + { + "type": "Number", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-limit", + "shortDoc": "The number of records to load. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "limit", + "owner": "Ext.data.Operation", + "doc": "

The number of records to load. Used on 'read' actions when paging is being used.

\n", + "linenr": 46, + "html_filename": "Operation.html" + }, + { + "type": "Array", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-sorters", + "shortDoc": "Optional array of sorter objects. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "sorters", + "owner": "Ext.data.Operation", + "doc": "

Optional array of sorter objects. Only applies to 'read' actions.

\n", + "linenr": 31, + "html_filename": "Operation.html" + }, + { + "type": "Number", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-start", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "start", + "owner": "Ext.data.Operation", + "doc": "

The start index (offset), used in paging when running a 'read' action.

\n", + "linenr": 41, + "html_filename": "Operation.html" + }, + { + "type": "Boolean", + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "cfg", + "href": "Operation.html#Ext-data-Operation-cfg-synchronous", + "shortDoc": "True if this Operation is to be executed synchronously (defaults to true). ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "name": "synchronous", + "owner": "Ext.data.Operation", + "doc": "

True if this Operation is to be executed synchronously (defaults to true). This\nproperty is inspected by a Batch to see if a series of Operations can be executed in\nparallel or not.

\n", + "linenr": 14, + "html_filename": "Operation.html" + } + ], + "method": [ + { + "deprecated": null, + "alias": null, + "href": "Operation.html#Ext-data-Operation-method-constructor", + "tagname": "method", + "protected": false, + "shortDoc": "Creates new Operation object. ...", + "static": false, + "params": [ + { + "type": "Object", + "optional": true, + "doc": "

(optional) Config object.

\n", + "name": "config" + } + ], + "private": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "doc": "

Creates new Operation object.

\n", + "owner": "Ext.data.Operation", + "name": "Operation", + "html_filename": "Operation.html", + "return": { "type": "Object", - "name": "config", - "doc": "

Optional config object

\n", - "optional": false - } - ], - "return": { - "type": "void", - "doc": "\n" + "doc": "\n" + }, + "linenr": 106 }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 1, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-constructor", - "shortDoc": "\n" - }, - { - "tagname": "method", - "name": "allowWrite", - "member": "Ext.data.Operation", - "doc": "

Checks whether this operation should cause writing to occur.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-allowWrite", + "shortDoc": "Checks whether this operation should cause writing to occur. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Boolean", - "doc": "

Whether the operation should cause a write to occur.

\n" + ], + "name": "allowWrite", + "owner": "Ext.data.Operation", + "doc": "

Checks whether this operation should cause writing to occur.

\n", + "linenr": 225, + "return": { + "type": "Boolean", + "doc": "

Whether the operation should cause a write to occur.

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 223, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-allowWrite", - "shortDoc": "

Checks whether this operation should cause writing to occur.

\n" - }, - { - "tagname": "method", - "name": "getError", - "member": "Ext.data.Operation", - "doc": "

Returns the error string or object that was set using setException

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-getError", + "shortDoc": "Returns the error string or object that was set using setException ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Mixed", - "doc": "

The error object

\n" + ], + "name": "getError", + "owner": "Ext.data.Operation", + "doc": "

Returns the error string or object that was set using setException

\n", + "linenr": 156, + "return": { + "type": "Mixed", + "doc": "

The error object

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 154, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-getError", - "shortDoc": "

Returns the error string or object that was set using setException

\n" - }, - { - "tagname": "method", - "name": "getRecords", - "member": "Ext.data.Operation", - "doc": "

Returns an array of Ext.data.Model instances as set by the Proxy.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-getRecords", + "shortDoc": "Returns an array of Ext.data.Model instances as set by the Proxy. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Array", - "doc": "

Any loaded Records

\n" + ], + "name": "getRecords", + "owner": "Ext.data.Operation", + "doc": "

Returns an array of Ext.data.Model instances as set by the Proxy.

\n", + "linenr": 164, + "return": { + "type": "Array", + "doc": "

Any loaded Records

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 162, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-getRecords", - "shortDoc": "

Returns an array of Ext.data.Model instances as set by the Proxy.

\n" - }, - { - "tagname": "method", - "name": "getResultSet", - "member": "Ext.data.Operation", - "doc": "

Returns the ResultSet object (if set by the Proxy). This object will contain the model instances\nas well as meta data such as number of instances fetched, number available etc

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-getResultSet", + "shortDoc": "Returns the ResultSet object (if set by the Proxy). ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Ext.data.ResultSet", - "doc": "

The ResultSet object

\n" + ], + "name": "getResultSet", + "owner": "Ext.data.Operation", + "doc": "

Returns the ResultSet object (if set by the Proxy). This object will contain the model instances\nas well as meta data such as number of instances fetched, number available etc

\n", + "linenr": 174, + "return": { + "type": "Ext.data.ResultSet", + "doc": "

The ResultSet object

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 172, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-getResultSet", - "shortDoc": "Returns the ResultSet object (if set by the Proxy). This object will contain the model instances\nas well as meta data..." - }, - { - "tagname": "method", - "name": "hasException", - "member": "Ext.data.Operation", - "doc": "

Returns true if this Operation encountered an exception (see also getError)

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-hasException", + "shortDoc": "Returns true if this Operation encountered an exception (see also getError) ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Boolean", - "doc": "

True if there was an exception

\n" + ], + "name": "hasException", + "owner": "Ext.data.Operation", + "doc": "

Returns true if this Operation encountered an exception (see also getError)

\n", + "linenr": 148, + "return": { + "type": "Boolean", + "doc": "

True if there was an exception

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 146, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-hasException", - "shortDoc": "

Returns true if this Operation encountered an exception (see also getError)

\n" - }, - { - "tagname": "method", - "name": "isComplete", - "member": "Ext.data.Operation", - "doc": "

Returns true if the Operation has been completed

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-isComplete", + "shortDoc": "Returns true if the Operation has been completed ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Boolean", - "doc": "

True if the Operation is complete

\n" + ], + "name": "isComplete", + "owner": "Ext.data.Operation", + "doc": "

Returns true if the Operation has been completed

\n", + "linenr": 200, + "return": { + "type": "Boolean", + "doc": "

True if the Operation is complete

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 198, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-isComplete", - "shortDoc": "

Returns true if the Operation has been completed

\n" - }, - { - "tagname": "method", - "name": "isRunning", - "member": "Ext.data.Operation", - "doc": "

Returns true if the Operation has been started but has not yet completed.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-isRunning", + "shortDoc": "Returns true if the Operation has been started but has not yet completed. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Boolean", - "doc": "

True if the Operation is currently running

\n" + ], + "name": "isRunning", + "owner": "Ext.data.Operation", + "doc": "

Returns true if the Operation has been started but has not yet completed.

\n", + "linenr": 192, + "return": { + "type": "Boolean", + "doc": "

True if the Operation is currently running

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 190, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-isRunning", - "shortDoc": "

Returns true if the Operation has been started but has not yet completed.

\n" - }, - { - "tagname": "method", - "name": "isStarted", - "member": "Ext.data.Operation", - "doc": "

Returns true if the Operation has been started. Note that the Operation may have started AND completed,\nsee isRunning to test if the Operation is currently running.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-isStarted", + "shortDoc": "Returns true if the Operation has been started. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Boolean", - "doc": "

True if the Operation has started

\n" + ], + "name": "isStarted", + "owner": "Ext.data.Operation", + "doc": "

Returns true if the Operation has been started. Note that the Operation may have started AND completed,\nsee isRunning to test if the Operation is currently running.

\n", + "linenr": 183, + "return": { + "type": "Boolean", + "doc": "

True if the Operation has started

\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 181, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-isStarted", - "shortDoc": "Returns true if the Operation has been started. Note that the Operation may have started AND completed,\nsee isRunning..." - }, - { - "tagname": "method", - "name": "setCompleted", - "member": "Ext.data.Operation", - "doc": "

Marks the Operation as completed

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-setCompleted", + "shortDoc": "Marks the Operation as completed ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "setCompleted", + "owner": "Ext.data.Operation", + "doc": "

Marks the Operation as completed

\n", + "linenr": 122, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 120, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-setCompleted", - "shortDoc": "

Marks the Operation as completed

\n" - }, - { - "tagname": "method", - "name": "setException", - "member": "Ext.data.Operation", - "doc": "

Marks the Operation as having experienced an exception. Can be supplied with an option error message/object.

\n", - "params": [ - { - "type": "Mixed", - "name": "error", - "doc": "

Optional error string/object

\n", - "optional": false - } - ], - "return": { - "type": "void", - "doc": "\n" + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-setException", + "shortDoc": "Marks the Operation as having experienced an exception. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ + { + "type": "Mixed", + "optional": false, + "doc": "

Optional error string/object

\n", + "name": "error" + } + ], + "name": "setException", + "owner": "Ext.data.Operation", + "doc": "

Marks the Operation as having experienced an exception. Can be supplied with an option error message/object.

\n", + "linenr": 137, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 135, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-setException", - "shortDoc": "

Marks the Operation as having experienced an exception. Can be supplied with an option error message/object.

\n" - }, - { - "tagname": "method", - "name": "setStarted", - "member": "Ext.data.Operation", - "doc": "

Marks the Operation as started

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-setStarted", + "shortDoc": "Marks the Operation as started ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "setStarted", + "owner": "Ext.data.Operation", + "doc": "

Marks the Operation as started

\n", + "linenr": 114, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 112, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-setStarted", - "shortDoc": "

Marks the Operation as started

\n" - }, - { - "tagname": "method", - "name": "setSuccessful", - "member": "Ext.data.Operation", - "doc": "

Marks the Operation as successful

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-setSuccessful", + "shortDoc": "Marks the Operation as successful ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "setSuccessful", + "owner": "Ext.data.Operation", + "doc": "

Marks the Operation as successful

\n", + "linenr": 130, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "Operation.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 128, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-setSuccessful", - "shortDoc": "

Marks the Operation as successful

\n" - }, - { - "tagname": "method", - "name": "wasSuccessful", - "member": "Ext.data.Operation", - "doc": "

Returns true if the Operation has completed and was successful

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "Operation.html#Ext-data-Operation-method-wasSuccessful", + "shortDoc": "Returns true if the Operation has completed and was successful ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "params": [ - ], - "return": { - "type": "Boolean", - "doc": "

True if successful

\n" - }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 206, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation-method-wasSuccessful", - "shortDoc": "

Returns true if the Operation has completed and was successful

\n" - } - ], - "property": [ + ], + "name": "wasSuccessful", + "owner": "Ext.data.Operation", + "doc": "

Returns true if the Operation has completed and was successful

\n", + "linenr": 208, + "return": { + "type": "Boolean", + "doc": "

True if successful

\n" + }, + "html_filename": "Operation.html" + } + ], + "property": [ - ], - "event": [ + ], + "cssVar": [ - ], - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Operation.js", - "linenr": 1, - "html_filename": "Operation.html", - "href": "Operation.html#Ext-data-Operation", - "cssVar": [ + ], + "cssMixin": [ - ], - "cssMixin": [ + ], + "event": [ - ], - "component": false, + ] + }, + "singleton": false, + "alias": null, "superclasses": [ ], + "protected": false, + "tagname": "class", + "mixins": [ + + ], + "href": "Operation.html#Ext-data-Operation", "subclasses": [ ], + "static": false, + "author": "Ed Spencer", + "component": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Operation.js", + "private": false, + "alternateClassNames": [ + + ], + "name": "Ext.data.Operation", + "doc": "

Represents a single read or write operation performed by a Proxy.\nOperation objects are used to enable communication between Stores and Proxies. Application\ndevelopers should rarely need to interact with Operation objects directly.

\n\n\n\n\n

Several Operations can be batched together in a batch.

\n\n", "mixedInto": [ ], - "allMixins": [ + "linenr": 1, + "xtypes": [ - ] + ], + "html_filename": "Operation.html", + "extends": "Object" }); \ No newline at end of file