c

com.embedika.objectstorage

ObjectStorageServiceImpl

class ObjectStorageServiceImpl extends ObjectStorageService with StrictLogging

Linear Supertypes
StrictLogging, ObjectStorageService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectStorageServiceImpl
  2. StrictLogging
  3. ObjectStorageService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ObjectStorageServiceImpl(databaseComponent: ProfileComponent, relationQuery: RelationQuery, fileQuery: ObjectFileQuery, entityObjectToFileQuery: EntityObjectToFileQuery, objectLinkQuery: ObjectLinkQuery, entityTypeQuery: EntityTypeQuery, dataModelService: DataModelService, attributesService: AttributesProcessorService, fileStorageService: FileStorageService)(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 delete(deleteObject: EntityObjectIdentity): Future[Either[DeleteError, ObjectId]]
  7. def deleteExternal(deleteObject: EntityObjectExternalIdentity): Future[Either[DeleteExternalError, ObjectId]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getByExternalId(getObject: EntityObjectExternalIdentity): Future[Option[EntityObject]]
  11. def getById(getObject: EntityObjectIdentity): Future[Option[EntityObject]]
  12. def getByIdBatch(getObjects: Seq[EntityObjectIdentity]): Future[Seq[EntityObject]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getFieldAggregation(getEntityFieldAggregation: GetEntityFieldAggregation): Future[Map[FieldName, Seq[FieldAggregatedValue]]]
  15. def getPosition(getObjectPosition: GetObjectPosition): Future[Option[PositionInList]]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def list(listObjects: ListObjects): Future[Page[EntityObject]]
  19. def listFiles(identity: EntityObjectIdentity): Future[Seq[(FieldName, ObjectFileStoreDTO)]]
  20. def listMeta(listObjects: ListObjects): Future[Page[EntityObjectMeta]]
  21. def listTitles(search: Search): Future[Page[TitledEntityObjectIdentity]]
  22. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  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 save(addObject: AddEntityObject): Future[Either[SaveError, EntityObject]]
  27. def saveAdditionalInfo(saveAdditionalInfo: SaveObjectAdditionalInfo): Future[Boolean]
  28. def saveExternal(addObject: AddExternalEntityObject): Future[Either[SaveExternalError, EntityObject]]
  29. def saveFilesAdditionalInfo(additionalInfo: SaveFilesAdditionalInfo): Future[Int]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def update(updateObject: UpdateEntityObject): Future[Either[UpdateError, EntityObject]]
  33. def updateExternal(updateObject: UpdateExternalEntityObject): Future[Either[UpdateExternalError, EntityObject]]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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 StrictLogging

Inherited from ObjectStorageService

Inherited from AnyRef

Inherited from Any

Ungrouped