Docs regen.

This commit is contained in:
Clinton Alexander
2017-02-22 10:59:02 +00:00
parent 91a72bb345
commit 9a2963bca9
5238 changed files with 51569 additions and 24707 deletions

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>alltypes - corda</title>
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="..\..\style.css">
</HEAD>
<BODY>
<h3>All Types</h3>
@ -40,6 +40,13 @@ if the terminal supports it. Otherwise it just prints out the name of the step w
</tr>
<tr>
<td>
<a href="../net.corda.flows/-abstract-cash-flow/index.html">net.corda.flows.AbstractCashFlow</a></td>
<td>
<p>Initiates a flow that produces an Issue/Move or Exit Cash transaction.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.contracts.clause/-abstract-conserve-amount/index.html">net.corda.contracts.clause.AbstractConserveAmount</a></td>
<td>
<p>Standardised clause for checking input/output balances of fungible assets. Requires that a
@ -95,6 +102,14 @@ I/O), or a mock implementation suitable for unit test environments.</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.crypto/-abstract-party/index.html">net.corda.core.crypto.AbstractParty</a></td>
<td>
<p>An <a href="../net.corda.core.crypto/-abstract-party/index.html">AbstractParty</a> contains the common elements of <a href="../net.corda.core.crypto/-party/index.html">Party</a> and <a href="../net.corda.core.crypto/-anonymous-party/index.html">AnonymousParty</a>, specifically the owning key of
the party. In most cases <a href="../net.corda.core.crypto/-party/index.html">Party</a> or <a href="../net.corda.core.crypto/-anonymous-party/index.html">AnonymousParty</a> should be used, depending on use-case.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-abstract-state-replacement-flow/index.html">net.corda.flows.AbstractStateReplacementFlow</a></td>
<td>
<p>Abstract flow to be used for replacing one state with another, for example when changing the notary of a state.
@ -193,6 +208,20 @@ amount used in whatever underlying thing the amount represents.</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.crypto/-anonymous-party/index.html">net.corda.core.crypto.AnonymousParty</a></td>
<td>
<p>The <a href="../net.corda.core.crypto/-anonymous-party/index.html">AnonymousParty</a> class contains enough information to uniquely identify a <a href="../net.corda.core.crypto/-party/index.html">Party</a> while excluding private
information such as name. It is intended to represent a party on the distributed ledger.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.testing/-anonymous-party-generator/index.html">net.corda.core.testing.AnonymousPartyGenerator</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts.clauses/-any-composition/index.html">net.corda.core.contracts.clauses.AnyComposition</a></td>
<td>
<p>Compose a number of clauses, such that any number of the clauses can run.</p>
@ -266,6 +295,12 @@ of how attachments are meant to be used include:</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts/-attachment-resolution-exception/index.html">net.corda.core.contracts.AttachmentResolutionException</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.node.services/-attachment-storage/index.html">net.corda.core.node.services.AttachmentStorage</a></td>
<td>
<p>An attachment store records potentially large binary objects, identified by their hash.</p>
@ -290,6 +325,32 @@ file paths.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.transactions/-b-f-t-smart-client/index.html">net.corda.node.services.transactions.BFTSmartClient</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.transactions/-b-f-t-smart-server/index.html">net.corda.node.services.transactions.BFTSmartServer</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.transactions/-b-f-t-smart-uniqueness-provider/index.html">net.corda.node.services.transactions.BFTSmartUniquenessProvider</a></td>
<td>
<p>A <a href="../net.corda.core.node.services/-uniqueness-provider/index.html">UniquenessProvider</a> based on the <a href="https://github.com/bft-smart/library">bft-smart library</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.transactions/-b-f-t-validating-notary-service/index.html">net.corda.node.services.transactions.BFTValidatingNotaryService</a></td>
<td>
<p>A validating notary service operated by a group of parties that don't necessarily trust each other.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.transactions/-base-transaction/index.html">net.corda.core.transactions.BaseTransaction</a></td>
<td>
<p>An abstract class defining fields shared by all transaction types in the system.</p>
@ -315,8 +376,9 @@ Bilateral states are used in close-out netting.</p>
<td>
<a href="../net.corda.flows/-broadcast-transaction-flow/index.html">net.corda.flows.BroadcastTransactionFlow</a></td>
<td>
<p>Notify all involved parties about a transaction, including storing a copy. Normally this would be called via
<a href="../net.corda.flows/-finality-flow/index.html">FinalityFlow</a>.</p>
<p>Notify the specified parties about a transaction. The remote peers will download this transaction and its
dependency graph, verifying them all. The flow returns when all peers have acknowledged the transactions
as valid. Normally you wouldn't use this directly, it would be called via <a href="../net.corda.flows/-finality-flow/index.html">FinalityFlow</a>.</p>
</td>
</tr>
<tr>
@ -359,22 +421,36 @@ the same transaction.</p>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-cash-command/index.html">net.corda.flows.CashCommand</a></td>
<td>
<p>A command to initiate the Cash flow with.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-cash-exception/index.html">net.corda.flows.CashException</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-cash-flow/index.html">net.corda.flows.CashFlow</a></td>
<a href="../net.corda.flows/-cash-exit-flow/index.html">net.corda.flows.CashExitFlow</a></td>
<td>
<p>Initiates a flow that produces an Issue/Move or Exit Cash transaction.</p>
<p>Initiates a flow that produces an cash exit transaction.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-cash-flow-command/index.html">net.corda.flows.CashFlowCommand</a></td>
<td>
<p>A command to initiate the Cash flow with.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-cash-issue-flow/index.html">net.corda.flows.CashIssueFlow</a></td>
<td>
<p>Initiates a flow that produces cash issuance transaction.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-cash-payment-flow/index.html">net.corda.flows.CashPaymentFlow</a></td>
<td>
<p>Initiates a flow that produces an cash move transaction.</p>
</td>
</tr>
<tr>
@ -394,17 +470,7 @@ at the time of writing.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.utilities.certsigning/-certificate-signer/index.html">net.corda.node.utilities.certsigning.CertificateSigner</a></td>
<td>
<p>This check the <a href="#">certificatePath</a> for certificates required to connect to the Corda network.
If the certificates are not found, a <a href="#">PKCS10CertificationRequest</a> will be submitted to Corda network permissioning server using <a href="../net.corda.node.utilities.certsigning/-certificate-signing-service/index.html">CertificateSigningService</a>.
This process will enter a slow polling loop until the request has been approved, and then
the certificate chain will be downloaded and stored in <a href="#">KeyStore</a> reside in <a href="#">certificatePath</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.utilities.certsigning/-certificate-signing-service/index.html">net.corda.node.utilities.certsigning.CertificateSigningService</a></td>
<a href="../net.corda.node.utilities.registration/-certificate-request-exception/index.html">net.corda.node.utilities.registration.CertificateRequestException</a></td>
<td>
</td>
</tr>
@ -458,12 +524,6 @@ provided directly by this clause.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node/-client/index.html">net.corda.node.Client</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.messaging/-client-r-p-c-request-message/index.html">net.corda.node.services.messaging.ClientRPCRequestMessage</a></td>
<td>
<p>The contents of an RPC request message, separated from the MQ layer.</p>
@ -639,12 +699,6 @@ is propagated as expected.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node/-connection-direction/index.html">net.corda.node.ConnectionDirection</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts/-contract/index.html">net.corda.core.contracts.Contract</a></td>
<td>
<p>Implemented by a program that implements business logic on the shared ledger. All participants run this code for
@ -682,6 +736,13 @@ catch corner case bugs and test algebraic properties of the code, for example de
</tr>
<tr>
<td>
<a href="../net.corda.flows/-contract-upgrade-flow/index.html">net.corda.flows.ContractUpgradeFlow</a></td>
<td>
<p>A flow to be used for upgrading state objects of an old contract to a new contract.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.node/-corda-plugin-registry/index.html">net.corda.core.node.CordaPluginRegistry</a></td>
<td>
<p>Implement this interface on a class advertised in a META-INF/services/net.corda.core.node.CordaPluginRegistry file
@ -887,6 +948,25 @@ across a Copycat Raft cluster.</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts/-dummy-contract-v2/index.html">net.corda.core.contracts.DummyContractV2</a></td>
<td>
<p>Dummy contract state for testing of the upgrade process.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.contracts.testing/-dummy-deal-contract/index.html">net.corda.contracts.testing.DummyDealContract</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.contracts.testing/-dummy-linear-contract/index.html">net.corda.contracts.testing.DummyLinearContract</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.crypto/-dummy-public-key/index.html">net.corda.core.crypto.DummyPublicKey</a></td>
<td>
</td>
@ -941,6 +1021,12 @@ across a Copycat Raft cluster.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-error-session-end/index.html">net.corda.node.services.statemachine.ErrorSessionEnd</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.client.mock/-event-generator/index.html">net.corda.client.mock.EventGenerator</a></td>
<td>
<p><a href="../net.corda.client.mock/-generator/index.html">Generator</a>s for incoming/outgoing events to/from the <a href="#">WalletMonitorService</a>. Internally it keeps track of owned
@ -1030,14 +1116,6 @@ attachments are saved to local storage automatically.</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.transactions/-filter-funs/index.html">net.corda.core.transactions.FilterFuns</a></td>
<td>
<p>Holds filter functions on transactions fields.
Functions are used to build a partial tree only out of some subset of original transaction fields.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts.clauses/-filter-on/index.html">net.corda.core.contracts.clauses.FilterOn</a></td>
<td>
<p>Filter the states that are passed through to the wrapped clause, to restrict them to a specific type.</p>
@ -1047,7 +1125,8 @@ Functions are used to build a partial tree only out of some subset of original t
<td>
<a href="../net.corda.core.transactions/-filtered-leaves/index.html">net.corda.core.transactions.FilteredLeaves</a></td>
<td>
<p>Class that holds filtered leaves for a partial Merkle transaction. We assume mixed leaves types.</p>
<p>Class that holds filtered leaves for a partial Merkle transaction. We assume mixed leaf types, notice that every
field from WireTransaction can be used in PartialMerkleTree calculation.</p>
</td>
</tr>
<tr>
@ -1061,7 +1140,9 @@ Functions are used to build a partial tree only out of some subset of original t
<td>
<a href="../net.corda.flows/-finality-flow/index.html">net.corda.flows.FinalityFlow</a></td>
<td>
<p>Finalise a transaction by notarising it, then recording it locally, and then sending it to all involved parties.</p>
<p>Verifies the given transactions, then sends them to the named notaries. If the notary agrees that the transactions
are acceptable then they are from that point onwards committed to the ledger, and will be written through to the
vault. Additionally they will be distributed to the parties reflected in the participants list of the states.</p>
</td>
</tr>
<tr>
@ -1155,12 +1236,25 @@ a node crash, how many instances of your flow there are running and so on.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-flow-session/index.html">net.corda.node.services.statemachine.FlowSession</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-flow-session-exception/index.html">net.corda.node.services.statemachine.FlowSessionException</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-flow-session-state/index.html">net.corda.node.services.statemachine.FlowSessionState</a></td>
<td>
<p><a href="../net.corda.node.services.statemachine/-flow-session-state/index.html">FlowSessionState</a> describes the session's state.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.flows/-flow-state-machine/index.html">net.corda.core.flows.FlowStateMachine</a></td>
<td>
<p>This is an internal interface that is implemented by code in the node module. You should look at <a href="../net.corda.core.flows/-flow-logic/index.html">FlowLogic</a>.</p>
@ -1262,7 +1356,7 @@ container), shares of the same class in a specific company are fungible and coun
</tr>
<tr>
<td>
<a href="../net.corda.node.utilities.certsigning/-h-t-t-p-certificate-signing-service/index.html">net.corda.node.utilities.certsigning.HTTPCertificateSigningService</a></td>
<a href="../net.corda.node.utilities.registration/-h-t-t-p-network-registration-service/index.html">net.corda.node.utilities.registration.HTTPNetworkRegistrationService</a></td>
<td>
</td>
</tr>
@ -1357,6 +1451,15 @@ set via the constructor and the class is immutable.</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.schemas.requery.converters/-instant-converter/index.html">net.corda.core.schemas.requery.converters.InstantConverter</a></td>
<td>
<p>Converts from a <a href="http://docs.oracle.com/javase/6/docs/api/java/time/Instant.html">Instant</a> to a <a href="http://docs.oracle.com/javase/6/docs/api/java/sql/Timestamp.html">java.sql.Timestamp</a> for Java 8. Note that
when converting between the time type and the database type all times will be converted to the
UTC zone offset.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.testing/-instant-generator/index.html">net.corda.core.testing.InstantGenerator</a></td>
<td>
</td>
@ -1510,6 +1613,14 @@ call out to a hardware security module that enforces various auditing and freque
</tr>
<tr>
<td>
<a href="../net.corda.node.services.database/-kotlin-configuration-transaction-wrapper/index.html">net.corda.node.services.database.KotlinConfigurationTransactionWrapper</a></td>
<td>
<p>Requery KotlinConfiguration wrapper class to enable us to pass in an existing database connection and
associated transaction context.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.serialization/-kotlin-object-serializer/index.html">net.corda.core.serialization.KotlinObjectSerializer</a></td>
<td>
<p>Serializer to deserialize kotlin object definitions marked with <a href="../net.corda.core.serialization/-deserialize-as-kotlin-object-def.html">DeserializeAsKotlinObjectDef</a>.</p>
@ -1647,7 +1758,7 @@ also list the classes that may be used in the generated object graph in order to
</tr>
<tr>
<td>
<a href="../net.corda.core.transactions/-merkle-tree/index.html">net.corda.core.transactions.MerkleTree</a></td>
<a href="../net.corda.core.crypto/-merkle-tree/index.html">net.corda.core.crypto.MerkleTree</a></td>
<td>
<p>Creation and verification of a Merkle Tree for a Wire Transaction.</p>
</td>
@ -1735,7 +1846,7 @@ This is not an interface because it is too lightweight to bother mocking out.</p
<td>
<a href="../net.corda.core.contracts/-move-command/index.html">net.corda.core.contracts.MoveCommand</a></td>
<td>
<p>A common move command for contracts which can change owner.</p>
<p>A common move command for contract states which can change owner.</p>
</td>
</tr>
<tr>
@ -1854,6 +1965,22 @@ replace each other based on a serial number present in the change.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.utilities.registration/-network-registration-helper/index.html">net.corda.node.utilities.registration.NetworkRegistrationHelper</a></td>
<td>
<p>This checks the <a href="#">config.certificatesDirectory</a> for certificates required to connect to a Corda network.
If the certificates are not found, a <a href="#">PKCS10CertificationRequest</a> will be submitted to Corda network permissioning server using <a href="../net.corda.node.utilities.registration/-network-registration-service/index.html">NetworkRegistrationService</a>.
This process will enter a polling loop until the request has been approved, and then
the certificate chain will be downloaded and stored in <a href="#">Keystore</a> reside in <a href="#">config.certificatesDirectory</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.utilities.registration/-network-registration-service/index.html">net.corda.node.utilities.registration.NetworkRegistrationService</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.serialization/-no-references-serializer/index.html">net.corda.core.serialization.NoReferencesSerializer</a></td>
<td>
</td>
@ -1999,6 +2126,18 @@ trying to construct the set.</p>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-non-validating-notary-flow/index.html">net.corda.flows.NonValidatingNotaryFlow</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-normal-session-end/index.html">net.corda.node.services.statemachine.NormalSessionEnd</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services/-notary-change/index.html">net.corda.node.services.NotaryChange</a></td>
<td>
</td>
@ -2492,6 +2631,31 @@ non-backed observable</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.schemas.requery/-requery/index.html">net.corda.core.schemas.requery.Requery</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.database/-requery-configuration/index.html">net.corda.node.services.database.RequeryConfiguration</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.transactions/-request/index.html">net.corda.node.services.transactions.Request</a></td>
<td>
<p>Sent from <a href="../net.corda.node.services.transactions/-b-f-t-smart-client/index.html">BFTSmartClient</a> to <a href="../net.corda.node.services.transactions/-b-f-t-smart-server/index.html">BFTSmartServer</a></p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.transactions/-request-type/index.html">net.corda.node.services.transactions.RequestType</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts/-requirements/index.html">net.corda.core.contracts.Requirements</a></td>
<td>
</td>
@ -2664,12 +2828,6 @@ type safety hack.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node/-server/index.html">net.corda.node.Server</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.node/-service-entry/index.html">net.corda.core.node.ServiceEntry</a></td>
<td>
<p>Information for an advertised service including the service specific identity information.
@ -2734,7 +2892,7 @@ don't need a declared service type.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-session-end/index.html">net.corda.node.services.statemachine.SessionEnd</a></td>
<a href="../net.corda.node.services.statemachine/-session-end.html">net.corda.node.services.statemachine.SessionEnd</a></td>
<td>
</td>
</tr>
@ -2746,7 +2904,7 @@ don't need a declared service type.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-session-init-response.html">net.corda.node.services.statemachine.SessionInitResponse</a></td>
<a href="../net.corda.node.services.statemachine/-session-init-response/index.html">net.corda.node.services.statemachine.SessionInitResponse</a></td>
<td>
</td>
</tr>
@ -2764,6 +2922,12 @@ don't need a declared service type.</p>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-sessioned-flow-i-o-request/index.html">net.corda.node.services.statemachine.SessionedFlowIORequest</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core/com.google.common.util.concurrent.-settable-future/index.html">com.google.common.util.concurrent.SettableFuture</a> (extensions in package net.corda.core)</td>
<td>
</td>
@ -2916,6 +3080,13 @@ transaction defined the state and where in that transaction it was.</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.schemas.requery.converters/-state-ref-converter/index.html">net.corda.core.schemas.requery.converters.StateRefConverter</a></td>
<td>
<p>Converts from a <a href="../net.corda.core.contracts/-state-ref/index.html">StateRef</a> to a Composite Key defined by a <a href="#">String</a> txnHash and an <a href="#">Int</a> index</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.testing/-state-ref-generator/index.html">net.corda.core.testing.StateRefGenerator</a></td>
<td>
</td>
@ -2958,6 +3129,12 @@ our environment:</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.crypto/kotlin.-string/index.html">kotlin.String</a> (extensions in package net.corda.core.crypto)</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.serialization/kotlin.-string/index.html">kotlin.String</a> (extensions in package net.corda.core.serialization)</td>
<td>
</td>
@ -2970,42 +3147,6 @@ our environment:</p>
</tr>
<tr>
<td>
<a href="../com.cordatest/-t-contract/index.html">com.cordatest.TContract</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../com.cordatest/-t-genesis-command/index.html">com.cordatest.TGenesisCommand</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../com.cordatest/-t-genesis-flow/index.html">com.cordatest.TGenesisFlow</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../com.cordatest/-t-tx-command/index.html">com.cordatest.TTxCommand</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../com.cordatest/-t-tx-flow/index.html">com.cordatest.TTxFlow</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../com.cordatest/-t-tx-state/index.html">com.cordatest.TTxState</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.utilities/org.jetbrains.exposed.sql.-table/index.html">org.jetbrains.exposed.sql.Table</a> (extensions in package net.corda.node.utilities)</td>
<td>
</td>
@ -3189,6 +3330,15 @@ used to set it up. Note that the initializer will be called with the TransientPr
</tr>
<tr>
<td>
<a href="../net.corda.core.transactions/-traversable-transaction/index.html">net.corda.core.transactions.TraversableTransaction</a></td>
<td>
<p>Interface implemented by WireTransaction and FilteredLeaves.
Property traversableList assures that we always calculate hashes in the same order, lets us define which
fields of WireTransaction will be included in id calculation or partial merkle tree building.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.flows/-two-party-deal-flow/index.html">net.corda.flows.TwoPartyDealFlow</a></td>
<td>
<p>Classes for manipulating a two party deal or agreement.</p>
@ -3263,6 +3413,20 @@ first. The wrapper helps you to avoid forgetting this vital step. Things you mig
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts/-upgrade-command/index.html">net.corda.core.contracts.UpgradeCommand</a></td>
<td>
<p>Indicates that this transaction replaces the inputs contract state to another contract state</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.core.contracts/-upgraded-contract/index.html">net.corda.core.contracts.UpgradedContract</a></td>
<td>
<p>Interface which can upgrade state objects issued by a contract to a new state object issued by a different contract.</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services/-user/index.html">net.corda.node.services.User</a></td>
<td>
</td>
@ -3306,12 +3470,31 @@ consumed by someone else first!</p>
</tr>
<tr>
<td>
<a href="../net.corda.core.schemas.requery.converters/-vault-state-status-converter/index.html">net.corda.core.schemas.requery.converters.VaultStateStatusConverter</a></td>
<td>
<p>Converter which persists a <a href="../net.corda.core.node.services/-vault/-state-status/index.html">Vault.StateStatus</a> enum using its enum ordinal representation</p>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.messaging/-verifying-netty-connector-factory/index.html">net.corda.node.services.messaging.VerifyingNettyConnectorFactory</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-wait-for-ledger-commit/index.html">net.corda.node.services.statemachine.WaitForLedgerCommit</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.services.statemachine/-waiting-request.html">net.corda.node.services.statemachine.WaitingRequest</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../net.corda.node.webserver/-web-server/index.html">net.corda.node.webserver.WebServer</a></td>
<td>
</td>

