class
ReverseSpaces extends AnyRef
Instance Constructors
-
new
ReverseSpaces()
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
acceptRequest(id: UUID, user: String, role: String): HandlerRef[_]
-
def
addCollectionToSpace(spaceId: UUID, collectionId: UUID): HandlerRef[_]
-
def
addDatasetToSpace(spaceId: UUID, datasetId: UUID): HandlerRef[_]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createSpace(): 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
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
list(when: Option[String], title: Option[String], date: Option[String], limit: Int): HandlerRef[_]
-
def
listCanEdit(when: Option[String], title: Option[String], date: Option[String], limit: Int): HandlerRef[_]
-
def
listCollections(id: UUID, limit: Integer): HandlerRef[_]
-
def
listDatasets(id: UUID, limit: Integer): HandlerRef[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rejectRequest(id: UUID, user: String): HandlerRef[_]
-
def
removeCollection(spaceId: UUID, collectionId: UUID, removeDatasets: Boolean): HandlerRef[_]
-
def
removeDataset(spaceId: UUID, datasetId: UUID): HandlerRef[_]
-
def
removeSpace(id: UUID): HandlerRef[_]
-
def
removeUser(id: UUID, removeUser: String): HandlerRef[_]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unfollow(id: UUID): HandlerRef[_]
-
def
updateSpace(id: UUID): HandlerRef[_]
-
def
updateUsers(id: UUID): HandlerRef[_]
-
def
verifySpace(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