c

com.embedika.objectstorage

ObjectStorageServiceImpl

class ObjectStorageServiceImpl extends ObjectStorageService

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

Instance Constructors

  1. new ObjectStorageServiceImpl(databaseComponent: ProfileComponent, fieldQuery: FieldQuery, relationQuery: RelationQuery, fileQuery: ObjectFileQuery, entityObjectToFileQuery: EntityObjectToFileQuery, dataModelService: DataModelService, attributesService: AttributesProcessorService, setting: ReIndexationSettings, 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. def addRelation(addRelation: AddObjectRelation): Future[Boolean]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def delete(deleteObject: EntityObjectIdentity): Future[Boolean]
  8. def deleteExternal(deleteObject: EntityObjectExternalIdentity): Future[Either[DeleteExternalError, ObjectId]]
  9. def deleteRelation(deleteRelation: DeleteObjectRelation): Future[Boolean]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getByExternalId(getObject: EntityObjectExternalIdentity): Future[Option[EntityObject]]
  13. def getById(getObject: EntityObjectIdentity): Future[EntityObject]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def list(listObjects: ListObjects): Future[Page[EntityObject]]
  18. def listFiles(identity: EntityObjectIdentity): Future[Seq[(FieldName, ObjectFileStoreDTO)]]
  19. def listMeta(listObjects: ListObjects): Future[Page[EntityObjectMeta]]
  20. def listRelationsByEntity1(entity1Type: EntityTypeId, entity2Type: EntityTypeId, object1Id: ObjectId): Future[Seq[ObjectRelation]]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def save(addObject: AddEntityObject): Future[EntityObject]
  25. def saveAdditionalInfo(saveAdditionalInfo: SaveObjectAdditionalInfo): Future[Boolean]
  26. def saveExternal(addObject: AddExternalEntityObject): Future[Either[SaveExternalError, EntityObject]]
  27. def saveFilesAdditionalInfo(additionalInfo: SaveFilesAdditionalInfo): Future[Int]
  28. def sourceByType(entityType: EntityTypeId): Source[EntityObject, NotUsed]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def update(updateObject: UpdateEntityObject): Future[Option[EntityObject]]
  32. def updateExternal(updateObject: UpdateExternalEntityObject): Future[Either[UpdateExternalError, EntityObject]]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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 ObjectStorageService

Inherited from AnyRef

Inherited from Any

Ungrouped