Uses of Interface
org.jboss.hal.db.Document
-
-
Uses of Document in org.jboss.hal.db
Methods in org.jboss.hal.db that return Document Modifier and Type Method Description static DocumentDocument. of(String id)Methods in org.jboss.hal.db that return types with arguments of type Document Modifier and Type Method Description elemental2.promise.Promise<Document>PouchDB. get(String id)elemental2.promise.Promise<List<Document>>PouchDB. getAll(Set<String> ids)Returns the documents for the specified ids.elemental2.promise.Promise<List<Document>>PouchDB. prefixSearch(String id)Returns all documents whose ID starts with the specified ID.Methods in org.jboss.hal.db with parameters of type Document Modifier and Type Method Description elemental2.promise.Promise<String>PouchDB. put(Document document)Method parameters in org.jboss.hal.db with type arguments of type Document Modifier and Type Method Description elemental2.promise.Promise<Set<String>>PouchDB. putAll(List<Document> documents)
-