api

ReverseExtractions

class ReverseExtractions extends AnyRef

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

Instance Constructors

  1. new ReverseExtractions()

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

  7. def addNewFilesetEvent(id: String, fileids: List[String]): Call

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def cancelDatasetExtractionSubmission(ds_id: UUID, msg_id: UUID): Call

  10. def cancelFileExtractionSubmission(file_id: UUID, msg_id: UUID): Call

  11. def checkExtractionsStatuses(id: UUID): Call

  12. def checkExtractorsStatus(id: UUID): Call

  13. def clone(): AnyRef

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

  15. def deleteExtractor(extractorName: String): Call

  16. def deleteExtractorsLabel(id: UUID): Call

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

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

    Definition Classes
    AnyRef → Any
  19. def fetch(id: UUID): Call

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getDTSRequests(): Call

  23. def getExtractorDetails(): Call

  24. def getExtractorInfo(name: String): Call

  25. def getExtractorInputTypes(): Call

  26. def getExtractorNames(categories: List[String] = List.empty): Call

  27. def getExtractorServersIP(): Call

  28. def hashCode(): Int

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

    Definition Classes
    Any
  30. def listExtractors(categories: List[String] = List.empty): Call

  31. def multipleUploadByURL(): Call

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

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

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

    Definition Classes
    AnyRef
  35. def submitDatasetToExtractor(ds_id: UUID): Call

  36. def submitFileToExtractor(file_id: UUID): Call

  37. def submitFilesToExtractor(ds_id: UUID, file_ids: String): Call

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def updateExtractorsLabel(id: UUID): Call

  41. def uploadByURL(extract: Boolean = true): Call

  42. def uploadExtract(showPreviews: String = "DatasetLevel", extract: Boolean = true): Call

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped