api
ReverseCollections
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] = None, ds_id: UUID, title: Option[String] = None, date: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call
-
final
def
asInstanceOf[T0]: T0
-
def
attachDataset(coll_id: UUID, ds_id: UUID): Call
-
def
attachPreview(c_id: UUID, p_id: UUID): Call
-
def
attachSubCollection(coll_id: UUID, sub_coll_id: UUID): Call
-
def
clearOldCollectionsTrash(days: Int = 30): Call
-
def
clone(): AnyRef
-
def
createCollection(): Call
-
def
createCollectionWithParent(): Call
-
def
download(id: UUID, compression: Int = 1, bagit: Boolean = false): Call
-
def
emptyTrash(): Call
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
follow(id: UUID): Call
-
def
getAllCollections(limit: Int = 0, showAll: Boolean = false): Call
-
def
getChildCollectionIds(coll_id: UUID): Call
-
def
getChildCollections(coll_id: UUID): Call
-
final
def
getClass(): Class[_]
-
def
getCollection(coll_id: UUID): Call
-
def
getParentCollectionIds(coll_id: UUID): Call
-
def
getParentCollections(coll_id: UUID): Call
-
def
getRootCollections(): Call
-
def
getTopLevelCollections(): Call
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
list(when: Option[String] = None, title: Option[String] = None, date: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call
-
def
listCanEdit(when: Option[String] = None, title: Option[String] = None, date: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call
-
def
listCollectionsInTrash(limit: Int = 12): Call
-
def
listPossibleParents(when: Option[String] = None, currentCollectionId: String, title: Option[String] = None, date: Option[String] = None, limit: Int = 12, exact: Boolean = false): Call
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
reindex(coll_id: UUID, recursive: Boolean = true): Call
-
def
removeCollection(coll_id: UUID): Call
-
def
removeDataset(coll_id: UUID, ds_id: UUID, ignoreNotFound: String): Call
-
def
removeFromSpaceAllowed(coll_id: UUID, space_id: UUID): Call
-
def
removeSubCollection(coll_id: UUID, sub_coll_id: UUID, ignoreNotFound: String = "True"): Call
-
def
restoreCollection(collectionId: UUID): Call
-
def
setRootSpace(coll_id: UUID, spaceId: UUID): Call
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unfollow(id: UUID): Call
-
def
unsetRootSpace(coll_id: UUID, spaceId: UUID): Call
-
def
updateCollectionDescription(coll_id: UUID): Call
-
def
updateCollectionName(coll_id: UUID): Call
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any