class
ReverseCollections extends AnyRef
Instance Constructors
-
new
ReverseCollections()
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
addDatasetToCollectionOptions(when: Option[String], ds_id: UUID, title: Option[String], date: Option[String], limit: Int, exact: Boolean): HandlerRef[_]
-
final
def
asInstanceOf[T0]: T0
-
def
attachDataset(coll_id: UUID, ds_id: UUID): HandlerRef[_]
-
def
attachPreview(c_id: UUID, p_id: UUID): HandlerRef[_]
-
def
attachSubCollection(coll_id: UUID, sub_coll_id: UUID): HandlerRef[_]
-
def
clearOldCollectionsTrash(days: Int): HandlerRef[_]
-
def
clone(): AnyRef
-
def
createCollection(): HandlerRef[_]
-
def
createCollectionWithParent(): HandlerRef[_]
-
def
download(id: UUID, compression: Int, bagit: Boolean): HandlerRef[_]
-
def
emptyTrash(): HandlerRef[_]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
follow(id: UUID): HandlerRef[_]
-
def
getAllCollections(limit: Int, showAll: Boolean): HandlerRef[_]
-
def
getChildCollectionIds(coll_id: UUID): HandlerRef[_]
-
def
getChildCollections(coll_id: UUID): HandlerRef[_]
-
final
def
getClass(): Class[_]
-
def
getCollection(coll_id: UUID): HandlerRef[_]
-
def
getParentCollectionIds(coll_id: UUID): HandlerRef[_]
-
def
getParentCollections(coll_id: UUID): HandlerRef[_]
-
def
getRootCollections(): HandlerRef[_]
-
def
getTopLevelCollections(): HandlerRef[_]
-
def
hashCode(): Int
-
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
listCollectionsInTrash(limit: Int): HandlerRef[_]
-
def
listPossibleParents(when: Option[String], currentCollectionId: String, title: Option[String], date: Option[String], limit: Int, exact: Boolean): HandlerRef[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reindex(coll_id: UUID, recursive: Boolean): HandlerRef[_]
-
def
removeCollection(coll_id: UUID): HandlerRef[_]
-
def
removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound: String): HandlerRef[_]
-
def
removeFromSpaceAllowed(coll_id: UUID, space_id: UUID): HandlerRef[_]
-
def
removeSubCollection(coll_id: UUID, sub_coll_id: UUID, ignoreNotFound: String): HandlerRef[_]
-
def
restoreCollection(collectionId: UUID): HandlerRef[_]
-
def
setRootSpace(coll_id: UUID, spaceId: UUID): HandlerRef[_]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unfollow(id: UUID): HandlerRef[_]
-
def
unsetRootSpace(coll_id: UUID, spaceId: UUID): HandlerRef[_]
-
def
updateCollectionDescription(coll_id: UUID): HandlerRef[_]
-
def
updateCollectionName(coll_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