trait ObjectStorageService extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectStorageService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addRelation(addRelation: AddObjectRelation): Future[Boolean]
- abstract def delete(deleteObject: EntityObjectIdentity): Future[Boolean]
- abstract def deleteExternal(deleteObject: EntityObjectExternalIdentity): Future[Either[DeleteExternalError, ObjectId]]
- abstract def deleteRelation(deleteRelation: DeleteObjectRelation): Future[Boolean]
- abstract def getByExternalId(getObject: EntityObjectExternalIdentity): Future[Option[EntityObject]]
- abstract def getById(getObject: EntityObjectIdentity): Future[EntityObject]
- abstract def list(listObjects: ListObjects): Future[Page[EntityObject]]
- abstract def listFiles(identity: EntityObjectIdentity): Future[Seq[(FieldName, ObjectFileStoreDTO)]]
- abstract def listMeta(listObjects: ListObjects): Future[Page[EntityObjectMeta]]
- abstract def listRelationsByEntity1(entity1Type: EntityTypeId, entity2Type: EntityTypeId, object1Id: ObjectId): Future[Seq[ObjectRelation]]
- abstract def listTitles(search: Search): Future[Page[TitledEntityObjectIdentity]]
- abstract def save(addObject: AddEntityObject): Future[EntityObject]
- abstract def saveAdditionalInfo(saveAdditionalInfo: SaveObjectAdditionalInfo): Future[Boolean]
- abstract def saveExternal(addObject: AddExternalEntityObject): Future[Either[SaveExternalError, EntityObject]]
- abstract def saveFilesAdditionalInfo(additionalInfo: SaveFilesAdditionalInfo): Future[Int]
- abstract def update(updateObject: UpdateEntityObject): Future[Either[UpdateError, EntityObject]]
- abstract def updateExternal(updateObject: UpdateExternalEntityObject): Future[Either[UpdateExternalError, EntityObject]]
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