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 addMetadata(id: UUID): Call

  7. def addTags(id: UUID): Call

  8. def addUserMetadata(id: UUID): Call

  9. def addVersusMetadata(id: UUID): Call

  10. final def asInstanceOf[T0]: T0

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

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

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

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

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

  16. def clone(): AnyRef

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

  18. def download(id: UUID): Call

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

  20. def downloadquery(id: UUID): Call

  21. def dumpFilesMetadata(): Call

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

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

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

  25. def filePreviewsList(id: UUID): Call

  26. def finalize(): Unit

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

  28. def get(id: UUID): Call

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

    Definition Classes
    AnyRef → Any
  30. def getPreviews(id: UUID): Call

  31. def getRDFURLsForFile(id: UUID): Call

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

  33. def getTags(id: UUID): Call

  34. def getTechnicalMetadataJSON(id: UUID): Call

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

  36. def getUserMetadataJSON(id: UUID): Call

  37. def getVersusMetadataJSON(id: UUID): Call

  38. def getXMLMetadataJSON(id: UUID): Call

  39. def hashCode(): Int

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

  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def list(): Call

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

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

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

    Definition Classes
    AnyRef
  46. def reindex(id: UUID): Call

  47. def removeAllTags(id: UUID): Call

  48. def removeFile(id: UUID): Call

  49. def removeTags(id: UUID): Call

  50. def searchFilesGeneralMetadata(): Call

  51. def searchFilesUserMetadata(): Call

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

  53. def setNotesHTML(id: UUID): Call

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

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def unfollow(id: UUID, name: String): Call

  57. def updateLicense(id: UUID): Call

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

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

  60. def uploadIntermediate(idAndFlags: String): Call

  61. def uploadToDataset(id: UUID, showPreviews: String = "DatasetLevel", originalZipFile: String = "", flags: String): Call

  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped