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[V](view: String, design: String, mappedType: MappedDocType)(implicit arg0: R[V]): ViewQueryBuilder[(String, String), V, ID, MapOnly]

    Permalink
  7. def byType[K, V](view: String, design: String, mappedType: MappedDocType)(implicit arg0: R[K], arg1: R[V], kw: W[K]): ViewQueryBuilder[K, V, ID, MapOnly]

    Permalink
  8. def byTypeUsingTemporaryView(mappedType: MappedDocType): ViewQueryBuilder[(String, String), String, ID, MapOnly]

    Permalink
  9. val client: Client

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. val db: String

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

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

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

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

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

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

    Permalink
  19. def finalize(): Unit

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

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

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

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  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 params: Map[String, String]

    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 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
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2)

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.2) Use byTypeUsingTemporaryView(mappedType: MappedDocType) instead

  3. 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.

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) Use build.query instead.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0)

  10. 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