class CursorClientImpl extends CursorClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CursorClientImpl
- CursorClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CursorClientImpl(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
- def addEntity(entityType: EntityTypeId, externalId: ExternalId, source: String, attributes: JsonObject): Future[Either[CursorError, UUID]]
- Definition Classes
- CursorClientImpl → CursorClient
- 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 deleteEntity(entityType: EntityTypeId, externalId: ExternalId): Future[Either[CursorError, Boolean]]
- Definition Classes
- CursorClientImpl → CursorClient
- 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[CursorError, Option[CatalogItem]]]
- Definition Classes
- CursorClientImpl → CursorClient
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getEntity(entityType: EntityTypeId, externalId: ExternalId): Future[Either[CursorError, Entity]]
- Definition Classes
- CursorClientImpl → CursorClient
- def getEntityTypeSchema(entityTypeId: EntityTypeId): Future[Either[CursorError, EntitySchema]]
- Definition Classes
- CursorClientImpl → CursorClient
- def getEntityTypes(): Future[Either[CursorError, Seq[EntityType]]]
- Definition Classes
- CursorClientImpl → CursorClient
- def getExampleObject(entityTypeId: EntityTypeId): Future[Either[CursorError, Entity]]
- Definition Classes
- CursorClientImpl → CursorClient
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listCatalogItems(catalogCode: CatalogCode, listDto: ListCatalogItemsDTO): Future[Either[CursorError, Page[CatalogItem]]]
- Definition Classes
- CursorClientImpl → CursorClient
- def listMeta(entityType: EntityTypeId, search: Search): Future[Either[CursorError, Page[EntityMeta]]]
- Definition Classes
- CursorClientImpl → CursorClient
- 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
- def updateEntity(entityType: EntityTypeId, externalId: ExternalId, attributes: JsonObject): Future[Either[CursorError, Boolean]]
- Definition Classes
- CursorClientImpl → CursorClient
- 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