trait VerdiClient extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerdiClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def createIndexationDescription(entityTypeId: EntityTypeId, steps: Seq[Json]): Future[Either[ErrorResponse, String]]
- abstract def deleteAllRelations(obj: EntityObjectIdentity): Future[Either[ErrorResponse, Unit]]
- abstract def deleteObject(entityType: EntityTypeId, objectId: ObjectId): Future[Either[ErrorResponse, Boolean]]
- abstract def deleteRelation(relation: DeleteObjectRelation): Future[Either[ErrorResponse, Boolean]]
- abstract def findCatalogItem(catalogCode: CatalogCode, catalogItemCode: CatalogItemCode): Future[Either[ErrorResponse, Option[CatalogItem]]]
- abstract def findCatalogItem(catalogItemId: CatalogItemId): Future[Either[ErrorResponse, Option[CatalogItem]]]
- abstract def getEntityFieldAggregation(entityTypeId: EntityTypeId, search: Search, fields: Seq[FieldName]): Future[Either[ErrorResponse, Map[FieldName, Seq[FieldAggregatedValue]]]]
- abstract def getObject[T](entityType: EntityTypeId, objectId: ObjectId)(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Option[StoredObject[T]]]]
- abstract def getObjectBatch[T](entityType: EntityTypeId, objectIds: Seq[ObjectId])(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Seq[StoredObject[T]]]]
- abstract def getObjectPosition(entityTypeId: EntityTypeId, objectId: ObjectId, search: Search): Future[Either[ErrorResponse, Option[PositionInList]]]
- abstract def listCatalogItems(catalogCode: CatalogCode, search: Search): Future[Either[ErrorResponse, Page[CatalogItem]]]
- abstract def listObjectRelations(listObjectRelations: ListObjectRelations): Future[Either[ErrorResponse, Page[ObjectRelationWithEntity]]]
- abstract def listObjects[T](entityTypeId: EntityTypeId, search: Search)(implicit arg0: Decoder[T]): Future[Either[ErrorResponse, Page[StoredObject[T]]]]
- abstract def listObjectsMeta(entityTypeId: EntityTypeId, search: Search): Future[Either[ErrorResponse, Page[StoredObjectMeta]]]
- abstract def runMigrations(migrations: Seq[MigrationDslOperation]): Future[Either[ErrorResponse, Boolean]]
- abstract def saveObject[T](entityType: EntityTypeId, attributes: T)(implicit arg0: Encoder[T]): Future[Either[ErrorResponse, ObjectId]]
- abstract def saveRelation(relation: AddObjectRelation): Future[Either[ErrorResponse, Boolean]]
- abstract def saveRelationBatch(relations: Seq[AddObjectRelation]): Future[Either[ErrorResponse, Seq[AddObjectRelationResult]]]
- abstract def updateObject[T](entityType: EntityTypeId, objectId: ObjectId, version: Int, attrs: T)(implicit arg0: Encoder[T]): Future[Either[ErrorResponse, Boolean]]
Concrete 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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