View File

@ -1,13 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TContract.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TContract</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
<code><span class="identifier">TContract</span><span class="symbol">(</span><span class="symbol">)</span></code>
</BODY>
</HTML>

View File

@ -1,19 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TContract.verify - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TContract</a>&nbsp;/&nbsp;<a href=".">verify</a><br/>
<br/>
<h1>verify</h1>
<a name="com.cordatest.TContract$verify(net.corda.core.contracts.TransactionForContract)"></a>
<code><span class="keyword">fun </span><span class="identifier">verify</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TContract$verify(net.corda.core.contracts.TransactionForContract)/tx">tx</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.contracts/-transaction-for-contract/index.html"><span class="identifier">TransactionForContract</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code>
<p>Overrides <a href="../../net.corda.core.contracts/-contract/verify.html">Contract.verify</a></p>
<p>Takes an object that represents a state transition, and ensures the inputs/outputs/commands make sense.
Must throw an exception if there's a problem that should prevent state transition. Takes a single object
rather than an argument so that additional data can be added without breaking binary compatibility with
existing contract code.</p>
</BODY>
</HTML>

View File

@ -1,13 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TGenesisCommand.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TGenesisCommand</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
<code><span class="identifier">TGenesisCommand</span><span class="symbol">(</span><span class="symbol">)</span></code>
</BODY>
</HTML>

View File

@ -1,24 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TGenesisCommand - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href=".">TGenesisCommand</a><br/>
<br/>
<h1>TGenesisCommand</h1>
<code><span class="keyword">class </span><span class="identifier">TGenesisCommand</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.contracts/-command-data.html"><span class="identifier">CommandData</span></a></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="-init-.html">&lt;init&gt;</a></td>
<td>
<code><span class="identifier">TGenesisCommand</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>

View File

@ -1,13 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TGenesisFlow.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TGenesisFlow</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
<code><span class="identifier">TGenesisFlow</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TGenesisFlow$<init>(kotlin.collections.Set((net.corda.core.crypto.Party)))/participants">participants</span><span class="symbol">:</span>&nbsp;<span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span><span class="symbol">)</span></code>
</BODY>
</HTML>

View File

@ -1,167 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TGenesisFlow - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href=".">TGenesisFlow</a><br/>
<br/>
<h1>TGenesisFlow</h1>
<code><span class="keyword">class </span><span class="identifier">TGenesisFlow</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.flows/-flow-logic/index.html"><span class="identifier">FlowLogic</span></a><span class="symbol">&lt;</span><a href="../../net.corda.core.transactions/-signed-transaction/index.html"><span class="identifier">SignedTransaction</span></a><span class="symbol">&gt;</span></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="-init-.html">&lt;init&gt;</a></td>
<td>
<code><span class="identifier">TGenesisFlow</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TGenesisFlow$<init>(kotlin.collections.Set((net.corda.core.crypto.Party)))/participants">participants</span><span class="symbol">:</span>&nbsp;<span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="participants.html">participants</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">participants</span><span class="symbol">: </span><span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span></code></td>
</tr>
</tbody>
</table>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/logger.html">logger</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">logger</span><span class="symbol">: </span><span class="identifier">Logger</span></code>
<p>This is where you should log things to.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/progress-tracker.html">progressTracker</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">progressTracker</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-progress-tracker/index.html"><span class="identifier">ProgressTracker</span></a><span class="symbol">?</span></code>
<p>Override this to provide a <a href="../../net.corda.core.utilities/-progress-tracker/index.html">ProgressTracker</a>. If one is provided and stepped, the framework will do something
helpful with the progress reports. If this flow is invoked as a subflow of another, then the
tracker will be made a child of the current step in the parent. If it's null, this flow doesn't track
progress.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/run-id.html">runId</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">runId</span><span class="symbol">: </span><a href="../../net.corda.core.flows/-state-machine-run-id/index.html"><span class="identifier">StateMachineRunId</span></a></code>
<p>Returns a wrapped <a href="#">UUID</a> object that identifies this state machine run (i.e. subflows have the same identifier as their parents).</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/service-hub.html">serviceHub</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">serviceHub</span><span class="symbol">: </span><a href="../../net.corda.core.node/-service-hub/index.html"><span class="identifier">ServiceHub</span></a></code>
<p>Provides access to big, heavy classes that may be reconstructed from time to time, e.g. across restarts. It is
only available once the flow has started, which means it cannnot be accessed in the constructor. Either
access this lazily or from inside <a href="../../net.corda.core.flows/-flow-logic/call.html">call</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/state-machine.html">stateMachine</a></td>
<td>
<code><span class="keyword">var </span><span class="identifier">stateMachine</span><span class="symbol">: </span><a href="../../net.corda.core.flows/-flow-state-machine/index.html"><span class="identifier">FlowStateMachine</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span></code>
<p>Internal only. Reference to the <a href="#">Fiber</a> instance that is the top level controller for the entire flow. When
inside a flow this is equivalent to <a href="#">Strand.currentStrand</a>. This is public only because it must be accessed
across module boundaries.</p>
</td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="call.html">call</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.transactions/-signed-transaction/index.html"><span class="identifier">SignedTransaction</span></a></code>
<p>This is where you fill out your business logic. The returned object will usually be ignored, but can be
helpful if this flow is meant to be used as a subflow.</p>
</td>
</tr>
</tbody>
</table>
<h3>Inherited Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/get-counterparty-marker.html">getCounterpartyMarker</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getCounterpartyMarker</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$getCounterpartyMarker(net.corda.core.crypto.Party)/party">party</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html"><span class="identifier">Class</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span></code>
<p>Return the marker <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html">Class</a> which <a href="../../net.corda.core.flows/-flow-logic/get-counterparty-marker.html#net.corda.core.flows.FlowLogic$getCounterpartyMarker(net.corda.core.crypto.Party)/party">party</a> has used to register the counterparty flow that is to execute on the
other side. The default implementation returns the class object of this FlowLogic, but any <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html">Class</a> instance
will do as long as the other side registers with it.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/receive.html">receive</a></td>
<td>
<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">receive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$receive(net.corda.core.crypto.Party)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Suspends until the specified <a href="../../net.corda.core.flows/-flow-logic/receive.html#net.corda.core.flows.FlowLogic$receive(net.corda.core.crypto.Party)/otherParty">otherParty</a> sends us a message of type <a href="#">R</a>.</p>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">receive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/receiveType">receiveType</span><span class="symbol">:</span>&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html"><span class="identifier">Class</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Suspends until the specified <a href="../../net.corda.core.flows/-flow-logic/receive.html#net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/otherParty">otherParty</a> sends us a message of type <a href="../../net.corda.core.flows/-flow-logic/receive.html#net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/receiveType">receiveType</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/send.html">send</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">send</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</span><span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code>
<p>Queues the given <a href="../../net.corda.core.flows/-flow-logic/send.html#net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</a> for sending to the <a href="../../net.corda.core.flows/-flow-logic/send.html#net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</a> and continues without suspending.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html">sendAndReceive</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">sendAndReceive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/receiveType">receiveType</span><span class="symbol">:</span>&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html"><span class="identifier">Class</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/payload">payload</span><span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Serializes and queues the given <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/payload">payload</a> object for sending to the <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</a>. Suspends until a response
is received, which must be of the given <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/receiveType">receiveType</a>. Remember that when receiving data from other parties the data
should not be trusted until it's been thoroughly verified for consistency and that all expectations are
satisfied, as a malicious peer may send you subtly corrupted data in order to exploit your code.</p>
<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">sendAndReceive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</span><span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Serializes and queues the given <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</a> object for sending to the <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</a>. Suspends until a response
is received, which must be of the given <a href="#">R</a> type.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/sub-flow.html">subFlow</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span> <span class="identifier">subFlow</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$subFlow(net.corda.core.flows.FlowLogic((net.corda.core.flows.FlowLogic.subFlow.R)), kotlin.Boolean)/subLogic">subLogic</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.flows/-flow-logic/index.html"><span class="identifier">FlowLogic</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$subFlow(net.corda.core.flows.FlowLogic((net.corda.core.flows.FlowLogic.subFlow.R)), kotlin.Boolean)/shareParentSessions">shareParentSessions</span><span class="symbol">:</span>&nbsp;<span class="identifier">Boolean</span>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span><span class="symbol">: </span><span class="identifier">R</span></code>
<p>Invokes the given subflow. This function returns once the subflow completes successfully with the result
returned by that subflows <a href="../../net.corda.core.flows/-flow-logic/call.html">call</a> method. If the subflow has a progress tracker, it is attached to the
current step in this flow's progress tracker.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/track.html">track</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">track</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Pair</span><span class="symbol">&lt;</span><span class="identifier">String</span><span class="symbol">,</span>&nbsp;<span class="identifier">Observable</span><span class="symbol">&lt;</span><span class="identifier">String</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span><span class="symbol">?</span></code>
<p>Returns a pair of the current progress step, as a string, and an observable of stringified changes to the
<a href="../../net.corda.core.flows/-flow-logic/progress-tracker.html">progressTracker</a>.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>

View File

@ -1,14 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TGenesisFlow.participants - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TGenesisFlow</a>&nbsp;/&nbsp;<a href=".">participants</a><br/>
<br/>
<h1>participants</h1>
<a name="com.cordatest.TGenesisFlow$participants"></a>
<code><span class="keyword">val </span><span class="identifier">participants</span><span class="symbol">: </span><span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span></code>
</BODY>
</HTML>

View File

@ -1,13 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxCommand.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxCommand</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
<code><span class="identifier">TTxCommand</span><span class="symbol">(</span><span class="symbol">)</span></code>
</BODY>
</HTML>

View File

@ -1,24 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxCommand - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href=".">TTxCommand</a><br/>
<br/>
<h1>TTxCommand</h1>
<code><span class="keyword">class </span><span class="identifier">TTxCommand</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.contracts/-command-data.html"><span class="identifier">CommandData</span></a></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="-init-.html">&lt;init&gt;</a></td>
<td>
<code><span class="identifier">TTxCommand</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>

View File

@ -1,13 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxFlow.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxFlow</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
<code><span class="identifier">TTxFlow</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TTxFlow$<init>(kotlin.ByteArray, kotlin.collections.Set((net.corda.core.crypto.Party)))/txContent">txContent</span><span class="symbol">:</span>&nbsp;<span class="identifier">ByteArray</span><span class="symbol">, </span><span class="identifier" id="com.cordatest.TTxFlow$<init>(kotlin.ByteArray, kotlin.collections.Set((net.corda.core.crypto.Party)))/participants">participants</span><span class="symbol">:</span>&nbsp;<span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span><span class="symbol">)</span></code>
</BODY>
</HTML>

