Class

com.ibm.couchdb.api

Documents

Related Doc: package api

Permalink

class Documents extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Documents
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Documents(client: Client, db: String, typeMapping: TypeMapping)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attach[D](obj: CouchDoc[D], name: String, path: String): Task[DocOk]

    Permalink
  6. def attach[D](obj: CouchDoc[D], name: String, data: Array[Byte], contentType: String = ""): Task[DocOk]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def create[D](obj: D, id: String)(implicit arg0: W[D]): Task[DocOk]

    Permalink
  9. def create[D](obj: D)(implicit arg0: W[D]): Task[DocOk]

    Permalink
  10. def createMany[D](objs: Seq[D])(implicit arg0: W[D]): Task[Seq[DocOk]]

    Permalink
  11. def createMany[D](objs: Map[String, D])(implicit arg0: W[D]): Task[Seq[DocOk]]

    Permalink
  12. def delete[D](obj: CouchDoc[D]): Task[DocOk]

    Permalink
  13. def deleteAttachment[D](obj: CouchDoc[D], name: String): Task[DocOk]

    Permalink
  14. def deleteMany[D](objs: Seq[CouchDoc[D]])(implicit arg0: W[D]): Task[Seq[DocOk]]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get[D](id: String)(implicit arg0: R[D]): Task[CouchDoc[D]]

    Permalink
  19. def get: GetDocumentQueryBuilder

    Permalink
  20. def getAttachment[D](obj: CouchDoc[D], name: String): Task[Array[Byte]]

    Permalink
  21. def getAttachmentResource[D](obj: CouchDoc[D], name: String): Task[String]

    Permalink
  22. def getAttachmentUrl[D](obj: CouchDoc[D], name: String): Task[String]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getMany[D](ids: Seq[String])(implicit arg0: R[D]): Task[CouchDocs[String, CouchDocRev, D]]

    Permalink
  25. def getMany: GetManyDocumentsQueryBuilder

    Permalink
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val server: Server

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. val types: Map[String, String]

    Permalink
  35. def update[D](obj: CouchDoc[D])(implicit arg0: W[D]): Task[DocOk]

    Permalink
  36. def updateMany[D](objs: Seq[CouchDoc[D]])(implicit arg0: W[D]): Task[Seq[DocOk]]

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped