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. val ProcessingStatus: Map[Int, String]
  2. implicit val WhoAmIDecoder: EntityDecoder[IO, WhoAmI]
  3. val bulkDelete: Action
  4. val context: DynamicsContext
  5. implicit val dec10: EntityDecoder[IO, BulkDeleteResponse]
  6. val delete: Action
  7. val dumpErrors: Action
  8. val dumpErrors2: Action
  9. def get(command: String): Action
  10. val importData: Action
  11. implicit val importFileJsonDecoder: EntityDecoder[IO, ImportFileJson]
  12. implicit val importJsonDecoder: EntityDecoder[IO, ImportJson]
  13. implicit val jobDecoder: EntityDecoder[IO, AsyncOperationOData]
  14. val listImportFiles: Action
  15. val listImports: Action
  16. def reportErrors(name: String, importfileid: String): IO[Unit]
  17. def reportImportFileBasicStats(ifileid: String, debug: Boolean = false): IO[Unit]
  18. def reportImportStatus(name: String, importid: String): IO[Unit]
  19. def requestImport(importid: String): IO[String]

    Return the jobid of the import job.

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

    Return the jobid of the parsing job.

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

    Return the jobid of the transform job.

  22. val resume: Action
  23. def waitForJobStream(jobid: String, delta: FiniteDuration = 10.seconds, handler: WaitHandler): Stream[IO, WaitTuple]
  24. def waitForJobStreamPrint(jobid: String, delta: FiniteDuration = 10.seconds): IO[Unit]
  25. def waitHandler(id: String): WaitHandler

    Looks for statecode = 3.

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