View File

@ -1,17 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxFlow.call - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxFlow</a>&nbsp;/&nbsp;<a href=".">call</a><br/>
<br/>
<h1>call</h1>
<a name="com.cordatest.TTxFlow$call()"></a>
<code><span class="identifier">@Suspendable</span> <span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.crypto/-secure-hash/index.html"><span class="identifier">SecureHash</span></a></code>
<p>Overrides <a href="../../net.corda.core.flows/-flow-logic/call.html">FlowLogic.call</a></p>
<p>This is where you fill out your business logic. The returned object will usually be ignored, but can be
helpful if this flow is meant to be used as a subflow.</p>
</BODY>
</HTML>

View File

@ -1,173 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxFlow - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href=".">TTxFlow</a><br/>
<br/>
<h1>TTxFlow</h1>
<code><span class="keyword">class </span><span class="identifier">TTxFlow</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.flows/-flow-logic/index.html"><span class="identifier">FlowLogic</span></a><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-secure-hash/index.html"><span class="identifier">SecureHash</span></a><span class="symbol">&gt;</span></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="-init-.html">&lt;init&gt;</a></td>
<td>
<code><span class="identifier">TTxFlow</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TTxFlow$<init>(kotlin.ByteArray, kotlin.collections.Set((net.corda.core.crypto.Party)))/txContent">txContent</span><span class="symbol">:</span>&nbsp;<span class="identifier">ByteArray</span><span class="symbol">, </span><span class="identifier" id="com.cordatest.TTxFlow$<init>(kotlin.ByteArray, kotlin.collections.Set((net.corda.core.crypto.Party)))/participants">participants</span><span class="symbol">:</span>&nbsp;<span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="participants.html">participants</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">participants</span><span class="symbol">: </span><span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span></code></td>
</tr>
<tr>
<td>
<a href="tx-content.html">txContent</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">txContent</span><span class="symbol">: </span><span class="identifier">ByteArray</span></code></td>
</tr>
</tbody>
</table>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/logger.html">logger</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">logger</span><span class="symbol">: </span><span class="identifier">Logger</span></code>
<p>This is where you should log things to.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/progress-tracker.html">progressTracker</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">progressTracker</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-progress-tracker/index.html"><span class="identifier">ProgressTracker</span></a><span class="symbol">?</span></code>
<p>Override this to provide a <a href="../../net.corda.core.utilities/-progress-tracker/index.html">ProgressTracker</a>. If one is provided and stepped, the framework will do something
helpful with the progress reports. If this flow is invoked as a subflow of another, then the
tracker will be made a child of the current step in the parent. If it's null, this flow doesn't track
progress.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/run-id.html">runId</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">runId</span><span class="symbol">: </span><a href="../../net.corda.core.flows/-state-machine-run-id/index.html"><span class="identifier">StateMachineRunId</span></a></code>
<p>Returns a wrapped <a href="#">UUID</a> object that identifies this state machine run (i.e. subflows have the same identifier as their parents).</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/service-hub.html">serviceHub</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">serviceHub</span><span class="symbol">: </span><a href="../../net.corda.core.node/-service-hub/index.html"><span class="identifier">ServiceHub</span></a></code>
<p>Provides access to big, heavy classes that may be reconstructed from time to time, e.g. across restarts. It is
only available once the flow has started, which means it cannnot be accessed in the constructor. Either
access this lazily or from inside <a href="../../net.corda.core.flows/-flow-logic/call.html">call</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/state-machine.html">stateMachine</a></td>
<td>
<code><span class="keyword">var </span><span class="identifier">stateMachine</span><span class="symbol">: </span><a href="../../net.corda.core.flows/-flow-state-machine/index.html"><span class="identifier">FlowStateMachine</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span></code>
<p>Internal only. Reference to the <a href="#">Fiber</a> instance that is the top level controller for the entire flow. When
inside a flow this is equivalent to <a href="#">Strand.currentStrand</a>. This is public only because it must be accessed
across module boundaries.</p>
</td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="call.html">call</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">call</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.crypto/-secure-hash/index.html"><span class="identifier">SecureHash</span></a></code>
<p>This is where you fill out your business logic. The returned object will usually be ignored, but can be
helpful if this flow is meant to be used as a subflow.</p>
</td>
</tr>
</tbody>
</table>
<h3>Inherited Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/get-counterparty-marker.html">getCounterpartyMarker</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getCounterpartyMarker</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$getCounterpartyMarker(net.corda.core.crypto.Party)/party">party</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html"><span class="identifier">Class</span></a><span class="symbol">&lt;</span><span class="identifier">*</span><span class="symbol">&gt;</span></code>
<p>Return the marker <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html">Class</a> which <a href="../../net.corda.core.flows/-flow-logic/get-counterparty-marker.html#net.corda.core.flows.FlowLogic$getCounterpartyMarker(net.corda.core.crypto.Party)/party">party</a> has used to register the counterparty flow that is to execute on the
other side. The default implementation returns the class object of this FlowLogic, but any <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html">Class</a> instance
will do as long as the other side registers with it.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/receive.html">receive</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">receive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/receiveType">receiveType</span><span class="symbol">:</span>&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html"><span class="identifier">Class</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Suspends until the specified <a href="../../net.corda.core.flows/-flow-logic/receive.html#net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/otherParty">otherParty</a> sends us a message of type <a href="../../net.corda.core.flows/-flow-logic/receive.html#net.corda.core.flows.FlowLogic$receive(java.lang.Class((net.corda.core.flows.FlowLogic.receive.R)), net.corda.core.crypto.Party)/receiveType">receiveType</a>.</p>
<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">receive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$receive(net.corda.core.crypto.Party)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Suspends until the specified <a href="../../net.corda.core.flows/-flow-logic/receive.html#net.corda.core.flows.FlowLogic$receive(net.corda.core.crypto.Party)/otherParty">otherParty</a> sends us a message of type <a href="#">R</a>.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/send.html">send</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">send</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</span><span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code>
<p>Queues the given <a href="../../net.corda.core.flows/-flow-logic/send.html#net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</a> for sending to the <a href="../../net.corda.core.flows/-flow-logic/send.html#net.corda.core.flows.FlowLogic$send(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</a> and continues without suspending.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html">sendAndReceive</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">sendAndReceive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/receiveType">receiveType</span><span class="symbol">:</span>&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html"><span class="identifier">Class</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/payload">payload</span><span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Serializes and queues the given <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/payload">payload</a> object for sending to the <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</a>. Suspends until a response
is received, which must be of the given <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(java.lang.Class((net.corda.core.flows.FlowLogic.sendAndReceive.R)), net.corda.core.crypto.Party, kotlin.Any)/receiveType">receiveType</a>. Remember that when receiving data from other parties the data
should not be trusted until it's been thoroughly verified for consistency and that all expectations are
satisfied, as a malicious peer may send you subtly corrupted data in order to exploit your code.</p>
<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">&gt;</span> <span class="identifier">sendAndReceive</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</span><span class="symbol">:</span>&nbsp;<span class="identifier">Any</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.utilities/-untrustworthy-data/index.html"><span class="identifier">UntrustworthyData</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span></code>
<p>Serializes and queues the given <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/payload">payload</a> object for sending to the <a href="../../net.corda.core.flows/-flow-logic/send-and-receive.html#net.corda.core.flows.FlowLogic$sendAndReceive(net.corda.core.crypto.Party, kotlin.Any)/otherParty">otherParty</a>. Suspends until a response
is received, which must be of the given <a href="#">R</a> type.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/sub-flow.html">subFlow</a></td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span> <span class="identifier">subFlow</span><span class="symbol">(</span><span class="identifier" id="net.corda.core.flows.FlowLogic$subFlow(net.corda.core.flows.FlowLogic((net.corda.core.flows.FlowLogic.subFlow.R)), kotlin.Boolean)/subLogic">subLogic</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.flows/-flow-logic/index.html"><span class="identifier">FlowLogic</span></a><span class="symbol">&lt;</span><span class="identifier">R</span><span class="symbol">&gt;</span><span class="symbol">, </span><span class="identifier" id="net.corda.core.flows.FlowLogic$subFlow(net.corda.core.flows.FlowLogic((net.corda.core.flows.FlowLogic.subFlow.R)), kotlin.Boolean)/shareParentSessions">shareParentSessions</span><span class="symbol">:</span>&nbsp;<span class="identifier">Boolean</span>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span><span class="symbol">: </span><span class="identifier">R</span></code>
<p>Invokes the given subflow. This function returns once the subflow completes successfully with the result
returned by that subflows <a href="../../net.corda.core.flows/-flow-logic/call.html">call</a> method. If the subflow has a progress tracker, it is attached to the
current step in this flow's progress tracker.</p>
</td>
</tr>
<tr>
<td>
<a href="../../net.corda.core.flows/-flow-logic/track.html">track</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">track</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Pair</span><span class="symbol">&lt;</span><span class="identifier">String</span><span class="symbol">,</span>&nbsp;<span class="identifier">Observable</span><span class="symbol">&lt;</span><span class="identifier">String</span><span class="symbol">&gt;</span><span class="symbol">&gt;</span><span class="symbol">?</span></code>
<p>Returns a pair of the current progress step, as a string, and an observable of stringified changes to the
<a href="../../net.corda.core.flows/-flow-logic/progress-tracker.html">progressTracker</a>.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>

View File

@ -1,14 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxFlow.participants - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxFlow</a>&nbsp;/&nbsp;<a href=".">participants</a><br/>
<br/>
<h1>participants</h1>
<a name="com.cordatest.TTxFlow$participants"></a>
<code><span class="keyword">val </span><span class="identifier">participants</span><span class="symbol">: </span><span class="identifier">Set</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-party/index.html"><span class="identifier">Party</span></a><span class="symbol">&gt;</span></code>
</BODY>
</HTML>

View File

@ -1,14 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxFlow.txContent - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxFlow</a>&nbsp;/&nbsp;<a href=".">txContent</a><br/>
<br/>
<h1>txContent</h1>
<a name="com.cordatest.TTxFlow$txContent"></a>
<code><span class="keyword">val </span><span class="identifier">txContent</span><span class="symbol">: </span><span class="identifier">ByteArray</span></code>
</BODY>
</HTML>

View File

@ -1,13 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxState.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxState</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
<code><span class="identifier">TTxState</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TTxState$<init>(net.corda.core.crypto.CompositeKey, kotlin.ByteArray)/owner">owner</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-composite-key/index.html"><span class="identifier">CompositeKey</span></a><span class="symbol">, </span><span class="identifier" id="com.cordatest.TTxState$<init>(net.corda.core.crypto.CompositeKey, kotlin.ByteArray)/txContent">txContent</span><span class="symbol">:</span>&nbsp;<span class="identifier">ByteArray</span><span class="symbol">)</span></code>
</BODY>
</HTML>

