class ObjectStorageServiceImpl extends ObjectStorageService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectStorageServiceImpl
- ObjectStorageService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ObjectStorageServiceImpl(databaseComponent: ProfileComponent, fieldQuery: FieldQuery, relationQuery: RelationQuery, fileQuery: ObjectFileQuery, entityObjectToFileQuery: EntityObjectToFileQuery, entityTypeQuery: EntityTypeQuery, dataModelService: DataModelService, attributesService: AttributesProcessorService, setting: ReIndexationSettings, fileStorageService: FileStorageService)(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 addRelation(addRelation: AddObjectRelation): Future[Boolean]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- 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 delete(deleteObject: EntityObjectIdentity): Future[Boolean]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def deleteExternal(deleteObject: EntityObjectExternalIdentity): Future[Either[DeleteExternalError, ObjectId]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def deleteRelation(deleteRelation: DeleteObjectRelation): Future[Boolean]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getByExternalId(getObject: EntityObjectExternalIdentity): Future[Option[EntityObject]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def getById(getObject: EntityObjectIdentity): Future[EntityObject]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- 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
- def list(listObjects: ListObjects): Future[Page[EntityObject]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def listFiles(identity: EntityObjectIdentity): Future[Seq[(FieldName, ObjectFileStoreDTO)]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def listMeta(listObjects: ListObjects): Future[Page[EntityObjectMeta]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def listRelationsByEntity1(entity1Type: EntityTypeId, entity2Type: EntityTypeId, object1Id: ObjectId): Future[Seq[ObjectRelation]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def listTitles(search: Search): Future[Page[TitledEntityObjectIdentity]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- 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 save(addObject: AddEntityObject): Future[EntityObject]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def saveAdditionalInfo(saveAdditionalInfo: SaveObjectAdditionalInfo): Future[Boolean]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def saveExternal(addObject: AddExternalEntityObject): Future[Either[SaveExternalError, EntityObject]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def saveFilesAdditionalInfo(additionalInfo: SaveFilesAdditionalInfo): Future[Int]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(updateObject: UpdateEntityObject): Future[Either[UpdateError, EntityObject]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- def updateExternal(updateObject: UpdateExternalEntityObject): Future[Either[UpdateExternalError, EntityObject]]
- Definition Classes
- ObjectStorageServiceImpl → ObjectStorageService
- 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