class EntityActions extends LazyLogger
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityActions
- LazyLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EntityActions(context: DynamicsContext)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
count(): Action
Convert to function: RetrieveTotalRecordCount if possible.
- implicit val decoder: EntityDecoder[IO, Dynamic]
- val deleteByQuery: Action
-
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.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def export(outputpath: String, inputs: Stream[IO, Object], wrap: Boolean = false, drops: Long = 0, take: Long = Long.MaxValue, transform: (Object) ⇒ Object = identity): IO[Long]
- def export(): Action
- def exportAll(config: AppConfig, q: QuerySpec): IO[Unit]
- val exportFromQuery: Action
- def exportOne(config: AppConfig, q: QuerySpec): IO[Unit]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromEntityNames(entityNames: Seq[String]): Stream[IO, Stream[IO, (String, Long)]]
- def fromFunction(entityNames: Seq[String]): Stream[IO, Stream[IO, (String, Long)]]
- def fromJsonFile(file: String): Stream[Pure, Stream[IO, (String, Long)]]
- def fromMap(queries: Map[String, String]): Stream[Pure, Stream[IO, (String, Long)]]
- def get(command: String): Action
-
def
getAllColumnNames(config: AppConfig, q: QuerySpec): IO[Seq[String]]
Get column names by retrieving a single record.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCountFromFunctionForEntity(entitySet: Seq[String] = Nil): IO[RetrieveTotalRecordCountResponse]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Definition Classes
- LazyLogger
- def mkCountingStreamForEntity(e: String, pk: String): Stream[IO, (String, Long)]
-
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()
-
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( ... )