final class Register extends Template
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Register
- Template
- DamlRecord
- DefinedDataType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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]) @native() @IntrinsicCandidate()
- def create(): Update[Created[ContractId]]
- Definition Classes
- Register → Template
- Annotations
- @Override()
- def createAnd(): CreateAnd
- Definition Classes
- Register → Template
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(object: AnyRef): Boolean
- Definition Classes
- Register → AnyRef → Any
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getCompanion(): WithoutKey[Contract, ContractId, Register]
- Attributes
- protected[medicalrecord]
- Definition Classes
- Register → Template
- Annotations
- @Override()
- final def getContractTypeId(): Identifier
- Definition Classes
- Template
- def hashCode(): Int
- Definition Classes
- Register → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonEncoder(): JsonLfEncoder
- Definition Classes
- Register → DefinedDataType
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson(): String
- Definition Classes
- DefinedDataType
- def toString(): String
- Definition Classes
- Register → AnyRef → Any
- Annotations
- @Override()
- def toValue(): DamlRecord
- Definition Classes
- Register → DamlRecord → DefinedDataType
- 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])
Deprecated Value Members
- def createAndExerciseAddObserver(party: String): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseAddObserver(arg: AddObserver): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseAddRecord(description: String, doctor: String): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseAddRecord(arg: AddRecord): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseArchive(): Update[Exercised[Unit]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseArchive(arg: Archive): Update[Exercised[Unit]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseTransferRecords(newRegistry: String): Update[Exercised[Either[ContractId, ContractId]]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseTransferRecords(arg: TransferRecords): Update[Exercised[Either[ContractId, ContractId]]]
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated