object ForceFlag extends GeneratedEnumCompanion[ForceFlag]
- Alphabetic
- By Inheritance
- ForceFlag
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends ForceFlag
- final case class Unrecognized(unrecognizedValue: Int) extends ForceFlag with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = ForceFlag
- Definition Classes
- GeneratedEnumCompanion
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()
- implicit def enumCompanion: GeneratedEnumCompanion[ForceFlag]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[ForceFlag]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): ForceFlag
- Definition Classes
- ForceFlag → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- ForceFlag → GeneratedEnumCompanion
- 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 scalaDescriptor: EnumDescriptor
- Definition Classes
- ForceFlag → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- ForceFlag → GeneratedEnumCompanion
- 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])
- case object FORCE_FLAG_ALIEN_MEMBER extends ForceFlag with Recognized with Product with Serializable
* Required when authorizing adding a topology transaction on behalf of another node.
* Required when authorizing adding a topology transaction on behalf of another node.
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_INSUFFICIENT_PARTICIPANT_PERMISSION_FOR_SIGNATORY_PARTY extends ForceFlag with Recognized with Product with Serializable
* Required when we want to change all participants' permissions to observation while the party is still a signatory of a contract.
* Required when we want to change all participants' permissions to observation while the party is still a signatory of a contract.
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_INSUFFICIENT_SIGNATORY_ASSIGNING_PARTICIPANTS_FOR_PARTY extends ForceFlag with Recognized with Product with Serializable
* Required when changing the party-to-participant mapping, that would result in insufficient signatory-assigning participants and thus the assignment would be stuck.
* Required when changing the party-to-participant mapping, that would result in insufficient signatory-assigning participants and thus the assignment would be stuck.
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_UNKNOWN_PACKAGE extends ForceFlag with Recognized with Product with Serializable
* Required when vetting unknown packages (not uploaded).
* Required when vetting unknown packages (not uploaded).
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_UNVALIDATED_SIGNING_KEYS extends ForceFlag with Recognized with Product with Serializable
* Required when using a key that is not suitable to sign a topology transaction.
* Required when using a key that is not suitable to sign a topology transaction. Using this force flag likely causes the transaction to be rejected at a later stage of the processing.
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_UNVETTED_DEPENDENCIES extends ForceFlag with Recognized with Product with Serializable
* Required when vetting a package with unvetted dependencies
* Required when vetting a package with unvetted dependencies
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_UNVET_PACKAGE extends ForceFlag with Recognized with Product with Serializable
* Required when revoking the vetting of a package
* Required when revoking the vetting of a package
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_ALLOW_UNVET_PACKAGE_WITH_ACTIVE_CONTRACTS extends ForceFlag with Recognized with Product with Serializable
* Required when unvetting a package with active contracts
* Required when unvetting a package with active contracts
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_DISABLE_PARTY_WITH_ACTIVE_CONTRACTS extends ForceFlag with Recognized with Product with Serializable
* Required when disabling a party with active contracts
* Required when disabling a party with active contracts
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_LEDGER_TIME_RECORD_TIME_TOLERANCE_INCREASE extends ForceFlag with Recognized with Product with Serializable
Deprecated, increasing ledger time record time tolerance does not require a force flag for PV >= 32
Deprecated, increasing ledger time record time tolerance does not require a force flag for PV >= 32
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_PREPARATION_TIME_RECORD_TIME_TOLERANCE_INCREASE extends ForceFlag with Recognized with Product with Serializable
* Required when increasing the submission time record time tolerance
* Required when increasing the submission time record time tolerance
- Annotations
- @SerialVersionUID()
- case object FORCE_FLAG_UNSPECIFIED extends ForceFlag with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()