Packages

c

com.outr.arango.collection

EdgeCollection

class EdgeCollection[E <: Edge[E, From, To], M <: EdgeModel[E, From, To], From, To] extends DocumentCollection[E, M]

Linear Supertypes
DocumentCollection[E, M], WritableCollection[E], ArangoDBDocuments[E], ReadableCollection[E], Collection, Support, QueryPart, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeCollection
  2. DocumentCollection
  3. WritableCollection
  4. ArangoDBDocuments
  5. ReadableCollection
  6. Collection
  7. Support
  8. QueryPart
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EdgeCollection(graph: Graph, arangoDBCollection: ArangoDBCollection, edgeModel: M, managed: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _collection: ArangoCollectionAsync
    Attributes
    protected
    Definition Classes
    WritableCollectionArangoDBDocuments
  5. def afterRetrieval(value: Json): Json
    Attributes
    protected
    Definition Classes
    DocumentCollectionWritableCollection
  6. def apply(id: Id[E], default: (Id[E]) => E = id => throw NotFoundException(id._id)): IO[E]
    Definition Classes
    ArangoDBDocuments
  7. val arangoCollection: ArangoDBCollection
    Attributes
    protected[arango]
    Definition Classes
    DocumentCollectionWritableCollection
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def beforeStorage(value: Json): Json
    Attributes
    protected
    Definition Classes
    DocumentCollectionWritableCollection
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. def count: IO[Int]
    Definition Classes
    ArangoDBDocuments
  12. def dbName: String
    Definition Classes
    DocumentCollection → Collection
  13. def delete(id: Id[E], options: DeleteOptions = DeleteOptions.Default, transaction: StreamTransaction = None.orNull): IO[DeleteResult[E]]
    Definition Classes
    ArangoDBDocuments
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def fromT(t: E): Json
  17. def get(id: Id[E]): IO[Option[E]]
    Definition Classes
    ArangoDBDocuments
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. val graph: Graph
    Attributes
    protected[arango]
    Definition Classes
    DocumentCollection
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def id(key: String): Id[E]
    Definition Classes
    ArangoDBDocuments
  22. def insert(doc: E, options: CreateOptions = CreateOptions.Insert, transaction: StreamTransaction = None.orNull): IO[CreateResult[E]]
    Definition Classes
    ArangoDBDocuments
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val managed: Boolean
    Definition Classes
    DocumentCollection
  25. val model: M
  26. def name: String
    Definition Classes
    DocumentCollection → Collection
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. lazy val query: DocumentCollectionQuery[E, M]
  31. def ref: DocumentRef[E, M]
    Definition Classes
    DocumentCollection
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toQueryPart: QueryPart
    Definition Classes
    Collection → Support
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def toT(value: Json): E
  36. val type: CollectionType
    Definition Classes
    DocumentCollection → Collection
  37. def update(f: (DocumentRef[E, M]) => (Filter, List[(Field[_], Query)])): IO[Int]
    Definition Classes
    DocumentCollection
  38. def update(id: Id[E], doc: E, options: UpdateOptions = UpdateOptions.Default, transaction: StreamTransaction = None.orNull): IO[UpdateResult[E]]
    Definition Classes
    ArangoDBDocuments
  39. def updateWithOptions(ignoreErrors: Boolean = false, keepNull: Boolean = true, mergeObjects: Boolean = true, waitForSync: Boolean = false, ignoreRevs: Boolean = true, exclusive: Boolean = false, refillIndexCaches: Boolean = false)(f: (DocumentRef[E, M]) => (Filter, List[(Field[_], Query)])): IO[Int]
    Definition Classes
    DocumentCollection
  40. def upsert(doc: E, options: CreateOptions = CreateOptions.Upsert, transaction: StreamTransaction = None.orNull): IO[CreateResult[E]]
    Definition Classes
    ArangoDBDocuments
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object collection
    Definition Classes
    WritableCollection
  45. object batch
    Definition Classes
    ArangoDBDocuments
  46. object stream
    Definition Classes
    ArangoDBDocuments

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def modify(filter: => Filter, fieldAndValues: FieldAndValue[_]*): IO[Int]
    Definition Classes
    DocumentCollection
    Annotations
    @deprecated
    Deprecated

    (Since version 3.10) Use updateWith instead

Inherited from DocumentCollection[E, M]

Inherited from WritableCollection[E]

Inherited from ArangoDBDocuments[E]

Inherited from ReadableCollection[E]

Inherited from Collection

Inherited from Support

Inherited from QueryPart

Inherited from AnyRef

Inherited from Any

Ungrouped