object ForceFlag

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForceFlag
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val all: Map[admin.v30.ForceFlag, ForceFlag]

    This should only be used internally in situations where

    This should only be used internally in situations where

    • the caller knows what they are doing
    • it's not necessarily clear which specific flags to use, but there also isn't really any other choice, eg. when importing a topology snapshot.
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def forceFlagIsForceFlags(forceFlag: ForceFlag): ForceFlags
  10. def fromProtoV30(flag: admin.v30.ForceFlag): ParsingResult[ForceFlag]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. case object AlienMember extends ForceFlag with Product with Serializable
  23. case object AllowInsufficientParticipantPermissionForSignatoryParty extends ForceFlag with Product with Serializable
  24. case object AllowInsufficientSignatoryAssigningParticipantsForParty extends ForceFlag with Product with Serializable
  25. case object AllowUnknownPackage extends ForceFlag with Product with Serializable
  26. case object AllowUnvalidatedSigningKeys extends ForceFlag with Product with Serializable
  27. case object AllowUnvetPackage extends ForceFlag with Product with Serializable
  28. case object AllowUnvetPackageWithActiveContracts extends ForceFlag with Product with Serializable
  29. case object AllowUnvettedDependencies extends ForceFlag with Product with Serializable
  30. case object DisablePartyWithActiveContracts extends ForceFlag with Product with Serializable
  31. case object PreparationTimeRecordTimeToleranceIncrease extends ForceFlag with Product with Serializable

Deprecated Value Members

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

    (Since version 9)

  2. case object LedgerTimeRecordTimeToleranceIncrease extends ForceFlag with Product with Serializable

    Deprecated.

    Deprecated. Increasing LedgerTimeRecordTimeTolerance does not require a force flag from PV >= 32. Instead increasing PreparationTimeRecordTimeTolerance does

    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) LedgerTimeRecordTimeTolerance does not require a force flag anymore to be increased. Instead, PreparationTimeRecordTimeTolerance does.

Inherited from AnyRef

Inherited from Any

Ungrouped