final case class ReassignmentInfo(sourceDomain: SourceDomainId, targetDomain: TargetDomainId, submitter: Option[Party], reassignmentCounter: Long, hostedStakeholders: List[Party], unassignId: CantonTimestamp) extends Product with Serializable
The common information for all reassigments. Except from the hosted and reassigning stakeholders, all fields are the same for reassign and assign updates, which belong to the same reassignment.
- sourceDomain
The domain ID from the contract is unassigned.
- targetDomain
The domain ID to the contract is assigned.
- submitter
Submitter of the command, unless the operation is performed offline.
- reassignmentCounter
This counter is strictly increasing with each reassignment for one contract.
- hostedStakeholders
The stakeholders of the related contract which are hosted on this participant at the time of the corresponding request.
- unassignId
The ID of the unassign event. This should be used for the assign command.
- Alphabetic
- By Inheritance
- ReassignmentInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ReassignmentInfo(sourceDomain: SourceDomainId, targetDomain: TargetDomainId, submitter: Option[Party], reassignmentCounter: Long, hostedStakeholders: List[Party], unassignId: CantonTimestamp)
- sourceDomain
The domain ID from the contract is unassigned.
- targetDomain
The domain ID to the contract is assigned.
- submitter
Submitter of the command, unless the operation is performed offline.
- reassignmentCounter
This counter is strictly increasing with each reassignment for one contract.
- hostedStakeholders
The stakeholders of the related contract which are hosted on this participant at the time of the corresponding request.
- unassignId
The ID of the unassign event. This should be used for the assign command.
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]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hostedStakeholders: List[Party]
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reassignmentCounter: Long
- val sourceDomain: SourceDomainId
- val submitter: Option[Party]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetDomain: TargetDomainId
- val unassignId: CantonTimestamp
- 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])