final case class ReassignmentInfo(sourceSynchronizer: Source[SynchronizerId], targetSynchronizer: Target[SynchronizerId], submitter: Option[Party], reassignmentId: ReassignmentId, isReassigningParticipant: Boolean) extends Product with Serializable
The common information for all reassignments. Except from the hosted and reassigning stakeholders, all fields are the same for reassign and assign updates, which belong to the same reassignment.
- sourceSynchronizer
 The synchronizer ID from which the contract is unassigned.
- targetSynchronizer
 The synchronizer ID to which the contract is assigned.
- submitter
 Submitter of the command, unless the operation is performed offline.
- reassignmentId
 The ID of the unassign event. This should be used for the assign command.
- isReassigningParticipant
 Whether the participant is reassigning for the reassignment
- Alphabetic
 - By Inheritance
 
- ReassignmentInfo
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new ReassignmentInfo(sourceSynchronizer: Source[SynchronizerId], targetSynchronizer: Target[SynchronizerId], submitter: Option[Party], reassignmentId: ReassignmentId, isReassigningParticipant: Boolean)
- sourceSynchronizer
 The synchronizer ID from which the contract is unassigned.
- targetSynchronizer
 The synchronizer ID to which the contract is assigned.
- submitter
 Submitter of the command, unless the operation is performed offline.
- reassignmentId
 The ID of the unassign event. This should be used for the assign command.
- isReassigningParticipant
 Whether the participant is reassigning for the reassignment
 
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
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  val isReassigningParticipant: Boolean
 -   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()
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -  val reassignmentId: ReassignmentId
 -  val sourceSynchronizer: Source[SynchronizerId]
 -  val submitter: Option[Party]
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  val targetSynchronizer: Target[SynchronizerId]
 -   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])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])