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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ProcessingStatus: Map[Int, String]
- implicit val WhoAmIDecoder: EntityDecoder[IO, WhoAmI]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bulkDelete: Action
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val context: DynamicsContext
- implicit val dec10: EntityDecoder[IO, BulkDeleteResponse]
- val delete: Action
- val dumpErrors: Action
- val dumpErrors2: Action
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(command: String): Action
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val importData: Action
- implicit val importFileJsonDecoder: EntityDecoder[IO, ImportFileJson]
- implicit val importJsonDecoder: EntityDecoder[IO, ImportJson]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val jobDecoder: EntityDecoder[IO, AsyncOperationOData]
- val listImportFiles: Action
- val listImports: Action
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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.