c

dynamics.cli

EntityActions

class EntityActions extends LazyLogger

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityActions
  2. LazyLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityActions(context: DynamicsContext)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def count(): Action

    Convert to function: RetrieveTotalRecordCount if possible.

  7. implicit val decoder: EntityDecoder[IO, Dynamic]
  8. val deleteByQuery: Action
  9. def deleteFromQuery(query: String, primaryId: String, esname: String, concurrency: Int): Stream[IO, (String, Long)]

    Return a query that deletes and returns 1 for each delete.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def export(outputpath: String, inputs: Stream[IO, Object], wrap: Boolean = false, drops: Long = 0, take: Long = Long.MaxValue, transform: (Object) ⇒ Object = identity): IO[Long]
  13. def export(): Action
  14. def exportAll(config: AppConfig, q: QuerySpec): IO[Unit]
  15. val exportFromQuery: Action
  16. def exportOne(config: AppConfig, q: QuerySpec): IO[Unit]
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fromEntityNames(entityNames: Seq[String]): Stream[IO, Stream[IO, (String, Long)]]
  19. def fromFunction(entityNames: Seq[String]): Stream[IO, Stream[IO, (String, Long)]]
  20. def fromJsonFile(file: String): Stream[Pure, Stream[IO, (String, Long)]]
  21. def fromMap(queries: Map[String, String]): Stream[Pure, Stream[IO, (String, Long)]]
  22. def get(command: String): Action
  23. def getAllColumnNames(config: AppConfig, q: QuerySpec): IO[Seq[String]]

    Get column names by retrieving a single record.

  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getCountFromFunctionForEntity(entitySet: Seq[String] = Nil): IO[RetrieveTotalRecordCountResponse]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. lazy val logger: Logger
    Definition Classes
    LazyLogger
  29. def mkCountingStreamForEntity(e: String, pk: String): Stream[IO, (String, Long)]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from LazyLogger

Inherited from AnyRef

Inherited from Any

Ungrouped