class VerdiClientImpl extends VerdiClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerdiClientImpl
- VerdiClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VerdiClientImpl(dispatcher: Dispatcher)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services"))
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createIndexationDescription(entityType: EntityTypeId, steps: Seq[Json]): Future[Either[ErrorResponse, String]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def decodingFailureToVerdiErr(res: Json, decodingFailure: DecodingFailure): ErrorResponse
- Attributes
- protected
- def deleteAllRelations(obj: EntityObjectIdentity): Future[Either[ErrorResponse, Unit]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def deleteObject(entityType: EntityTypeId, objectId: ObjectId): Future[Either[ErrorResponse, Boolean]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def deleteRelation(relation: DeleteObjectRelation): Future[Either[ErrorResponse, Boolean]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findCatalogItem(catalogCode: CatalogCode, catalogItemCode: CatalogItemCode): Future[Either[ErrorResponse, Option[CatalogItem]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def findCatalogItem(catalogItemId: CatalogItemId): Future[Either[ErrorResponse, Option[CatalogItem]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getEntityFieldAggregation(entityType: EntityTypeId, search: Search, fields: Seq[FieldName]): Future[Either[ErrorResponse, Map[FieldName, Seq[FieldAggregatedValue]]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def getObject[T](entityType: EntityTypeId, objectId: ObjectId)(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Option[StoredObject[T]]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def getObjectBatch[T](entityType: EntityTypeId, objectIds: Seq[ObjectId])(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Seq[StoredObject[T]]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def getObjectPosition(entityType: EntityTypeId, objectId: ObjectId, search: Search): Future[Either[ErrorResponse, Option[PositionInList]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listCatalogItems(catalogCode: CatalogCode, search: Search): Future[Either[ErrorResponse, Page[CatalogItem]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def listObjectRelations(listObjectRelations: ListObjectRelations): Future[Either[ErrorResponse, Page[ObjectRelationWithEntity]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def listObjects[T](entityType: EntityTypeId, search: Search)(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Page[StoredObject[T]]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def listObjectsMeta(entityType: EntityTypeId, search: Search): Future[Either[ErrorResponse, Page[StoredObjectMeta]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def runMigrations(migrations: Seq[MigrationDslOperation]): Future[Either[ErrorResponse, Boolean]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def saveObject[T](entityType: EntityTypeId, attributes: T)(implicit arg0: Encoder[T]): Future[Either[ErrorResponse, ObjectId]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def saveRelation(relation: AddObjectRelation): Future[Either[ErrorResponse, Boolean]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- def saveRelationBatch(relations: Seq[AddObjectRelation]): Future[Either[ErrorResponse, Seq[AddObjectRelationResult]]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateObject[T](entityType: EntityTypeId, objectId: ObjectId, version: Int, attrs: T)(implicit arg0: Encoder[T]): Future[Either[ErrorResponse, Boolean]]
- Definition Classes
- VerdiClientImpl → VerdiClient
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated