api

ReverseFiles

class ReverseFiles extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReverseFiles
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseFiles()

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 addBatchMetadataJsonLD(): Call

  7. def addMetadata(id: UUID): Call

  8. def addMetadataJsonLD(id: UUID): Call

  9. def addTags(id: UUID): Call

  10. def addUserMetadata(id: UUID): Call

  11. def addVersusMetadata(id: UUID): Call

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def attachGeometry(three_d_file_id: UUID, geometry_id: UUID): Call

  14. def attachPreview(id: UUID, p_id: UUID): Call

  15. def attachQueryThumbnail(file_id: UUID, thumbnail_id: UUID): Call

  16. def attachTexture(three_d_file_id: UUID, texture_id: UUID): Call

  17. def attachThumbnail(file_id: UUID, thumbnail_id: UUID): Call

  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def comment(id: UUID): Call

  20. def download(id: UUID, tracking: Boolean = true): Call

  21. def downloadByDatasetAndFilename(dataset_id: UUID, filename: String, preview_id: UUID): Call

  22. def downloadquery(id: UUID): Call

  23. def dumpFilesMetadata(): Call

  24. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  26. def extract(id: UUID): Call

  27. def filePreviewsList(id: UUID): Call

  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def follow(id: UUID): Call

  30. def get(id: UUID): Call

  31. def getBatchMetadataJsonLD(): Call

  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def getMetadataDefinitions(id: UUID, space: Option[String] = None): Call

  34. def getMetadataJsonLD(id: UUID, extractor: Option[String] = None): Call

  35. def getPreviews(id: UUID): Call

  36. def getRDFURLsForFile(id: UUID): Call

  37. def getRDFUserMetadata(id: UUID, mappingNum: String = "1"): Call

  38. def getTags(id: UUID): Call

  39. def getTechnicalMetadataJSON(id: UUID): Call

  40. def getTexture(three_d_file_id: UUID, filename: String): Call

  41. def getUserMetadataJSON(id: UUID): Call

  42. def getVersusMetadataJSON(id: UUID): Call

  43. def getXMLMetadataJSON(id: UUID): Call

  44. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  45. def isBeingProcessed(id: UUID): Call

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def list(): Call

  48. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  51. def paths(id: UUID): Call

  52. def reindex(id: UUID): Call

  53. def removeAllTags(id: UUID): Call

  54. def removeFile(id: UUID): Call

  55. def removeMetadataJsonLD(id: UUID, extractor: Option[String] = None): Call

  56. def removeTags(id: UUID): Call

  57. def searchFilesGeneralMetadata(): Call

  58. def searchFilesUserMetadata(): Call

  59. def sendJob(fileId: UUID, fileType: String): Call

  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  61. def toString(): String

    Definition Classes
    AnyRef → Any
  62. def unfollow(id: UUID): Call

  63. def updateDescription(id: UUID): Call

  64. def updateFileName(id: UUID): Call

  65. def updateLicense(id: UUID): Call

  66. def updateMetadata(id: UUID, extractor_id: String): Call

  67. def upload(showPreviews: String = "DatasetLevel", originalZipFile: String = "", flags: String): Call

  68. def uploadIntermediate(idAndFlags: String): Call

  69. def uploadToDataset(id: UUID, showPreviews: String = "DatasetLevel", originalZipFile: String = "", flags: String, extract: Boolean = true): Call

  70. def users(id: UUID): Call

  71. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped