services.mongodb

MongoDBPreviewService

class MongoDBPreviewService extends PreviewService

Use MongoDB to store previews

Annotations
@Singleton()
Linear Supertypes
PreviewService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoDBPreviewService
  2. PreviewService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoDBPreviewService(files: FileService, tiles: TileService, storage: ByteStorageService)

    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def annotation(id: UUID, annotation: ThreeDAnnotation): Unit

    Add annotation to 3D model preview.

    Add annotation to 3D model preview.

    Definition Classes
    MongoDBPreviewServicePreviewService
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def attachToCollection(previewId: UUID, collectionId: UUID, previewType: String, extractorId: Option[String], json: JsValue): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  9. def attachToFile(previewId: UUID, fileId: UUID, extractorId: Option[String], json: JsValue): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def count(): Long

    Count all files

    Count all files

    Definition Classes
    MongoDBPreviewServicePreviewService
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAnnotation(preview_id: UUID, x_coord: String, y_coord: String, z_coord: String): Option[ThreeDAnnotation]

    Definition Classes
    MongoDBPreviewServicePreviewService
  16. def findByCollectionId(id: UUID): List[Preview]

    Definition Classes
    MongoDBPreviewServicePreviewService
  17. def findByDatasetId(id: UUID): List[Preview]

    Definition Classes
    MongoDBPreviewServicePreviewService
  18. def findByFileId(id: UUID): List[Preview]

    Definition Classes
    MongoDBPreviewServicePreviewService
  19. def findBySectionId(id: UUID): List[Preview]

    Definition Classes
    MongoDBPreviewServicePreviewService
  20. def get(previewIds: List[UUID]): DBResult[Preview]

    Definition Classes
    MongoDBPreviewServicePreviewService
  21. def get(previewId: UUID): Option[Preview]

    Definition Classes
    MongoDBPreviewServicePreviewService
  22. def getBlob(id: UUID): Option[(InputStream, String, String, Long)]

    Get blob.

    Get blob.

    Definition Classes
    MongoDBPreviewServicePreviewService
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getExtractorId(id: UUID): String

    Definition Classes
    MongoDBPreviewServicePreviewService
  25. def getMetadata(id: UUID): Map[String, Any]

    Get metadata from the mongo db as a map.

    Get metadata from the mongo db as a map.

    Definition Classes
    MongoDBPreviewServicePreviewService
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def listAnnotations(preview_id: UUID): List[ThreeDAnnotation]

    Definition Classes
    MongoDBPreviewServicePreviewService
  29. def listPreviews(): List[Preview]

    List all thumbnail files.

    List all thumbnail files.

    Definition Classes
    MongoDBPreviewServicePreviewService
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def remove(id: UUID): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  34. def removePreview(p: Preview): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  35. def save(inputStream: InputStream, filename: String, contentType: Option[String]): String

    Save blob.

    Save blob.

    Definition Classes
    MongoDBPreviewServicePreviewService
  36. def setIIPReferences(id: UUID, iipURL: String, iipImage: String, iipKey: String): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  37. def setTitle(previewId: UUID, title: String): Unit

    Updated title property of preview.

    Updated title property of preview. If no file is given, previewer default is used.

    Definition Classes
    MongoDBPreviewServicePreviewService
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def updateAnnotation(preview_id: UUID, annotation_id: UUID, description: String): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  41. def updateMetadata(previewId: UUID, json: JsValue): Unit

    Definition Classes
    MongoDBPreviewServicePreviewService
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PreviewService

Inherited from AnyRef

Inherited from Any

Ungrouped