api

ReverseMetadata

class ReverseMetadata extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReverseMetadata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseMetadata()

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 addDefinition(): Call

  7. def addDefinitionToSpace(id: UUID): Call

  8. def addUserMetadata(): Call

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createVocabulary(): Call

  12. def deleteDefinition(id: UUID): Call

  13. def deleteVocabulary(id: UUID): Call

  14. def editDefinition(id: UUID, spaceId: Option[String] = None): Call

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getAutocompleteName(filter: String): Call

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

    Definition Classes
    AnyRef → Any
  20. def getDefinition(id: UUID): Call

  21. def getDefinitions(): Call

  22. def getDefinitionsDistinctName(): Call

  23. def getMetadataDefinition(id: UUID): Call

  24. def getPerson(pid: String): Call

  25. def getRepository(id: String): Call

  26. def getUrl(in_url: String): Call

  27. def getVocabularies(): Call

  28. def getVocabulary(id: UUID): Call

  29. def getVocabularyTerms(id: UUID): Call

  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def listPeople(term: String, limit: Int): Call

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

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

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

    Definition Classes
    AnyRef
  36. def removeMetadata(id: UUID): Call

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

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def updateVocabulary(id: UUID): Call

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped