Packages

final case class ExportAcsOldRequest(parties: Seq[String], filterSynchronizerId: String, timestamp: Option[Timestamp], contractSynchronizerRenames: Map[String, TargetSynchronizer], force: Boolean, partiesOffboarding: Boolean) extends GeneratedMessage with Updatable[ExportAcsOldRequest] with Product with Serializable

parties

The parties for which the ACS should be exported Required

filterSynchronizerId

The IDs of the synchronizers to filter the contracts by Optional, if set the contracts will be filtered by the exact match of the ID of the synchronizer to which it's assigned optional; exact match if set

timestamp

The timestamp at which the ACS should be valid. If provided, it will be checked that the ACS is available at the given timestamp (i.e. the timestamp is considered clean and the ACS has not been pruned). Optional, if missing the latest clean timestamp will be used

contractSynchronizerRenames

Mapping from one synchronizer id and protocol version. If provided, the contracts currently assigned to the synchronizer ID in the key will be assigned to the synchronizer id and protocol version in the value. This is not a proper synchronizer migration of contracts and it's supposed to be used only in exceptional cases. Optional, if not provided the contracts will be exported with the same synchronizer id as they are currently assigned

force

If true, do not check whether the provided timestamp is clean (see timestamp field). NOT FOR PRODUCTION USE. For this option to yield a consistent snapshot, you need to wait at least confirmationResponseTimeout + mediatorReactionTimeout after the last submitted request. Recommended value is false

partiesOffboarding

true if the parties will be offboarded after the replication (party migration) Recommended value is false

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportAcsOldRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExportAcsOldRequest(parties: Seq[String], filterSynchronizerId: String, timestamp: Option[Timestamp], contractSynchronizerRenames: Map[String, TargetSynchronizer], force: Boolean, partiesOffboarding: Boolean)

    parties

    The parties for which the ACS should be exported Required

    filterSynchronizerId

    The IDs of the synchronizers to filter the contracts by Optional, if set the contracts will be filtered by the exact match of the ID of the synchronizer to which it's assigned optional; exact match if set

    timestamp

    The timestamp at which the ACS should be valid. If provided, it will be checked that the ACS is available at the given timestamp (i.e. the timestamp is considered clean and the ACS has not been pruned). Optional, if missing the latest clean timestamp will be used

    contractSynchronizerRenames

    Mapping from one synchronizer id and protocol version. If provided, the contracts currently assigned to the synchronizer ID in the key will be assigned to the synchronizer id and protocol version in the value. This is not a proper synchronizer migration of contracts and it's supposed to be used only in exceptional cases. Optional, if not provided the contracts will be exported with the same synchronizer id as they are currently assigned

    force

    If true, do not check whether the provided timestamp is clean (see timestamp field). NOT FOR PRODUCTION USE. For this option to yield a consistent snapshot, you need to wait at least confirmationResponseTimeout + mediatorReactionTimeout after the last submitted request. Recommended value is false

    partiesOffboarding

    true if the parties will be offboarded after the replication (party migration) Recommended value is false

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. def addAllContractSynchronizerRenames(__vs: Iterable[(String, TargetSynchronizer)]): ExportAcsOldRequest
  5. def addAllParties(__vs: Iterable[String]): ExportAcsOldRequest
  6. def addContractSynchronizerRenames(__vs: (String, TargetSynchronizer)*): ExportAcsOldRequest
  7. def addParties(__vs: String*): ExportAcsOldRequest
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearContractSynchronizerRenames: ExportAcsOldRequest
  10. def clearParties: ExportAcsOldRequest
  11. def clearTimestamp: ExportAcsOldRequest
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def companion: ExportAcsOldRequest.type
    Definition Classes
    ExportAcsOldRequest → GeneratedMessage
  14. val contractSynchronizerRenames: Map[String, TargetSynchronizer]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val filterSynchronizerId: String
  17. val force: Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ExportAcsOldRequest → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ExportAcsOldRequest → GeneratedMessage
  21. def getTimestamp: Timestamp
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. val parties: Seq[String]
  27. val partiesOffboarding: Boolean
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def serializedSize: Int
    Definition Classes
    ExportAcsOldRequest → GeneratedMessage
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val timestamp: Option[Timestamp]
  32. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    ExportAcsOldRequest → GeneratedMessage
  36. def update(ms: (Lens[ExportAcsOldRequest, ExportAcsOldRequest]) => Mutation[ExportAcsOldRequest]*): ExportAcsOldRequest
    Definition Classes
    Updatable
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def withContractSynchronizerRenames(__v: Map[String, TargetSynchronizer]): ExportAcsOldRequest
  41. def withFilterSynchronizerId(__v: String): ExportAcsOldRequest
  42. def withForce(__v: Boolean): ExportAcsOldRequest
  43. def withParties(__v: Seq[String]): ExportAcsOldRequest
  44. def withPartiesOffboarding(__v: Boolean): ExportAcsOldRequest
  45. def withTimestamp(__v: Timestamp): ExportAcsOldRequest
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ExportAcsOldRequest → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

    (Since version 9)

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped