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 delete[D](obj: CouchDoc[D]): Task[DocOk]

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

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

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

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

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

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

    Permalink
  18. def get: GetDocumentQueryBuilder

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

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

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

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

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

    Permalink
  24. def getMany: GetManyDocumentsQueryBuilder

    Permalink
  25. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val server: Server

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

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

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

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

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

    Permalink
  36. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped