class
ReverseDatasets extends AnyRef
Instance Constructors
-
new
ReverseDatasets()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addCreator(id: UUID): HandlerRef[_]
-
def
addFileEvent(id: UUID, inFolder: Boolean, fileCount: Int): HandlerRef[_]
-
def
addMetadata(id: UUID): HandlerRef[_]
-
def
addMetadataJsonLD(id: UUID): HandlerRef[_]
-
def
addTags(id: UUID): HandlerRef[_]
-
def
addUserMetadata(id: UUID): HandlerRef[_]
-
final
def
asInstanceOf[T0]: T0
-
def
attachExistingFile(ds_id: UUID, file_id: UUID): HandlerRef[_]
-
def
attachMultipleFiles(): HandlerRef[_]
-
def
clearOldDatasetsTrash(days: Int): HandlerRef[_]
-
def
clone(): AnyRef
-
def
comment(id: UUID): HandlerRef[_]
-
def
copyDatasetToSpace(datasetId: UUID, spaceId: UUID): HandlerRef[_]
-
def
createDataset(): HandlerRef[_]
-
def
createEmptyDataset(): HandlerRef[_]
-
def
createFromBag(): HandlerRef[_]
-
def
datasetAllFilesList(id: UUID, max: Int): HandlerRef[_]
-
def
datasetFilesList(id: UUID, count: Boolean): HandlerRef[_]
-
def
deleteDataset(id: UUID): HandlerRef[_]
-
def
detachAndDeleteDataset(id: UUID): HandlerRef[_]
-
def
detachFile(ds_id: UUID, file_id: UUID, ignoreNotFound: String): HandlerRef[_]
-
def
download(id: UUID, bagit: Boolean, compression: Int, tracking: Boolean): HandlerRef[_]
-
def
downloadFolder(id: UUID, folderId: UUID, bagit: Boolean): HandlerRef[_]
-
def
downloadPartial(id: UUID, fileList: String, bagit: Boolean): HandlerRef[_]
-
def
dumpDatasetGroupings(): HandlerRef[_]
-
def
dumpDatasetsMetadata(): HandlerRef[_]
-
def
emptyTrash(): HandlerRef[_]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
follow(id: UUID): HandlerRef[_]
-
def
get(id: UUID): HandlerRef[_]
-
final
def
getClass(): Class[_]
-
def
getMetadataDefinitions(id: UUID, space: Option[String]): HandlerRef[_]
-
def
getMetadataJsonLD(id: UUID, extractor: Option[String]): HandlerRef[_]
-
def
getPreviews(id: UUID): HandlerRef[_]
-
def
getRDFURLsForDataset(id: UUID): HandlerRef[_]
-
def
getRDFUserMetadata(id: UUID, mappingNum: String): HandlerRef[_]
-
def
getTags(id: UUID): HandlerRef[_]
-
def
getTechnicalMetadataJSON(id: UUID): HandlerRef[_]
-
def
getUserMetadataJSON(id: UUID): HandlerRef[_]
-
def
getXMLMetadataJSON(id: UUID): HandlerRef[_]
-
def
hashCode(): Int
-
def
isBeingProcessed(id: UUID): HandlerRef[_]
-
final
def
isInstanceOf[T0]: Boolean
-
def
list(when: Option[String], title: Option[String], date: Option[String], limit: Int, exact: Boolean): HandlerRef[_]
-
def
listCanEdit(when: Option[String], title: Option[String], date: Option[String], limit: Int, exact: Boolean): HandlerRef[_]
-
def
listDatasetsInTrash(limit: Int): HandlerRef[_]
-
def
listInCollection(coll_id: UUID): HandlerRef[_]
-
def
listMoveFileToDataset(file_id: UUID, title: Option[String], limit: Int, exact: Boolean): HandlerRef[_]
-
def
listOutsideCollection(coll_id: UUID): HandlerRef[_]
-
def
moveCreator(id: UUID, creator: String, newPos: Int): HandlerRef[_]
-
def
moveFileBetweenDatasets(datasetId: UUID, toDataset: UUID, fileId: UUID): HandlerRef[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
queueArchival(id: UUID): HandlerRef[_]
-
def
queueUnarchival(id: UUID): HandlerRef[_]
-
def
reindex(id: UUID, recursive: Boolean): HandlerRef[_]
-
def
removeAllTags(id: UUID): HandlerRef[_]
-
def
removeCreator(id: UUID, creator: String): HandlerRef[_]
-
def
removeMetadataJsonLD(id: UUID, extractor: Option[String]): HandlerRef[_]
-
def
removeTag(id: UUID): HandlerRef[_]
-
def
removeTags(id: UUID): HandlerRef[_]
-
def
restoreDataset(id: UUID): HandlerRef[_]
-
def
searchDatasetsGeneralMetadata(): HandlerRef[_]
-
def
searchDatasetsUserMetadata(): HandlerRef[_]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unfollow(id: UUID): HandlerRef[_]
-
def
updateAccess(id: UUID, aceess: String): HandlerRef[_]
-
def
updateDescription(id: UUID): HandlerRef[_]
-
def
updateInformation(id: UUID): HandlerRef[_]
-
def
updateLicense(id: UUID): HandlerRef[_]
-
def
updateName(id: UUID): HandlerRef[_]
-
def
uploadToDatasetFile(id: UUID): HandlerRef[_]
-
def
uploadToDatasetJSON(id: UUID): HandlerRef[_]
-
def
users(id: UUID): HandlerRef[_]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any