api.ref

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(): HandlerRef[_]

  7. def addMetadata(id: UUID): HandlerRef[_]

  8. def addMetadataJsonLD(id: UUID): HandlerRef[_]

  9. def addTags(id: UUID): HandlerRef[_]

  10. def addUserMetadata(id: UUID): HandlerRef[_]

  11. def addVersusMetadata(id: UUID): HandlerRef[_]

  12. def archive(id: UUID): HandlerRef[_]

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def attachGeometry(three_d_file_id: UUID, geometry_id: UUID): HandlerRef[_]

  15. def attachPreview(id: UUID, p_id: UUID): HandlerRef[_]

  16. def attachQueryThumbnail(file_id: UUID, thumbnail_id: UUID): HandlerRef[_]

  17. def attachTexture(three_d_file_id: UUID, texture_id: UUID): HandlerRef[_]

  18. def attachThumbnail(file_id: UUID, thumbnail_id: UUID): HandlerRef[_]

  19. def bulkDeleteFiles(): HandlerRef[_]

  20. def clone(): AnyRef

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

  22. def download(id: UUID, tracking: Boolean): HandlerRef[_]

  23. def downloadByDatasetAndFilename(dataset_id: UUID, filename: String, preview_id: UUID): HandlerRef[_]

  24. def downloadquery(id: UUID): HandlerRef[_]

  25. def dumpFilesMetadata(): HandlerRef[_]

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

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

    Definition Classes
    AnyRef → Any
  28. def extract(id: UUID): HandlerRef[_]

  29. def filePreviewsList(id: UUID): HandlerRef[_]

  30. def finalize(): Unit

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

  32. def get(id: UUID): HandlerRef[_]

  33. def getBatchMetadataJsonLD(): HandlerRef[_]

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

    Definition Classes
    AnyRef → Any
  35. def getMetadataDefinitions(id: UUID, space: Option[String]): HandlerRef[_]

  36. def getMetadataJsonLD(id: UUID, extractor: Option[String]): HandlerRef[_]

  37. def getPreviews(id: UUID): HandlerRef[_]

  38. def getRDFURLsForFile(id: UUID): HandlerRef[_]

  39. def getRDFUserMetadata(id: UUID, mappingNum: String): HandlerRef[_]

  40. def getTags(id: UUID): HandlerRef[_]

  41. def getTechnicalMetadataJSON(id: UUID): HandlerRef[_]

  42. def getTexture(three_d_file_id: UUID, filename: String): HandlerRef[_]

  43. def getUserMetadataJSON(id: UUID): HandlerRef[_]

  44. def getVersusMetadataJSON(id: UUID): HandlerRef[_]

  45. def getXMLMetadataJSON(id: UUID): HandlerRef[_]

  46. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  47. def isBeingProcessed(id: UUID): HandlerRef[_]

  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. def list(): HandlerRef[_]

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

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

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

    Definition Classes
    AnyRef
  53. def paths(id: UUID): HandlerRef[_]

  54. def reindex(id: UUID): HandlerRef[_]

  55. def removeAllTags(id: UUID): HandlerRef[_]

  56. def removeFile(id: UUID): HandlerRef[_]

  57. def removeMetadataJsonLD(id: UUID, extractor: Option[String]): HandlerRef[_]

  58. def removeTags(id: UUID): HandlerRef[_]

  59. def searchFilesGeneralMetadata(): HandlerRef[_]

  60. def searchFilesUserMetadata(): HandlerRef[_]

  61. def sendArchiveRequest(id: UUID): HandlerRef[_]

  62. def sendJob(fileId: UUID, fileType: String): HandlerRef[_]

  63. def sendUnarchiveRequest(id: UUID): HandlerRef[_]

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

    Definition Classes
    AnyRef
  65. def toString(): String

    Definition Classes
    AnyRef → Any
  66. def unarchive(id: UUID): HandlerRef[_]

  67. def unfollow(id: UUID): HandlerRef[_]

  68. def updateDescription(id: UUID): HandlerRef[_]

  69. def updateFileName(id: UUID): HandlerRef[_]

  70. def updateLicense(id: UUID): HandlerRef[_]

  71. def updateMetadata(id: UUID, extractor_id: String): HandlerRef[_]

  72. def upload(showPreviews: String, originalZipFile: String, flags: String): HandlerRef[_]

  73. def uploadIntermediate(idAndFlags: String): HandlerRef[_]

  74. def uploadToDataset(id: UUID, showPreviews: String, originalZipFile: String, flags: String, extract: Boolean): HandlerRef[_]

  75. def users(id: UUID): HandlerRef[_]

  76. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped