class ImportDataActions extends AnyRef
- Self Type
- ImportDataActions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImportDataActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ImportDataActions(context: DynamicsContext)
Type Members
- type WaitHandler = PartialFunction[Either[Throwable, AsyncOperationOData], Option[WaitTuple]]
- type WaitTuple = (Int, String, AsyncOperationOData)
Value Members
- val ProcessingStatus: Map[Int, String]
- implicit val WhoAmIDecoder: EntityDecoder[IO, WhoAmI]
- val bulkDelete: Action
- val context: DynamicsContext
- implicit val dec10: EntityDecoder[IO, BulkDeleteResponse]
- val delete: Action
- val dumpErrors: Action
- val dumpErrors2: Action
- def get(command: String): Action
- val importData: Action
- implicit val importFileJsonDecoder: EntityDecoder[IO, ImportFileJson]
- implicit val importJsonDecoder: EntityDecoder[IO, ImportJson]
- implicit val jobDecoder: EntityDecoder[IO, AsyncOperationOData]
- val listImportFiles: Action
- val listImports: Action
- def reportErrors(name: String, importfileid: String): IO[Unit]
- def reportImportFileBasicStats(ifileid: String, debug: Boolean = false): IO[Unit]
- def reportImportStatus(name: String, importid: String): IO[Unit]
-
def
requestImport(importid: String): IO[String]
Return the jobid of the import job.
-
def
requestParsing(importid: String): IO[String]
Return the jobid of the parsing job.
-
def
requestTransform(importid: String): IO[String]
Return the jobid of the transform job.
- val resume: Action
- def waitForJobStream(jobid: String, delta: FiniteDuration = 10.seconds, handler: WaitHandler): Stream[IO, WaitTuple]
- def waitForJobStreamPrint(jobid: String, delta: FiniteDuration = 10.seconds): IO[Unit]
-
def
waitHandler(id: String): WaitHandler
Looks for statecode = 3.
Looks for statecode = 3. If job not found, returns None.