A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
- abbreviate(java.lang.String,java.lang.Integer) - function in net.corda.core.internal.InternalUtilsKt
- AbstractAttachment - class in net.corda.core.internal
- AbstractAttachment.Companion - class in net.corda.core.internal.AbstractAttachment
- AbstractAttachmentKt - class in net.corda.core.internal
- AbstractCashFlow - class in net.corda.finance.flows
- Initiates a flow that produces an Issue/Move or Exit Cash transaction.
- AbstractCashFlow.AbstractRequest - class in net.corda.finance.flows.AbstractCashFlow
- AbstractCashFlow.Companion - class in net.corda.finance.flows.AbstractCashFlow
- AbstractCashFlow.Companion.FINALISING_TX - class in net.corda.finance.flows.AbstractCashFlow.Companion
- AbstractCashFlow.Companion.GENERATING_ID - class in net.corda.finance.flows.AbstractCashFlow.Companion
- AbstractCashFlow.Companion.GENERATING_TX - class in net.corda.finance.flows.AbstractCashFlow.Companion
- AbstractCashFlow.Companion.SIGNING_TX - class in net.corda.finance.flows.AbstractCashFlow.Companion
- AbstractCashFlow.Result - class in net.corda.finance.flows.AbstractCashFlow
- Combined signed transaction and identity lookup map, which is the resulting data from regular cash flows.
- AbstractCashSelection - class in net.corda.finance.workflows.asset.selection
- Pluggable interface to allow for different cash selection provider implementations Default implementation in finance workflow module uses H2 database and a custom function within H2 to perform aggregation.
- AbstractCashSelection.Companion - class in net.corda.finance.workflows.asset.selection.AbstractCashSelection
- AbstractParty - class in net.corda.core.identity
- An AbstractParty contains the common elements of Party and AnonymousParty, specifically the owning key of the party.
- AbstractParty.Companion - class in net.corda.core.identity.AbstractParty
- AbstractStateReplacementFlow - class in net.corda.core.flows
- Abstract flow to be used for replacing one state with another, for example when changing the notary of a state.
- AbstractStateReplacementFlow.Acceptor - class in net.corda.core.flows.AbstractStateReplacementFlow
- AbstractStateReplacementFlow.Acceptor.Companion - class in net.corda.core.flows.AbstractStateReplacementFlow.Acceptor
- AbstractStateReplacementFlow.Acceptor.Companion.APPROVING - class in net.corda.core.flows.AbstractStateReplacementFlow.Acceptor.Companion
- AbstractStateReplacementFlow.Acceptor.Companion.VERIFYING - class in net.corda.core.flows.AbstractStateReplacementFlow.Acceptor.Companion
- AbstractStateReplacementFlow.Instigator - class in net.corda.core.flows.AbstractStateReplacementFlow
- The Instigator assembles the transaction for state replacement and sends out change proposals to all participants (Acceptor) of that state.
- AbstractStateReplacementFlow.Instigator.Companion - class in net.corda.core.flows.AbstractStateReplacementFlow.Instigator
- AbstractStateReplacementFlow.Instigator.Companion.NOTARY - class in net.corda.core.flows.AbstractStateReplacementFlow.Instigator.Companion
- AbstractStateReplacementFlow.Instigator.Companion.SIGNING - class in net.corda.core.flows.AbstractStateReplacementFlow.Instigator.Companion
- AbstractStateReplacementFlow.Proposal - class in net.corda.core.flows.AbstractStateReplacementFlow
- The Proposal contains the details of proposed state modification.
- AbstractStateReplacementFlow.UpgradeTx - class in net.corda.core.flows.AbstractStateReplacementFlow
- The assembled transaction for upgrading a contract.
- AbstractVerifier - class in net.corda.core.internal.verification
- acceptableLiveFiberCountOnStop() - function in net.corda.testing.node.internal.InternalMockNetwork.MockNode
- acceptEncoding(net.corda.core.serialization.SerializationEncoding) - function in net.corda.core.serialization.EncodingWhitelist
- acceptNewNetworkParameters(net.corda.core.crypto.SecureHash) - function in net.corda.core.messaging.CordaRPCOps
- Accept network parameters with given hash, hash is obtained through networkParametersFeed method.
- acceptNewNetworkParameters(net.corda.core.crypto.SecureHash) - function in net.corda.core.messaging.CordaRPCOps
- Accept network parameters with given hash, hash is obtained through networkParametersFeed method.
- AccrualAdjustment - class in net.corda.finance.contracts
- Simple enum for returning accurals adjusted or unadjusted.
- ackNetworkParameters(java.io.InputStream) - function in net.corda.testing.node.internal.network.NetworkMapServer.InMemoryNetworkMapService
- Actor - class in net.corda.core.context
- Models an initiator in Corda, can be a user, a service, etc.
- Actor.Companion - class in net.corda.core.context.Actor
- Actor.Id - class in net.corda.core.context.Actor
- Actor id.
- Actual - enum entry in net.corda.finance.contracts.DateRollConvention
Don't roll the date, use the one supplied.
- addAttachment(net.corda.core.node.services.AttachmentId) - function in net.corda.core.transactions.TransactionBuilder
- Adds an attachment with the specified hash to the TransactionBuilder.
- addCommand(net.corda.core.contracts.CommandData,java.security.PublicKey) - function in net.corda.core.transactions.TransactionBuilder
- Adds a Command to the transaction, specified by the encapsulated CommandData object and required list of signing PublicKeys.
- addCommand(net.corda.core.contracts.CommandData,java.util.List) - function in net.corda.core.transactions.TransactionBuilder
- addCommand(net.corda.core.contracts.Command) - function in net.corda.core.transactions.TransactionBuilder
- Adds a Command to the transaction.
- addConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener) - function in net.corda.client.rpc.ext.MultiRPCClient
- Adds RPCConnectionListener to this MultiRPCClient to be informed about important connectivity events.
- addConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener) - function in net.corda.client.rpc.internal.RPCClient
- Adds RPCConnectionListener to this RPCClient to be informed about important connectivity events.
- addEntry(java.util.jar.JarOutputStream,java.util.zip.ZipEntry) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- addEntry(java.util.jar.JarOutputStream,java.util.zip.ZipEntry,java.io.InputStream) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- Add a new entry using the entire remaining bytes of input for the entry content.
- addEntry(java.util.jar.JarOutputStream,java.util.zip.ZipEntry,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- addInputState(net.corda.core.contracts.StateAndRef) - function in net.corda.core.transactions.TransactionBuilder
- Adds an input StateRef to the transaction.
- addKey(java.security.PublicKey,java.lang.Integer) - function in net.corda.core.crypto.CompositeKey.Builder
- Adds a child CompositeKey node.
- addKeys(java.security.PublicKey) - function in net.corda.core.crypto.CompositeKey.Builder
- addKeys(java.util.List) - function in net.corda.core.crypto.CompositeKey.Builder
- addMessageHandler(java.lang.String,.<Error class: unknown class>) - function in net.corda.testing.node.internal.MockNodeMessagingService
- addMockCordapp(net.corda.core.contracts.ContractClassName,net.corda.testing.services.MockAttachmentStorage,net.corda.core.node.services.AttachmentId,java.util.List,java.util.Map) - function in net.corda.testing.internal.MockCordappProvider
- addMockCordapp(net.corda.core.contracts.ContractClassName) - function in net.corda.testing.node.MockServices
- Add the given package name to the list of packages which will be scanned for cordapp contract verification code
- addNodesToPrivateNetwork(java.util.UUID,java.util.List) - function in net.corda.testing.node.internal.network.NetworkMapServer
- addNodesToPrivateNetwork(java.util.UUID,java.util.List) - function in net.corda.testing.node.internal.network.NetworkMapServer.InMemoryNetworkMapService
- addNoteToTransaction(net.corda.core.crypto.SecureHash,java.lang.String) - function in net.corda.core.node.services.VaultService
- Add a note to an existing LedgerTransaction given by its unique SecureHash id.
- addOutputState(net.corda.core.contracts.ContractState,net.corda.core.contracts.ContractClassName,net.corda.core.contracts.AttachmentConstraint) - function in net.corda.core.transactions.TransactionBuilder
- Adds an output state.
- addOutputState(net.corda.core.contracts.ContractState,net.corda.core.contracts.ContractClassName,net.corda.core.identity.Party,java.lang.Integer,net.corda.core.contracts.AttachmentConstraint) - function in net.corda.core.transactions.TransactionBuilder
- Adds an output state, with associated contract code (and constraints), and notary, to the transaction.
- addOutputState(net.corda.core.contracts.ContractState,net.corda.core.contracts.AttachmentConstraint) - function in net.corda.core.transactions.TransactionBuilder
- Adds an output state with the specified constraint.
- addOutputState(net.corda.core.contracts.TransactionState) - function in net.corda.core.transactions.TransactionBuilder
- Adds an output state to the transaction.
- addReceiverTransactionRecoveryMetadata(net.corda.core.crypto.SecureHash,net.corda.core.identity.CordaX500Name,net.corda.core.flows.TransactionMetadata) - function in net.corda.testing.node.internal.MockTransactionStorage
- addReferenceState(net.corda.core.contracts.ReferencedStateAndRef) - function in net.corda.core.transactions.TransactionBuilder
- Adds a reference input StateRef to the transaction.
- AddressBindingException - class in net.corda.core.internal.errors
- addressMustBeBound(java.util.concurrent.ScheduledExecutorService,net.corda.core.utilities.NetworkHostAndPort,java.lang.Process) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- addressMustBeBoundFuture(java.util.concurrent.ScheduledExecutorService,net.corda.core.utilities.NetworkHostAndPort,java.lang.Process) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- addressMustNotBeBound(java.util.concurrent.ScheduledExecutorService,net.corda.core.utilities.NetworkHostAndPort,java.time.Duration) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- addressMustNotBeBoundFuture(java.util.concurrent.ScheduledExecutorService,net.corda.core.utilities.NetworkHostAndPort) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- addressToNode(net.corda.core.messaging.MessageRecipients) - function in net.corda.testing.node.internal.InternalMockNetwork
- addSenderTransactionRecoveryMetadata(net.corda.core.crypto.SecureHash,net.corda.core.flows.TransactionMetadata) - function in net.corda.testing.node.internal.MockTransactionStorage
- addSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.AppServiceHub
- Helper method to append an additional signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
- addSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.AppServiceHub
- Helper method to append an additional signature to an existing (partially) SignedTransaction.
- addSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
- Helper method to append an additional signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
- addSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHub
- Helper method to append an additional signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
- addSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
- Helper method to append an additional signature to an existing (partially) SignedTransaction.
- addSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHub
- Helper method to append an additional signature to an existing (partially) SignedTransaction.
- addSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.ServiceHubCoreInternal
- Helper method to append an additional signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
- addSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.ServiceHubCoreInternal
- Helper method to append an additional signature to an existing (partially) SignedTransaction.
- addSignature(net.corda.core.transactions.SignedTransaction) - function in net.corda.core.node.VerifyingServiceHub
- Helper method to append an additional signature for an existing (partially) SignedTransaction using the default identity signing key of the node.
- addSignature(net.corda.core.transactions.SignedTransaction,java.security.PublicKey) - function in net.corda.core.node.VerifyingServiceHub
- Helper method to append an additional signature to an existing (partially) SignedTransaction.
- addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
- addSuppressed(kotlin.Array) - function in net.corda.core.CordaException
- addSuppressed(kotlin.Array) - function in net.corda.core.CordaException
- addSuppressed(kotlin.Array) - function in net.corda.core.CordaRuntimeException
- addSuppressed(kotlin.Array) - function in net.corda.core.CordaRuntimeException
- addSuppressed(kotlin.Array) - function in net.corda.core.CordaThrowable
- addSuppressed(kotlin.Array) - function in net.corda.core.CordaThrowable
- addTelemetryComponent(net.corda.core.internal.telemetry.TelemetryComponent) - function in net.corda.core.internal.telemetry.TelemetryServiceImpl
- addTransaction(net.corda.core.transactions.SignedTransaction) - function in net.corda.testing.node.internal.MockTransactionStorage
- addUnnotarisedTransaction(net.corda.core.transactions.SignedTransaction) - function in net.corda.testing.node.internal.MockTransactionStorage
- addUnverifiedTransaction(net.corda.core.transactions.SignedTransaction) - function in net.corda.testing.node.internal.MockTransactionStorage
- addVaultTransactionNote(net.corda.core.crypto.SecureHash,java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
- Add note(s) to an existing Vault transaction.
- addVaultTransactionNote(net.corda.core.crypto.SecureHash,java.lang.String) - function in net.corda.core.messaging.CordaRPCOps
- Add note(s) to an existing Vault transaction.
- Adjusted - enum entry in net.corda.finance.contracts.AccrualAdjustment
- advanceBy(java.time.Duration) - function in net.corda.testing.node.TestClock
- Advance this Clock by the specified Duration for testing purposes.
- advertiseNewParameters() - function in net.corda.testing.node.internal.network.NetworkMapServer
- AggregateFunctionType - class in net.corda.core.node.services.vault
- AliasPrivateKey - class in net.corda.core.crypto.internal
- PrivateKey wrapper to just store the alias of a private key.
- ALL - enum entry in net.corda.core.flows.DistributionRecordType
- ALL - enum entry in net.corda.core.node.services.Vault.RelevancyStatus
- ALL - enum entry in net.corda.core.node.services.Vault.StateStatus
- ALL_VISIBLE - enum entry in net.corda.core.node.StatesToRecord
All states that can be seen in the transaction will be recorded by the vault, even if none of the identities on this node are a participant or owner.
- allOnesHashFor(java.lang.String) - function in net.corda.core.crypto.SecureHash.Companion
- AllPossibleRecipients - class in net.corda.core.messaging
- A special base class for the set of all possible recipients, without having to identify who they all are.
- alreadyLocked(kotlin.jvm.functions.Function1) - function in net.corda.core.internal.ThreadBox
- ALWAYS_ACCEPT - enum entry in net.corda.core.node.services.Vault.ConstraintInfo.Type
- AlwaysAcceptAttachmentConstraint - class in net.corda.core.contracts
- An AttachmentConstraint where isSatisfiedBy always returns true.
- AlwaysInternableVerifier - class in net.corda.core.internal.utilities
- Amount - class in net.corda.core.contracts
- Amount represents a positive quantity of some token (currency, asset, etc.), measured in quantity of the smallest representable units.
- AMOUNT(java.lang.Double,T) - function in net.corda.finance.CurrenciesKt
- AMOUNT(java.lang.Integer,T) - function in net.corda.finance.CurrenciesKt
- AMOUNT(java.lang.Long,T) - function in net.corda.finance.CurrenciesKt
- Amount.Companion - class in net.corda.core.contracts.Amount
- AmountTransfer - class in net.corda.core.contracts
- This class represents a possibly negative transfer of tokens from one vault state to another, possibly at a future date.
- AmountTransfer.Companion - class in net.corda.core.contracts.AmountTransfer
- amqpSpecific(T,java.lang.String,kotlin.jvm.functions.Function0) - function in net.corda.testing.internal.InternalTestUtilsKt
- and(net.corda.core.node.services.vault.AttachmentQueryCriteria) - function in net.corda.core.node.services.vault.AttachmentQueryCriteria
- and(net.corda.core.node.services.vault.AttachmentQueryCriteria) - function in net.corda.core.node.services.vault.AttachmentQueryCriteria
- AND - enum entry in net.corda.core.node.services.vault.BinaryLogicalOperator
- and(Q) - function in net.corda.core.node.services.vault.GenericQueryCriteria.ChainableQueryCriteria
- and(net.corda.core.node.services.vault.QueryCriteria) - function in net.corda.core.node.services.vault.QueryCriteria
- and(net.corda.core.node.services.vault.QueryCriteria) - function in net.corda.core.node.services.vault.QueryCriteria
- andForget(net.corda.core.concurrent.CordaFuture,.<Error class: unknown class>) - function in net.corda.core.internal.concurrent.CordaFutureImplKt
- When this future is done and the outcome is failure, log the throwable.
- andThen(java.util.function.Function) - function in java.util.function.Function
- Annual - enum entry in net.corda.finance.contracts.Frequency
- anonymise() - function in net.corda.core.identity.Party
- AnonymousParty - class in net.corda.core.identity
- The AnonymousParty class contains enough information to uniquely identify a Party while excluding private information such as name.
- AnonymousParty.Companion - class in net.corda.core.identity.AnonymousParty
- apply(java.util.List,java.lang.Object) - function in net.corda.core.contracts.AmountTransfer
- Applies this AmountTransfer to a list of SourceAndAmount objects representing balances.
- apply(java.util.function.Supplier) - function in net.corda.core.internal.verification.TransactionVerifier
- applyMockNodeOverrides(net.corda.testing.node.MockNodeConfigOverrides,.<Error class: unknown class>) - function in net.corda.testing.node.internal.InternalMockNetworkConfigOverridesKt
- applyRollConvention(java.time.LocalDate,net.corda.finance.contracts.DateRollConvention) - function in net.corda.finance.contracts.BusinessCalendar
- applyWaitTimeUpdate(net.corda.core.flows.FlowSession,net.corda.core.flows.WaitTimeUpdate) - function in net.corda.core.internal.BackpressureAwareTimedFlow
- applyWaitTimeUpdate(net.corda.core.flows.FlowSession,net.corda.core.flows.WaitTimeUpdate) - function in net.corda.core.internal.BackpressureAwareTimedFlow
- AppServiceHub - class in net.corda.core.node
- A net.corda.core.node.services.CordaService annotated class requires a constructor taking a single parameter of type AppServiceHub.
- AppServiceHub.Companion - class in net.corda.core.node.AppServiceHub
- ASC - enum entry in net.corda.core.node.services.vault.Sort.Direction
- asCordaFuture(java.util.concurrent.CompletableFuture) - function in net.corda.core.internal.concurrent.CordaFutureImplKt
- Wrap a CompletableFuture, for example one that was returned by some API.
- asCurrent(kotlin.jvm.functions.Function1) - function in net.corda.core.serialization.SerializationFactory
- Allow subclasses to temporarily mark themselves as the current factory for the current thread during serialization/deserialization.
- assembleUpgradeTx(net.corda.core.contracts.StateAndRef,java.lang.Class,net.corda.core.contracts.PrivacySalt,net.corda.core.node.ServicesForResolution) - function in net.corda.core.internal.ContractUpgradeUtils
- assertOwnership(net.corda.core.identity.Party,net.corda.core.identity.AnonymousParty) - function in net.corda.core.node.services.IdentityService
- Asserts that an anonymous party maps to the given full party, by looking up the certificate chain associated with the anonymous party and resolving it back to the given full party.
- assertUncompletedCheckpoints(net.corda.testing.driver.DriverDSL,net.corda.core.identity.CordaX500Name,java.lang.Long) - function in net.corda.testing.node.internal.InternalTestUtilsKt
- asSigned() - function in net.corda.testing.node.TestCordapp
- Returns a copy of this TestCordapp signed with a development signing key.
- asSigned() - function in net.corda.testing.node.TestCordapp
- Returns a copy of this TestCordapp signed with a development signing key.
- asSigned() - function in net.corda.testing.node.internal.CustomCordapp
- Returns a copy of this TestCordapp signed with a development signing key.
- asSigned() - function in net.corda.testing.node.internal.ScanPackageTestCordapp
- Returns a copy of this TestCordapp signed with a development signing key.
- asSigned() - function in net.corda.testing.node.internal.UriTestCordapp
- Returns a copy of this TestCordapp signed with a development signing key.
- asString(java.lang.management.ThreadInfo,java.lang.Integer) - function in net.corda.core.utilities.ThreadDumpUtilsKt
- Inspired by
ThreadInfo.toString
Returns a string representation of this thread info. - at(net.corda.finance.contracts.asset.Obligation.State,java.time.Instant) - function in net.corda.finance.contracts.asset.ObligationKt
- Attachment - class in net.corda.core.contracts
- An attachment is a ZIP (or an optionally signed JAR) that contains one or more files.
- ATTACHMENT - enum entry in net.corda.core.internal.FetchDataFlow.DataType
- attachment(java.io.InputStream) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Adds an attachment to the ledger.
- attachment(java.io.InputStream) - function in net.corda.testing.dsl.LedgerDSLInterpreter
- Adds an attachment to the ledger.
- attachment(java.io.InputStream) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
- Adds an attachment to the ledger.
- attachment(net.corda.core.crypto.SecureHash) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
- Adds an Attachment reference to the transaction.
- attachment(net.corda.core.contracts.ContractClassName) - function in net.corda.testing.dsl.TransactionDSL
- attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId) - function in net.corda.testing.dsl.TransactionDSL
- attachment(net.corda.core.contracts.ContractClassName,net.corda.core.node.services.AttachmentId,java.util.List,java.util.Map) - function in net.corda.testing.dsl.TransactionDSL
- attachment(net.corda.core.crypto.SecureHash) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Adds an Attachment reference to the transaction.
- attachment(net.corda.core.crypto.SecureHash) - function in net.corda.testing.dsl.TransactionDSLInterpreter
- Adds an Attachment reference to the transaction.
- AttachmentConstraint - class in net.corda.core.contracts
- Constrain which contract-code-containing attachment can be used with a Contract.
- attachmentDataLoader(net.corda.core.serialization.SerializeAsTokenContext,net.corda.core.crypto.SecureHash) - function in net.corda.core.internal.AbstractAttachment.Companion
- Returns a function that knows how to load an attachment.
- attachmentExists(net.corda.core.crypto.SecureHash) - function in net.corda.core.messaging.CordaRPCOps
- Checks whether an attachment with the given hash is stored on the node.
- attachmentExists(net.corda.core.crypto.SecureHash) - function in net.corda.core.messaging.CordaRPCOps
- Checks whether an attachment with the given hash is stored on the node.
- AttachmentFixups - class in net.corda.core.internal.verification
- AttachmentQueryCriteria - class in net.corda.core.node.services.vault
- AttachmentQueryCriteria.AndComposition - class in net.corda.core.node.services.vault.AttachmentQueryCriteria
- AttachmentQueryCriteria.AttachmentsQueryCriteria - class in net.corda.core.node.services.vault.AttachmentQueryCriteria
- AttachmentsQueryCriteria:
- AttachmentQueryCriteria.OrComposition - class in net.corda.core.node.services.vault.AttachmentQueryCriteria
- AttachmentResolutionException - class in net.corda.core.contracts
- The node asked a remote peer for the attachment identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.
- AttachmentResolutionException - class in net.corda.testing.dsl
- attachments() - function in net.corda.core.transactions.TransactionBuilder
- Returns an immutable list of attachment hashes.
- attachments(net.corda.core.contracts.ContractClassName) - function in net.corda.testing.dsl.TransactionDSL
- ATTACHMENTS_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
- ATTACHMENTS_V2_GROUP - enum entry in net.corda.core.contracts.ComponentGroupEnum
- AttachmentsClassLoader - class in net.corda.core.serialization.internal
- A custom ClassLoader that knows how to load classes from a set of attachments.
- AttachmentsClassLoaderBuilder - class in net.corda.core.serialization.internal
- This is just a factory that provides caches to optimise expensive construction/loading of classloaders, serializers, whitelisted classes.
- AttachmentsClassLoaderCache - class in net.corda.core.serialization.internal
- AttachmentsClassLoaderCacheImpl - class in net.corda.core.serialization.internal
- AttachmentsClassLoaderKey - class in net.corda.core.serialization.internal
- AttachmentsClassLoaderSimpleCacheImpl - class in net.corda.core.serialization.internal
- AttachmentsHolder - class in net.corda.core.serialization.internal
- AttachmentSort - class in net.corda.core.node.services.vault
- AttachmentSort.AttachmentSortAttribute - class in net.corda.core.node.services.vault.AttachmentSort
- AttachmentSort.AttachmentSortColumn - class in net.corda.core.node.services.vault.AttachmentSort
- AttachmentsQueryCriteriaParser - class in net.corda.core.node.services.vault
- AttachmentStorage - class in net.corda.core.node.services
- An attachment store records potentially large binary objects, identified by their hash.
- AttachmentTrustCalculator - class in net.corda.core.internal
- Calculates the trust of attachments stored in the node.
- AttachmentTrustInfo - class in net.corda.core.internal
- Data class containing information about an attachment's trust root.
- AttachmentTrustInfoRPCOps - class in net.corda.core.internal.messaging
- AttachmentURLStreamHandlerFactory - class in net.corda.core.serialization.internal
- Registers a new internal "attachment" protocol.
- AttachmentWithContext - class in net.corda.core.internal
- Used only for passing to the Attachment constraint verification.
- attributes(java.nio.file.Path,java.nio.file.LinkOption) - function in net.corda.core.internal.PathUtilsKt
- AuthServiceId - class in net.corda.core.context
- Authentication / Authorisation Service ID.
- AutoAcceptable - class in net.corda.core.node
- Tagging a network parameter with this annotation signifies that any update which modifies the parameter could be accepted without the need for the node operator to run a manual accept command.
- AutomaticHashConstraint - class in net.corda.core.contracts
- AutomaticPlaceholderConstraint - class in net.corda.core.contracts
- This AttachmentConstraint is a convenience class that acts as a placeholder and will be automatically resolved by the platform when set on an output state.
- AVG - enum entry in net.corda.core.node.services.vault.AggregateFunctionType
- avg(java.lang.reflect.Field,java.util.List,net.corda.core.node.services.vault.Sort.Direction) - function in net.corda.core.node.services.vault.Builder
- avg(kotlin.reflect.KProperty1,java.util.List,net.corda.core.node.services.vault.Sort.Direction) - function in net.corda.core.node.services.vault.Builder
- avg(net.corda.core.node.services.vault.FieldInfo,java.util.List,net.corda.core.node.services.vault.Sort.Direction) - function in net.corda.core.node.services.vault.Builder
- await(net.corda.core.flows.FlowExternalAsyncOperation) - function in net.corda.core.flows.FlowLogic
- Executes the specified operation and suspends until operation completion.
- await(net.corda.core.flows.FlowExternalAsyncOperation) - function in net.corda.core.flows.FlowLogic
- Executes the specified operation and suspends until operation completion.
- await(net.corda.core.flows.FlowExternalOperation) - function in net.corda.core.flows.FlowLogic
- Executes the specified operation and suspends until operation completion.
- await(net.corda.core.flows.FlowExternalOperation) - function in net.corda.core.flows.FlowLogic
- Executes the specified operation and suspends until operation completion.