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

  7. def addTags(id: UUID): Call

  8. def addUserMetadata(id: UUID): Call

  9. final def asInstanceOf[T0]: T0

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

  11. def attachMultipleFiles(): Call

  12. def clone(): AnyRef

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

  14. def createDataset(): Call

  15. def createEmptyDataset(): Call

  16. def datasetFilesList(id: UUID): Call

  17. def deleteDataset(id: UUID): Call

  18. def detachAndDeleteDataset(id: UUID): Call

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

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

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

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

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

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

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

  26. def getRDFURLsForDataset(id: UUID): Call

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

  28. def getTags(id: UUID): Call

  29. def getTechnicalMetadataJSON(id: UUID): Call

  30. def getUserMetadataJSON(id: UUID): Call

  31. def getXMLMetadataJSON(id: UUID): Call

  32. def hashCode(): Int

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

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def list(): Call

  36. def listInCollection(coll_id: UUID): Call

  37. def listOutsideCollection(coll_id: UUID): Call

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

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

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

    Definition Classes
    AnyRef
  41. def reindex(id: UUID, recursive: Boolean = true): Call

  42. def removeAllTags(id: UUID): Call

  43. def removeTag(id: UUID): Call

  44. def removeTags(id: UUID): Call

  45. def searchDatasetsGeneralMetadata(): Call

  46. def searchDatasetsUserMetadata(): Call

  47. def setNotesHTML(id: UUID): Call

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

    Definition Classes
    AnyRef
  49. def toString(): String

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

  51. def updateInformation(id: UUID): Call

  52. def updateLicense(id: UUID): Call

  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped