Class/Object

com.ibm.couchdb.api.builders

GetManyDocumentsQueryBuilder

Related Docs: object GetManyDocumentsQueryBuilder | package builders

Permalink

case class GetManyDocumentsQueryBuilder[ID <: DocsInResult, AM <: MissingIdsInQuery, BT <: DocType] extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetManyDocumentsQueryBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def allowMissing: GetManyDocumentsQueryBuilder[ID, MissingAllowed, BT]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def byType[K, V, D](view: CouchView)(implicit arg0: R[K], arg1: R[V], arg2: R[D]): GetManyDocumentsQueryBuilder[IncludeDocs[D], AM, ForDocType[K, V, D]]

    Permalink
  7. def byTypeUsingTemporaryView[D](implicit arg0: R[D]): GetManyDocumentsQueryBuilder[IncludeDocs[D], AM, ForDocType[(String, String), String, D]]

    Permalink
  8. val client: Client

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def conflicts(conflicts: Boolean = true): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  11. val db: String

    Permalink
  12. def descending(descending: Boolean = true): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  13. def disallowMissing: GetManyDocumentsQueryBuilder[ID, MissingDisallowed, BT]

    Permalink
  14. def endKey[K](endKey: K)(implicit arg0: W[K]): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  15. def endKeyDocId(endKeyDocId: String): GetManyDocumentsQueryBuilder[ID, AM, BT]

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

    Permalink
    Definition Classes
    AnyRef
  17. def excludeDocs: GetManyDocumentsQueryBuilder[ExcludeDocs, AM, BT]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. val ids: Seq[String]

    Permalink
  21. def includeDocs[D](implicit arg0: R[D]): GetManyDocumentsQueryBuilder[IncludeDocs[D], AM, BT]

    Permalink
  22. def inclusiveEnd(inclusiveEnd: Boolean = true): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def key[K](key: K)(implicit arg0: W[K]): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  25. def limit(limit: Int): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val params: Map[String, String]

    Permalink
  30. val queryOps: QueryOps

    Permalink
  31. def skip(skip: Int): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  32. def stale(stale: String): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  33. def startKey[K](startKey: K)(implicit arg0: W[K]): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  34. def startKeyDocId(startKeyDocId: String): GetManyDocumentsQueryBuilder[ID, AM, BT]

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

    Permalink
    Definition Classes
    AnyRef
  36. lazy val tempTypeFilterView: CouchView

    Permalink
  37. val typeMappings: TypeMapping

    Permalink
  38. def updateSeq(updateSeq: Boolean = true): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink
  39. val view: Option[CouchView]

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withIds(ids: Seq[String]): GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink

Deprecated Value Members

  1. def query(ids: Seq[String]): Task[CouchKeyVals[String, CouchDocRev]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use withIds(ids: Seq[String]).build.query instead.

  2. def query: Task[CouchKeyVals[String, CouchDocRev]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use build.query instead.

  3. def queryAllowMissing(ids: Seq[String]): Task[CouchKeyValsIncludesMissing[String, CouchDocRev]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use allowMissing.withIds(ks: Seq[String]).build.query instead.

  4. def queryByTypeIncludeDocs[K, V, D](typeFilterView: CouchView)(implicit arg0: R[D], tag: ClassTag[D], kr: R[K], kw: W[K], vr: R[V]): Task[CouchDocs[K, V, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use byType[K, V, D](view: CouchView).build.query instead.

  5. def queryByTypeIncludeDocsWithTemporaryView[D](implicit arg0: R[D], tag: ClassTag[D]): Task[CouchDocs[(String, String), String, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use byTypeUsingTemporaryView[D].build.query instead.

  6. def queryIncludeDocs[D](ids: Seq[String])(implicit arg0: R[D]): Task[CouchDocs[String, CouchDocRev, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use includeDocs.withIds(ids: Seq[String]).build.query instead.

  7. def queryIncludeDocs[D](implicit arg0: R[D]): Task[CouchDocs[String, CouchDocRev, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0)

  8. def queryIncludeDocsAllowMissing[D](ids: Seq[String])(implicit arg0: R[D]): Task[CouchDocsIncludesMissing[String, CouchDocRev, D]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use includeDocs.allowMissing.withIds(ids: Seq[String]).build.query instead.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped