class ImportDataActions extends AnyRef

Self Type
ImportDataActions
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImportDataActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImportDataActions(context: DynamicsContext)

Type Members

  1. type WaitHandler = PartialFunction[Either[Throwable, AsyncOperationOData], Option[WaitTuple]]
  2. type WaitTuple = (Int, String, AsyncOperationOData)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ProcessingStatus: Map[Int, String]
  5. implicit val WhoAmIDecoder: EntityDecoder[IO, WhoAmI]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bulkDelete: Action
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val context: DynamicsContext
  10. implicit val dec10: EntityDecoder[IO, BulkDeleteResponse]
  11. val delete: Action
  12. val dumpErrors: Action
  13. val dumpErrors2: Action
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(command: String): Action
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val importData: Action
  21. implicit val importFileJsonDecoder: EntityDecoder[IO, ImportFileJson]
  22. implicit val importJsonDecoder: EntityDecoder[IO, ImportJson]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. implicit val jobDecoder: EntityDecoder[IO, AsyncOperationOData]
  25. val listImportFiles: Action
  26. val listImports: Action
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def reportErrors(name: String, importfileid: String): IO[Unit]
  31. def reportImportFileBasicStats(ifileid: String, debug: Boolean = false): IO[Unit]
  32. def reportImportStatus(name: String, importid: String): IO[Unit]
  33. def requestImport(importid: String): IO[String]

    Return the jobid of the import job.

  34. def requestParsing(importid: String): IO[String]

    Return the jobid of the parsing job.

  35. def requestTransform(importid: String): IO[String]

    Return the jobid of the transform job.

  36. val resume: Action
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. def waitForJobStream(jobid: String, delta: FiniteDuration = 10.seconds, handler: WaitHandler): Stream[IO, WaitTuple]
  43. def waitForJobStreamPrint(jobid: String, delta: FiniteDuration = 10.seconds): IO[Unit]
  44. def waitHandler(id: String): WaitHandler

    Looks for statecode = 3.

    Looks for statecode = 3. If job not found, returns None.

Inherited from AnyRef

Inherited from Any

Ungrouped