Packages

object domain

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. domain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type CommandId = @@[lf.data.Ref.CommandId, CommandIdTag]
  2. sealed trait CommandIdTag extends AnyRef
  3. case class Commands(ledgerId: Option[LedgerId], workflowId: Option[WorkflowId], applicationId: ApplicationId, commandId: CommandId, submissionId: Option[SubmissionId], actAs: Set[Party], readAs: Set[Party], submittedAt: Timestamp, deduplicationPeriod: DeduplicationPeriod, commands: ApiCommands, disclosedContracts: ImmArray[DisclosedContract]) extends Product with Serializable
  4. sealed trait CompletionEvent extends Product with Serializable
  5. sealed abstract class ConfigurationEntry extends Product with Serializable

    Configuration entry describes a change to the current configuration.

  6. type ContractId = @@[ContractIdString, ContractIdTag]
  7. sealed trait ContractIdTag extends AnyRef
  8. sealed trait Event extends Product with Serializable
  9. type EventId = @@[LedgerString, EventIdTag]
  10. sealed trait EventIdTag extends AnyRef
  11. sealed abstract class Feature extends Product with Serializable
  12. final case class Filters(inclusive: Option[InclusiveFilters]) extends Product with Serializable
  13. final case class InclusiveFilters(templateIds: Set[Identifier], interfaceFilters: Set[InterfaceFilter]) extends Product with Serializable
  14. final case class InterfaceFilter(interfaceId: Identifier, includeView: Boolean) extends Product with Serializable
  15. type Label = @@[String, LabelTag]
  16. sealed trait LabelTag extends AnyRef
  17. type LedgerId = @@[String, LedgerIdTag]
  18. sealed trait LedgerIdTag extends AnyRef
  19. sealed abstract class LedgerOffset extends Product with Serializable
  20. final case class ObjectMeta(resourceVersionO: Option[Long], annotations: Map[String, String]) extends Product with Serializable
  21. sealed abstract class PackageEntry extends Product with Serializable
  22. type ParticipantId = @@[lf.data.Ref.ParticipantId, ParticipantIdTag]
  23. sealed trait ParticipantIdTag extends AnyRef
  24. case class PartyDetails(party: Party, displayName: Option[String], isLocal: Boolean) extends Product with Serializable

    Represents a party with additional known information.

    Represents a party with additional known information.

    party

    The stable unique identifier of a Daml party.

    displayName

    Human readable name associated with the party. Might not be unique.

    isLocal

    True if party is hosted by the backing participant.

  25. sealed abstract class PartyEntry extends Product with Serializable
  26. final case class RecordField(label: Option[Label], value: Value) extends Product with Serializable
  27. sealed trait RejectionReason extends AnyRef
  28. type SubmissionId = @@[lf.data.Ref.SubmissionId, SubmissionIdTag]
  29. sealed trait SubmissionIdTag extends AnyRef
  30. final case class Transaction(transactionId: TransactionId, commandId: Option[CommandId], workflowId: Option[WorkflowId], effectiveAt: Timestamp, events: Seq[CreateOrArchiveEvent], offset: Absolute) extends TransactionBase with Product with Serializable
  31. sealed abstract class TransactionBase extends AnyRef
  32. final case class TransactionFilter(filtersByParty: Map[Party, Filters]) extends Product with Serializable
  33. type TransactionId = @@[lf.data.Ref.TransactionId, TransactionIdTag]
  34. sealed trait TransactionIdTag extends AnyRef
  35. final case class TransactionTree(transactionId: TransactionId, commandId: Option[CommandId], workflowId: Option[WorkflowId], effectiveAt: Timestamp, offset: Absolute, eventsById: Map[EventId, CreateOrExerciseEvent], rootEventIds: Seq[EventId]) extends TransactionBase with Product with Serializable
  36. final case class User(id: UserId, primaryParty: Option[Party], isDeactivated: Boolean = false, metadata: ObjectMeta = ObjectMeta.empty) extends Product with Serializable
  37. sealed abstract class UserRight extends Product with Serializable
  38. type Value = lf.value.Value
  39. type VariantConstructor = @@[String, VariantConstructorTag]
  40. sealed trait VariantConstructorTag extends AnyRef
  41. type WorkflowId = @@[lf.data.Ref.WorkflowId, WorkflowIdTag]
  42. sealed trait WorkflowIdTag extends AnyRef

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. val CommandId: TagOf[CommandIdTag]
  5. val ContractId: TagOf[ContractIdTag]
  6. val EventId: TagOf[EventIdTag]
  7. val Label: TagOf[LabelTag]
  8. val LedgerId: TagOf[LedgerIdTag]
  9. val ParticipantId: TagOf[ParticipantIdTag]
  10. val SubmissionId: TagOf[SubmissionIdTag]
  11. val TransactionId: TagOf[TransactionIdTag]
  12. val VariantConstructor: TagOf[VariantConstructorTag]
  13. val WorkflowId: TagOf[WorkflowIdTag]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit val eventIdOrdering: Ordering[EventId]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def optionalLedgerId(raw: String): Option[LedgerId]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. object Commands extends Serializable
  32. object CompletionEvent extends Serializable
  33. object ConfigurationEntry extends Serializable
  34. object Event extends Serializable
  35. object Feature extends Serializable
  36. object Filters extends Serializable
  37. object LedgerOffset extends Serializable
  38. object Logging
  39. object ObjectMeta extends Serializable
  40. object PackageEntry extends Serializable
  41. object ParticipantParty
  42. object PartyEntry extends Serializable
  43. object RejectionReason
  44. object TransactionFilter extends Serializable
  45. object UserRight extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped