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