|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in com.fourspaces.couchdb |
---|
Subclasses of Document in com.fourspaces.couchdb | |
---|---|
class |
ViewResults
The results of a view request is just a specialized Document object. |
Fields in com.fourspaces.couchdb declared as Document | |
---|---|
protected Document |
View.document
|
Methods in com.fourspaces.couchdb that return Document | |
---|---|
Document |
Database.getDocument(String id)
Retrieves a document from the CouchDB database |
Document |
Database.getDocument(String id,
String revision)
Retrieves a specific document revision |
Document |
Database.getDocument(String id,
String revision,
boolean showRevisions)
Retrieves a specific document revision and (optionally) asks for a list of all revisions |
Document |
Database.getDocumentWithRevisions(String id)
Retrieves a document from the database and asks for a list of it's revisions. |
Methods in com.fourspaces.couchdb that return types with arguments of type Document | |
---|---|
List<Document> |
ViewResults.getResults()
Retrieves a list of documents that matched this View. |
Methods in com.fourspaces.couchdb with parameters of type Document | |
---|---|
void |
Database.bulkSaveDocuments(Document[] documents)
|
boolean |
Database.deleteDocument(Document d)
Deletes a document |
void |
Database.saveDocument(Document doc)
Save a document w/o specifying an id (can be null) |
void |
Database.saveDocument(Document doc,
String docId)
Save a document at the given _id |
Constructors in com.fourspaces.couchdb with parameters of type Document | |
---|---|
View(Document doc,
String name)
Build a view given a document and a name |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |