Packages

case class TxReportRPC(t: Long, tx: Long, txInstant: Date, eids: List[Long], txData: List[Datom], asString: String) extends TxReport with Product with Serializable

Transaction Report Proxy for marshalling between Server/Client.

Source
TxReportRPC.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, TxReport, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxReportRPC
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TxReport
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TxReportRPC(t: Long, tx: Long, txInstant: Date, eids: List[Long], txData: List[Datom], asString: String)

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. val asString: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def eid: Long

    Convenience method to get single affected entity id from transaction.

    Convenience method to get single affected entity id from transaction.

    Often useful when you know only one entity was affected:

    for {
      benId <- Person.name("Ben").map(_.eid)
    } yield ()
    Definition Classes
    TxReport
  8. val eids: List[Long]

    List of affected entity ids from transaction

    List of affected entity ids from transaction

    Definition Classes
    TxReportRPCTxReport
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def inspect: Unit

    Print TxReport

    Print TxReport

    Definition Classes
    TxReportRPCTxReport
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. val t: Long

    Transaction time t.

    Transaction time t.

    Definition Classes
    TxReportRPCTxReport
  19. def toString(): String

    String representation of raw TxReport

    String representation of raw TxReport

    Definition Classes
    TxReportRPC → AnyRef → Any
  20. val tx: Long

    Transaction entity id (Long).

    Transaction entity id (Long).

    Definition Classes
    TxReportRPCTxReport
  21. val txData: List[Datom]

    Tx report data, a List of molecule.datomic.base.api.Datom

    Tx report data, a List of molecule.datomic.base.api.Datom

    Definition Classes
    TxReportRPCTxReport
  22. val txInstant: Date

    Transaction instant (Date).

    Transaction instant (Date).

    Definition Classes
    TxReportRPCTxReport
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TxReport

Inherited from AnyRef

Inherited from Any

Ungrouped