A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractCouchRequest — class, package com.custardbelly.as3couchdb.service
AbstractCouchRequest is an ICouchRequest implementation with abstract and stubbed methods.
AbstractCouchRequest() — Constructor, class com.custardbelly.as3couchdb.service.AbstractCouchRequest
Constructor.
AbstractDatabaseResponder — class, package com.custardbelly.as3couchdb.responder
AbstractDatabaseResponder is an abstract responder to requests made on a database.
AbstractDatabaseResponder(database:com.custardbelly.as3couchdb.core:CouchDatabase, responder:com.custardbelly.as3couchdb.responder:ICouchServiceResponder) — Constructor, class com.custardbelly.as3couchdb.responder.AbstractDatabaseResponder
Constructor.
AbstractDocumentResponder — class, package com.custardbelly.as3couchdb.responder
AbtstractDocumentResponder is a abstract responder to service requests related to a couch document.
AbstractDocumentResponder(document:com.custardbelly.as3couchdb.core:CouchDocument, responder:com.custardbelly.as3couchdb.responder:ICouchServiceResponder) — Constructor, class com.custardbelly.as3couchdb.responder.AbstractDocumentResponder
Constructor.
_action — Property, class com.custardbelly.as3couchdb.core.CouchServiceResult
action — Property, class com.custardbelly.as3couchdb.core.CouchServiceResult
Returns the action performed on the service that resulted in a successful operation.
_action — Property, class com.custardbelly.as3couchdb.mediator.helper.AttachmentRequestQueue
_action — Property, class com.custardbelly.as3couchdb.responder.ReadDatabaseResponder
_action — Property, class com.custardbelly.as3couchdb.responder.UpdateDocumentResponder
_actionMediator — Property, class com.custardbelly.as3couchdb.core.CouchDocument
_actionMediator — Property, class com.custardbelly.as3couchdb.core.CouchSession
addAttachment(attachment:com.custardbelly.as3couchdb.core:CouchAttachment, autostart:Boolean) — method, class com.custardbelly.as3couchdb.mediator.helper.AttachmentRequestQueue
Adds a attachment to the request queue and optionally begins the request process.
_attachmentRequestQueue — Property, class com.custardbelly.as3couchdb.mediator.CouchDocumentActionMediator
AttachmentRequestQueue — class, package com.custardbelly.as3couchdb.mediator.helper
AttachmentRequestQueue is a request queue for saving and deleting attachments related to a document.
AttachmentRequestQueue(document:com.custardbelly.as3couchdb.core:CouchDocument, service:com.custardbelly.as3couchdb.service:ICouchDocumentService, responder:com.custardbelly.as3couchdb.responder:ICouchServiceResponder, faultIsFatal:Boolean) — Constructor, class com.custardbelly.as3couchdb.mediator.helper.AttachmentRequestQueue
Constructor.
_attachments — Property, class com.custardbelly.as3couchdb.core.CouchDocument
attachments — Property, class com.custardbelly.as3couchdb.core.CouchDocument
Returns a generic object describing attachments associated with this document.
_attachments — Property, class com.custardbelly.as3couchdb.mediator.helper.AttachmentRequestQueue
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z