View File

@ -1,70 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxState - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href=".">TTxState</a><br/>
<br/>
<h1>TTxState</h1>
<code><span class="keyword">class </span><span class="identifier">TTxState</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.contracts/-contract-state/index.html"><span class="identifier">ContractState</span></a></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="-init-.html">&lt;init&gt;</a></td>
<td>
<code><span class="identifier">TTxState</span><span class="symbol">(</span><span class="identifier" id="com.cordatest.TTxState$<init>(net.corda.core.crypto.CompositeKey, kotlin.ByteArray)/owner">owner</span><span class="symbol">:</span>&nbsp;<a href="../../net.corda.core.crypto/-composite-key/index.html"><span class="identifier">CompositeKey</span></a><span class="symbol">, </span><span class="identifier" id="com.cordatest.TTxState$<init>(net.corda.core.crypto.CompositeKey, kotlin.ByteArray)/txContent">txContent</span><span class="symbol">:</span>&nbsp;<span class="identifier">ByteArray</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="contract.html">contract</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">contract</span><span class="symbol">: </span><a href="../../net.corda.core.contracts/-contract/index.html"><span class="identifier">Contract</span></a></code>
<p>An instance of the contract class that will verify this state.</p>
</td>
</tr>
<tr>
<td>
<a href="owner.html">owner</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">owner</span><span class="symbol">: </span><a href="../../net.corda.core.crypto/-composite-key/index.html"><span class="identifier">CompositeKey</span></a></code></td>
</tr>
<tr>
<td>
<a href="participants.html">participants</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">participants</span><span class="symbol">: </span><span class="identifier">List</span><span class="symbol">&lt;</span><a href="../../net.corda.core.crypto/-composite-key/index.html"><span class="identifier">CompositeKey</span></a><span class="symbol">&gt;</span></code>
<p>A <emph>participant</emph> is any party that is able to consume this state in a valid transaction.</p>
</td>
</tr>
<tr>
<td>
<a href="tx-content.html">txContent</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">txContent</span><span class="symbol">: </span><span class="identifier">ByteArray</span></code></td>
</tr>
</tbody>
</table>
<h3>Extension Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="../../net.corda.core.contracts/hash.html">hash</a></td>
<td>
<code><span class="keyword">fun </span><a href="../../net.corda.core.contracts/-contract-state/index.html"><span class="identifier">ContractState</span></a><span class="symbol">.</span><span class="identifier">hash</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../net.corda.core.crypto/-secure-hash/index.html"><span class="identifier">SecureHash</span></a></code>
<p>Returns the SHA-256 hash of the serialised contents of this state (not cached!)</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>

View File

@ -1,14 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxState.owner - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxState</a>&nbsp;/&nbsp;<a href=".">owner</a><br/>
<br/>
<h1>owner</h1>
<a name="com.cordatest.TTxState$owner"></a>
<code><span class="keyword">val </span><span class="identifier">owner</span><span class="symbol">: </span><a href="../../net.corda.core.crypto/-composite-key/index.html"><span class="identifier">CompositeKey</span></a></code>
</BODY>
</HTML>

View File

@ -1,14 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TTxState.txContent - corda</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">com.cordatest</a>&nbsp;/&nbsp;<a href="index.html">TTxState</a>&nbsp;/&nbsp;<a href=".">txContent</a><br/>
<br/>
<h1>txContent</h1>
<a name="com.cordatest.TTxState$txContent"></a>
<code><span class="keyword">val </span><span class="identifier">txContent</span><span class="symbol">: </span><span class="identifier">ByteArray</span></code>
</BODY>
</HTML>

View File

@ -1,53 +0,0 @@
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>com.cordatest - corda</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">corda</a>&nbsp;/&nbsp;<a href=".">com.cordatest</a><br/>
<br/>
<h2>Package com.cordatest</h2>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<a href="-t-contract/index.html">TContract</a></td>
<td>
<code><span class="keyword">class </span><span class="identifier">TContract</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../net.corda.core.contracts/-contract/index.html"><span class="identifier">Contract</span></a></code></td>
</tr>
<tr>
<td>
<a href="-t-genesis-command/index.html">TGenesisCommand</a></td>
<td>
<code><span class="keyword">class </span><span class="identifier">TGenesisCommand</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../net.corda.core.contracts/-command-data.html"><span class="identifier">CommandData</span></a></code></td>
</tr>
<tr>
<td>
<a href="-t-genesis-flow/index.html">TGenesisFlow</a></td>
<td>
<code><span class="keyword">class </span><span class="identifier">TGenesisFlow</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../net.corda.core.flows/-flow-logic/index.html"><span class="identifier">FlowLogic</span></a><span class="symbol">&lt;</span><a href="../net.corda.core.transactions/-signed-transaction/index.html"><span class="identifier">SignedTransaction</span></a><span class="symbol">&gt;</span></code></td>
</tr>
<tr>
<td>
<a href="-t-tx-command/index.html">TTxCommand</a></td>
<td>
<code><span class="keyword">class </span><span class="identifier">TTxCommand</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../net.corda.core.contracts/-command-data.html"><span class="identifier">CommandData</span></a></code></td>
</tr>
<tr>
<td>
<a href="-t-tx-flow/index.html">TTxFlow</a></td>
<td>
<code><span class="keyword">class </span><span class="identifier">TTxFlow</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../net.corda.core.flows/-flow-logic/index.html"><span class="identifier">FlowLogic</span></a><span class="symbol">&lt;</span><a href="../net.corda.core.crypto/-secure-hash/index.html"><span class="identifier">SecureHash</span></a><span class="symbol">&gt;</span></code></td>
</tr>
<tr>
<td>
<a href="-t-tx-state/index.html">TTxState</a></td>
<td>
<code><span class="keyword">class </span><span class="identifier">TTxState</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../net.corda.core.contracts/-contract-state/index.html"><span class="identifier">ContractState</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>corda</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="..\style.css">
</HEAD>
<BODY>
<a href=".">corda</a><br/>
@ -12,12 +12,6 @@
<tbody>
<tr>
<td>
<a href="com.cordatest/index.html">com.cordatest</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="net.corda.client.fxutils/index.html">net.corda.client.fxutils</a></td>
<td>
</td>
@ -120,6 +114,18 @@
</tr>
<tr>
<td>
<a href="net.corda.core.schemas.requery/index.html">net.corda.core.schemas.requery</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="net.corda.core.schemas.requery.converters/index.html">net.corda.core.schemas.requery.converters</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="net.corda.core.serialization/index.html">net.corda.core.serialization</a></td>
<td>
</td>
@ -192,6 +198,12 @@
</tr>
<tr>
<td>
<a href="net.corda.node.services.database/index.html">net.corda.node.services.database</a></td>
<td>
</td>
</tr>
<tr>
<td>
<a href="net.corda.node.services.events/index.html">net.corda.node.services.events</a></td>
<td>
</td>
@ -258,7 +270,7 @@
</tr>
<tr>
<td>
<a href="net.corda.node.utilities.certsigning/index.html">net.corda.node.utilities.certsigning</a></td>
<a href="net.corda.node.utilities.registration/index.html">net.corda.node.utilities.registration</a></td>
<td>
</td>
</tr>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.assemble - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">assemble</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.getSourceIndex - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">getSourceIndex</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">AggregatedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.sourceChanged - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">sourceChanged</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AggregatedList.toKey - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AggregatedList</a>&nbsp;/&nbsp;<a href=".">toKey</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AmountBindings.exchange - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AmountBindings</a>&nbsp;/&nbsp;<a href=".">exchange</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AmountBindings - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">AmountBindings</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AmountBindings.sumAmountExchange - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AmountBindings</a>&nbsp;/&nbsp;<a href=".">sumAmountExchange</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AmountBindings.sum - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AmountBindings</a>&nbsp;/&nbsp;<a href=".">sum</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AssociatedList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AssociatedList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AssociatedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">AssociatedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>AssociatedList.sourceList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">AssociatedList</a>&nbsp;/&nbsp;<a href=".">sourceList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ChosenList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ChosenList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ChosenList.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ChosenList</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ChosenList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">ChosenList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ChosenList.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ChosenList</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ConcatenatedList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ConcatenatedList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ConcatenatedList.getSourceIndex - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ConcatenatedList</a>&nbsp;/&nbsp;<a href=".">getSourceIndex</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ConcatenatedList.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ConcatenatedList</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ConcatenatedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">ConcatenatedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ConcatenatedList.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ConcatenatedList</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ConcatenatedList.sourceChanged - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ConcatenatedList</a>&nbsp;/&nbsp;<a href=".">sourceChanged</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.WrappedObservableValue.<init> - corda</title>
<link rel="stylesheet" href="../../../../style.css">
<link rel="stylesheet" href="..\..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../../index.html">corda</a>&nbsp;/&nbsp;<a href="../../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="../index.html">FlattenedList</a>&nbsp;/&nbsp;<a href="index.html">WrappedObservableValue</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.WrappedObservableValue - corda</title>
<link rel="stylesheet" href="../../../../style.css">
<link rel="stylesheet" href="..\..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../../index.html">corda</a>&nbsp;/&nbsp;<a href="../../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="../index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">WrappedObservableValue</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.WrappedObservableValue.observableValue - corda</title>
<link rel="stylesheet" href="../../../../style.css">
<link rel="stylesheet" href="..\..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../../index.html">corda</a>&nbsp;/&nbsp;<a href="../../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="../index.html">FlattenedList</a>&nbsp;/&nbsp;<a href="index.html">WrappedObservableValue</a>&nbsp;/&nbsp;<a href=".">observableValue</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.getSourceIndex - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">getSourceIndex</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.indexMap - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">indexMap</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">FlattenedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.sourceChanged - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">sourceChanged</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>FlattenedList.sourceList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">FlattenedList</a>&nbsp;/&nbsp;<a href=".">sourceList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>LeftOuterJoinedMap.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">LeftOuterJoinedMap</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>LeftOuterJoinedMap - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">LeftOuterJoinedMap</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>LeftOuterJoinedMap.leftTable - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">LeftOuterJoinedMap</a>&nbsp;/&nbsp;<a href=".">leftTable</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>LeftOuterJoinedMap.rightTable - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">LeftOuterJoinedMap</a>&nbsp;/&nbsp;<a href=".">rightTable</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MapValuesList.create - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MapValuesList</a>&nbsp;/&nbsp;<a href=".">create</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MapValuesList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">MapValuesList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MapValuesList.sourceMap - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MapValuesList</a>&nbsp;/&nbsp;<a href=".">sourceMap</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MappedList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList.function - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MappedList</a>&nbsp;/&nbsp;<a href=".">function</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList.getSourceIndex - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MappedList</a>&nbsp;/&nbsp;<a href=".">getSourceIndex</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MappedList</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">MappedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MappedList</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>MappedList.sourceChanged - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">MappedList</a>&nbsp;/&nbsp;<a href=".">sourceChanged</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.addListener - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">addListener</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.backingMap - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">backingMap</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.clear - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">clear</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.containsKey - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">containsKey</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.containsValue - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">containsValue</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.entries - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">entries</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.fireChange - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">fireChange</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">ReadOnlyBackedObservableMapBase</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.isEmpty - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">isEmpty</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.keys - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">keys</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.putAll - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">putAll</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.put - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">put</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.removeListener - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">removeListener</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.remove - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">remove</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReadOnlyBackedObservableMapBase.values - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReadOnlyBackedObservableMapBase</a>&nbsp;/&nbsp;<a href=".">values</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList.<init> - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReplayedList</a>&nbsp;/&nbsp;<a href=".">&lt;init&gt;</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList.getSourceIndex - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReplayedList</a>&nbsp;/&nbsp;<a href=".">getSourceIndex</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList.get - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReplayedList</a>&nbsp;/&nbsp;<a href=".">get</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href=".">ReplayedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList.replayedList - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReplayedList</a>&nbsp;/&nbsp;<a href=".">replayedList</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList.size - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReplayedList</a>&nbsp;/&nbsp;<a href=".">size</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>ReplayedList.sourceChanged - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">ReplayedList</a>&nbsp;/&nbsp;<a href=".">sourceChanged</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>net.corda.client.fxutils - corda</title>
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="..\..\style.css">
</HEAD>
<BODY>
<a href="../index.html">corda</a>&nbsp;/&nbsp;<a href=".">net.corda.client.fxutils</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>bindOut - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">javafx.beans.value.ObservableValue</a>&nbsp;/&nbsp;<a href=".">bindOut</a><br/>

View File

@ -2,7 +2,7 @@
<HEAD>
<meta charset="UTF-8">
<title>bind - corda</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">corda</a>&nbsp;/&nbsp;<a href="../index.html">net.corda.client.fxutils</a>&nbsp;/&nbsp;<a href="index.html">javafx.beans.value.ObservableValue</a>&nbsp;/&nbsp;<a href=".">bind</a><br/>

Some files were not shown because too many files have changed in this diff Show More