Packages

c

com.embedika.verdi

VerdiClientImpl

class VerdiClientImpl extends VerdiClient

Linear Supertypes
VerdiClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VerdiClientImpl
  2. VerdiClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VerdiClientImpl(dispatcher: Dispatcher)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services"))

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def createIndexationDescription(entityType: EntityTypeId, steps: Seq[Json]): Future[Either[ErrorResponse, String]]
    Definition Classes
    VerdiClientImplVerdiClient
  7. def decodingFailureToVerdiErr(res: Json, decodingFailure: DecodingFailure): ErrorResponse
    Attributes
    protected
  8. def deleteObject(entityType: EntityTypeId, objectId: ObjectId): Future[Either[ErrorResponse, Boolean]]
    Definition Classes
    VerdiClientImplVerdiClient
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def findCatalogItem(catalogCode: CatalogCode, catalogItemCode: CatalogItemCode): Future[Either[ErrorResponse, Option[CatalogItem]]]
    Definition Classes
    VerdiClientImplVerdiClient
  12. def findCatalogItem(catalogItemId: CatalogItemId): Future[Either[ErrorResponse, Option[CatalogItem]]]
    Definition Classes
    VerdiClientImplVerdiClient
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getEntityFieldAggregation(entityType: EntityTypeId, search: Search, fields: Seq[FieldName]): Future[Either[ErrorResponse, Map[FieldName, Seq[FieldAggregatedValue]]]]
    Definition Classes
    VerdiClientImplVerdiClient
  15. def getObject[T](entityType: EntityTypeId, objectId: ObjectId)(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Option[StoredObject[T]]]]
    Definition Classes
    VerdiClientImplVerdiClient
  16. def getObjectBatch[T](entityType: EntityTypeId, objectIds: Seq[ObjectId])(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Seq[StoredObject[T]]]]
    Definition Classes
    VerdiClientImplVerdiClient
  17. def getObjectPosition(entityType: EntityTypeId, objectId: ObjectId, search: Search): Future[Either[ErrorResponse, Option[PositionInList]]]
    Definition Classes
    VerdiClientImplVerdiClient
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def listCatalogItems(catalogCode: CatalogCode, search: Search): Future[Either[ErrorResponse, Page[CatalogItem]]]
    Definition Classes
    VerdiClientImplVerdiClient
  21. def listObjects[T](entityType: EntityTypeId, search: Search)(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Page[StoredObject[T]]]]
    Definition Classes
    VerdiClientImplVerdiClient
  22. def listObjectsMeta(entityType: EntityTypeId, search: Search): Future[Either[ErrorResponse, Page[StoredObjectMeta]]]
    Definition Classes
    VerdiClientImplVerdiClient
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def runMigrations(migrations: Seq[MigrationDslOperation]): Future[Either[ErrorResponse, Boolean]]
    Definition Classes
    VerdiClientImplVerdiClient
  27. def saveObject[T](entityType: EntityTypeId, attributes: T)(implicit arg0: Encoder[T]): Future[Either[ErrorResponse, ObjectId]]
    Definition Classes
    VerdiClientImplVerdiClient
  28. def saveRelationBatch(relations: Seq[AddObjectRelation]): Future[Either[ErrorResponse, Seq[AddObjectRelationResult]]]
    Definition Classes
    VerdiClientImplVerdiClient
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updateObject[T](entityType: EntityTypeId, objectId: ObjectId, version: Int, attrs: T)(implicit arg0: Encoder[T]): Future[Either[ErrorResponse, Boolean]]
    Definition Classes
    VerdiClientImplVerdiClient
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from VerdiClient

Inherited from AnyRef

Inherited from Any

Ungrouped