Packages

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

parties

The parties for which the ACS should be exported. If empty, the ACS of all parties will be exported. Optional

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

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() @deprecated
Deprecated

(Since version ) Marked as deprecated in proto file

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], force: Boolean, partiesOffboarding: Boolean)

    parties

    The parties for which the ACS should be exported. If empty, the ACS of all parties will be exported. Optional

    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

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