api

ReverseDatasets

class ReverseDatasets extends AnyRef

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

Instance Constructors

  1. new ReverseDatasets()

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

  7. def addFileEvent(id: UUID, inFolder: Boolean, fileCount: Int): Call

  8. def addMetadata(id: UUID): Call

  9. def addMetadataJsonLD(id: UUID): Call

  10. def addTags(id: UUID): Call

  11. def addUserMetadata(id: UUID): Call

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def attachExistingFile(ds_id: UUID, file_id: UUID): Call

  14. def attachMultipleFiles(): Call

  15. def clearOldDatasetsTrash(days: Int = 30): Call

  16. def clone(): AnyRef

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

  18. def copyDatasetToSpace(datasetId: UUID, spaceId: UUID): Call

  19. def createDataset(): Call

  20. def createEmptyDataset(): Call

  21. def createFromBag(): Call

  22. def datasetAllFilesList(id: UUID, max: Int = 1): Call

  23. def datasetFilesList(id: UUID, count: Boolean = false): Call

  24. def deleteDataset(id: UUID): Call

  25. def detachAndDeleteDataset(id: UUID): Call

  26. def detachFile(ds_id: UUID, file_id: UUID, ignoreNotFound: String): Call

  27. def download(id: UUID, bagit: Boolean = false, compression: Int = 1, tracking: Boolean = true): Call

  28. def downloadFolder(id: UUID, folderId: UUID, bagit: Boolean = false): Call

  29. def downloadPartial(id: UUID, fileList: String, bagit: Boolean = false): Call

  30. def dumpDatasetGroupings(): Call

  31. def dumpDatasetsMetadata(): Call

  32. def emptyTrash(): Call

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

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

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

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

  37. def get(id: UUID): Call

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

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

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

  41. def getPreviews(id: UUID): Call

  42. def getRDFURLsForDataset(id: UUID): Call

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

  44. def getTags(id: UUID): Call

  45. def getTechnicalMetadataJSON(id: UUID): Call

  46. def getUserMetadataJSON(id: UUID): Call

  47. def getXMLMetadataJSON(id: UUID): Call

  48. def hashCode(): Int

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

  50. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  51. def list(when: Option[String] = None, title: Option[String] = None, date: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call

  52. def listCanEdit(when: Option[String] = None, title: Option[String] = None, date: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call

  53. def listDatasetsInTrash(limit: Int = 12): Call

  54. def listInCollection(coll_id: UUID): Call

  55. def listMoveFileToDataset(file_id: UUID, title: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call

  56. def listOutsideCollection(coll_id: UUID): Call

  57. def moveCreator(id: UUID, creator: String, newPos: Int): Call

  58. def moveFileBetweenDatasets(datasetId: UUID, toDataset: UUID, fileId: UUID): Call

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

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

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

    Definition Classes
    AnyRef
  62. def queueArchival(id: UUID): Call

  63. def queueUnarchival(id: UUID): Call

  64. def reindex(id: UUID, recursive: Boolean = true): Call

  65. def removeAllTags(id: UUID): Call

  66. def removeCreator(id: UUID, creator: String): Call

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

  68. def removeTag(id: UUID): Call

  69. def removeTags(id: UUID): Call

  70. def restoreDataset(id: UUID): Call

  71. def searchDatasetsGeneralMetadata(): Call

  72. def searchDatasetsUserMetadata(): Call

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

    Definition Classes
    AnyRef
  74. def toString(): String

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

  76. def updateAccess(id: UUID, aceess: String = "PRIVATE"): Call

  77. def updateDescription(id: UUID): Call

  78. def updateInformation(id: UUID): Call

  79. def updateLicense(id: UUID): Call

  80. def updateName(id: UUID): Call

  81. def uploadToDatasetFile(id: UUID): Call

  82. def uploadToDatasetJSON(id: UUID): Call

  83. def users(id: UUID): Call

  84. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped