object transfer extends Helpful
- Annotations
- @Summary(s = "Composability related functionality", flag = FeatureFlag.Preview) @Group(name = "Transfer")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- transfer
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(submittingParty: PartyId, contractId: LfContractId, sourceDomain: DomainAlias, targetDomain: DomainAlias): Unit
- Annotations
- @Summary(s = "Transfer the contract from the origin domain to the target domain", flag = FeatureFlag.Preview) @Description(s = "Macro that first calls transfer_out and then transfer_in. No error handling is done.")
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- Annotations
- @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- def in(submittingParty: PartyId, transferId: TransferId, targetDomain: DomainAlias, applicationId: LedgerApplicationId = LedgerApplicationId.assertFromString("AdminConsole"), submissionId: String = "", workflowId: String = "", commandId: String = ""): Unit
- Annotations
- @Summary(s = "Transfer-in a contract in transit to the target domain", flag = FeatureFlag.Preview) @Description(s = """Manually transfers a contract in transit into the target domain.
The command returns when the transfer-in has completed successfully.
If the transferExclusivityTimeout in the target domain's parameters is set to a positive value,
all participants of all stakeholders connected to both origin and target domain will attempt to transfer-in
the contract automatically after the exclusivity timeout has elapsed.
An application-id can be specified to uniquely identifies the application that have issued the transfer,
otherwise the default value will be used. An optional submission id can be set by the committer to the value
of their choice that allows an application to correlate completions to its submissions.""")
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup_contract_domain(contractIds: LfContractId*): Map[LfContractId, String]
- Annotations
- @Summary(s = "Lookup the active domain for the provided contracts", flag = FeatureFlag.Preview)
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def out(submittingParty: PartyId, contractId: LfContractId, sourceDomain: DomainAlias, targetDomain: DomainAlias, applicationId: LedgerApplicationId = LedgerApplicationId.assertFromString("AdminConsole"), submissionId: String = "", workflowId: String = "", commandId: String = ""): TransferId
- Annotations
- @Summary(s = "Transfer-out a contract from the source domain with destination target domain", flag = FeatureFlag.Preview) @Description(s = """Transfers the given contract out of the source domain with destination target domain.
The command returns the ID of the transfer when the transfer-out has completed successfully.
The contract is in transit until the transfer-in has completed on the target domain.
The submitting party must be a stakeholder of the contract and the participant must have submission rights
for the submitting party on the source domain. It must also be connected to the target domain.
An application-id can be specified to uniquely identify the application that have issued the transfer,
otherwise the default value will be used. An optional submission id can be set by the committer to the value
of their choice that allows an application to correlate completions to its submissions.""")
- def search(targetDomain: DomainAlias, filterSourceDomain: Option[DomainAlias], filterTimestamp: Option[Instant], filterSubmittingParty: Option[PartyId], limit: PositiveInt = defaultLimit): Seq[TransferSearchResult]
- Annotations
- @Summary(s = "Search the currently in-flight transfers", flag = FeatureFlag.Preview) @Description(s = "Returns all in-flight transfers with the given target domain that match the filters, but no more than the limit specifies.")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])