object DbDto extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DbDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CommandCompletion(completion_offset: Long, record_time: Long, publication_time: Long, user_id: String, submitters: Set[String], command_id: String, update_id: Option[String], rejection_status_code: Option[Int], rejection_status_message: Option[String], rejection_status_details: Option[Array[Byte]], submission_id: Option[String], deduplication_offset: Option[Long], deduplication_duration_seconds: Option[Long], deduplication_duration_nanos: Option[Int], synchronizer_id: String, message_uuid: Option[String], is_transaction: Boolean, trace_context: Array[Byte]) extends DbDto with Product with Serializable
- final case class EventAssign(event_offset: Long, update_id: String, command_id: Option[String], workflow_id: Option[String], submitter: Option[String], node_id: Int, contract_id: Array[Byte], template_id: String, package_name: String, flat_event_witnesses: Set[String], create_argument: Array[Byte], create_signatories: Set[String], create_observers: Set[String], create_key_value: Option[Array[Byte]], create_key_maintainers: Option[Set[String]], create_key_hash: Option[String], create_argument_compression: Option[Int], create_key_value_compression: Option[Int], event_sequential_id: Long, ledger_effective_time: Long, driver_metadata: Array[Byte], source_synchronizer_id: String, target_synchronizer_id: String, unassign_id: String, reassignment_counter: Long, trace_context: Array[Byte], record_time: Long) extends DbDto with Product with Serializable
- final case class EventCreate(event_offset: Long, update_id: String, ledger_effective_time: Long, command_id: Option[String], workflow_id: Option[String], user_id: Option[String], submitters: Option[Set[String]], node_id: Int, contract_id: Array[Byte], template_id: String, package_name: String, flat_event_witnesses: Set[String], tree_event_witnesses: Set[String], create_argument: Array[Byte], create_signatories: Set[String], create_observers: Set[String], create_key_value: Option[Array[Byte]], create_key_maintainers: Option[Set[String]], create_key_hash: Option[String], create_argument_compression: Option[Int], create_key_value_compression: Option[Int], event_sequential_id: Long, driver_metadata: Array[Byte], synchronizer_id: String, trace_context: Array[Byte], record_time: Long) extends DbDto with Product with Serializable
- final case class EventExercise(consuming: Boolean, event_offset: Long, update_id: String, ledger_effective_time: Long, command_id: Option[String], workflow_id: Option[String], user_id: Option[String], submitters: Option[Set[String]], node_id: Int, contract_id: Array[Byte], template_id: String, package_name: String, flat_event_witnesses: Set[String], tree_event_witnesses: Set[String], create_key_value: Option[Array[Byte]], exercise_choice: String, exercise_argument: Array[Byte], exercise_result: Option[Array[Byte]], exercise_actors: Set[String], exercise_last_descendant_node_id: Int, create_key_value_compression: Option[Int], exercise_argument_compression: Option[Int], exercise_result_compression: Option[Int], event_sequential_id: Long, synchronizer_id: String, trace_context: Array[Byte], record_time: Long) extends DbDto with Product with Serializable
- final case class EventPartyToParticipant(event_sequential_id: Long, event_offset: Long, update_id: String, party_id: String, participant_id: String, participant_permission: Int, participant_authorization_event: Int, synchronizer_id: String, record_time: Long, trace_context: Array[Byte]) extends DbDto with Product with Serializable
- final case class EventUnassign(event_offset: Long, update_id: String, command_id: Option[String], workflow_id: Option[String], submitter: Option[String], node_id: Int, contract_id: Array[Byte], template_id: String, package_name: String, flat_event_witnesses: Set[String], event_sequential_id: Long, source_synchronizer_id: String, target_synchronizer_id: String, unassign_id: String, reassignment_counter: Long, assignment_exclusivity: Option[Long], trace_context: Array[Byte], record_time: Long) extends DbDto with Product with Serializable
- final case class IdFilterAssignStakeholder(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class IdFilterConsumingNonStakeholderInformee(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class IdFilterConsumingStakeholder(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class IdFilterCreateNonStakeholderInformee(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class IdFilterCreateStakeholder(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class IdFilterNonConsumingInformee(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class IdFilterUnassignStakeholder(event_sequential_id: Long, template_id: String, party_id: String) extends DbDto with Product with Serializable
- final case class PartyEntry(ledger_offset: Long, recorded_at: Long, submission_id: Option[String], party: Option[String], typ: String, rejection_reason: Option[String], is_local: Option[Boolean]) extends DbDto with Product with Serializable
- final case class SequencerIndexMoved(synchronizerId: String) extends DbDto with Product with Serializable
- final case class StringInterningDto(internalId: Int, externalString: String) extends DbDto with Product with Serializable
- final case class TransactionMeta(update_id: String, event_offset: Long, publication_time: Long, record_time: Long, synchronizer_id: String, event_sequential_id_first: Long, event_sequential_id_last: Long) extends DbDto with Product with Serializable
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object StringInterningDto extends Serializable