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  _ 

L

LanguageVersion - class in net.corda.core.internal.cordapp
 
LanguageVersion.Bytecode - class in net.corda.core.internal.cordapp.LanguageVersion
 
LanguageVersion.Data - class in net.corda.core.internal.cordapp.LanguageVersion
 
latestParametersAccepted(java.security.PublicKey) - function in net.corda.testing.node.internal.network.NetworkMapServer
 
lazyMapped(java.util.List,kotlin.jvm.functions.Function2) - function in net.corda.core.internal.InternalUtilsKt
Returns a List implementation that applies the expensive transform function only when an element is accessed and then caches the calculated values.
LazyMappedList - class in net.corda.core.internal
List implementation that applies the expensive transform function only when the element is accessed and caches calculated values.
LazyPool - class in net.corda.core.internal
A lazy pool of resources A.
LazyStickyPool - class in net.corda.core.internal
A LazyStickyPool is a lazy pool of resources where a borrow may "stick" the borrowed instance to an object.
leafIndex(net.corda.core.crypto.SecureHash) - function in net.corda.core.crypto.PartialMerkleTree
Method to return the index of the input leaf in the partial Merkle tree structure.
ledger(net.corda.core.node.ServiceHub,net.corda.core.identity.Party,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.NodeTestUtilsKt
Creates and tests a ledger built by the passed in dsl.
LedgerDSL - class in net.corda.testing.dsl
This is the class that defines the syntactic sugar of the ledger Test DSL and delegates to the contained interpreter, and what is actually used in ledger { (...) }.
LedgerDSLInterpreter - class in net.corda.testing.dsl
This interface defines the bare bone functionality that a Ledger DSL interpreter should implement.
LedgerRecoveryException - class in net.corda.core.flows
 
LedgerRecoveryFlow - class in net.corda.core.flows
Ledger Recovery Flow (available in Enterprise only).
LedgerRecoveryFlow.ExtraConstructorArgs - class in net.corda.core.flows.LedgerRecoveryFlow
 
LedgerRecoveryParameters - class in net.corda.core.flows
 
LedgerRecoveryResult - class in net.corda.core.flows
 
LedgerTransaction - class in net.corda.core.transactions
A LedgerTransaction is derived from a WireTransaction.
LedgerTransaction.Companion - class in net.corda.core.transactions.LedgerTransaction
 
LedgerTransaction.InOutGroup - class in net.corda.core.transactions.LedgerTransaction
A set of related inputs and outputs that are connected by some common attributes.
LedgerTransactionKt - class in net.corda.core.transactions
 
LEGACY_ATTACHMENT - enum entry in net.corda.core.transactions.ContractUpgradeWireTransaction.Component
 
LEGAL_IDENTITY - enum entry in net.corda.core.internal.CertRole

Well known (publicly visible) identity of a legal entity.

LegalNameValidator - class in net.corda.core.internal
 
LegalNameValidator.Rule - class in net.corda.core.internal.LegalNameValidator
 
LegalNameValidator.Rule.Companion - class in net.corda.core.internal.LegalNameValidator.Rule
 
LegalNameValidator.Validation - class in net.corda.core.internal.LegalNameValidator
 
LegalProseReference - class in net.corda.core.contracts
The annotated Contract implements the legal prose identified by the given URI.
LESS_THAN - enum entry in net.corda.core.node.services.vault.BinaryComparisonOperator
 
LESS_THAN_OR_EQUAL - enum entry in net.corda.core.node.services.vault.BinaryComparisonOperator
 
lessThan(R) - function in net.corda.core.node.services.vault.Builder
 
lessThan(java.lang.reflect.Field,R) - function in net.corda.core.node.services.vault.Builder
 
lessThan(kotlin.reflect.KProperty1,R) - function in net.corda.core.node.services.vault.Builder
 
lessThan(net.corda.core.node.services.vault.FieldInfo,R) - function in net.corda.core.node.services.vault.Builder
 
lessThanOrEqual(R) - function in net.corda.core.node.services.vault.Builder
 
lessThanOrEqual(java.lang.reflect.Field,R) - function in net.corda.core.node.services.vault.Builder
 
lessThanOrEqual(kotlin.reflect.KProperty1,R) - function in net.corda.core.node.services.vault.Builder
 
lessThanOrEqual(net.corda.core.node.services.vault.FieldInfo,R) - function in net.corda.core.node.services.vault.Builder
 
LifeCycle - class in net.corda.core.internal
This class provides simple tracking of the lifecycle of a service-type object.
like(java.lang.String,java.lang.Boolean) - function in net.corda.core.node.services.vault.Builder
 
like(java.lang.reflect.Field,java.lang.String,java.lang.Boolean) - function in net.corda.core.node.services.vault.Builder
 
like(kotlin.reflect.KProperty1,java.lang.String,java.lang.Boolean) - function in net.corda.core.node.services.vault.Builder
 
like(net.corda.core.node.services.vault.FieldInfo,java.lang.String,java.lang.Boolean) - function in net.corda.core.node.services.vault.Builder
 
LIKE - enum entry in net.corda.core.node.services.vault.LikenessOperator
 
LIKE_IGNORE_CASE - enum entry in net.corda.core.node.services.vault.LikenessOperator
 
LikenessOperator - class in net.corda.core.node.services.vault
 
LinearPointer - class in net.corda.core.contracts
LinearPointer allows a ContractState to "point" to another LinearState creating a "many-to-one" relationship between all the states containing the pointer to a particular LinearState and the LinearState being pointed to.
linearPointer(T,java.lang.Boolean) - function in net.corda.core.contracts.StatePointer.Companion
Creates a LinearPointer to the specified linear state.
LinearState - class in net.corda.core.contracts
A state that evolves by superseding itself, all of which share the common "linearId".
list(java.io.PrintStream) - function in java.util.Properties
 
list(java.io.PrintWriter) - function in java.util.Properties
 
ListenProcessDeathException - class in net.corda.testing.node.internal
 
load(java.io.InputStream) - function in java.security.Provider
 
load(java.io.Reader) - function in java.util.Properties
 
load(java.lang.ClassLoader) - function in net.corda.core.internal.verification.AttachmentFixups
Loads the "fixup" rules from all META-INF/Corda-Fixups files.
loadClass(java.lang.String) - function in java.lang.ClassLoader
 
loadClassOfType(java.lang.Class,java.lang.String,java.lang.Boolean,java.lang.ClassLoader) - function in net.corda.core.internal.ClassLoadingUtilsKt
 
loadClassOfType(java.lang.String,java.lang.Boolean,java.lang.ClassLoader) - function in net.corda.core.internal.ClassLoadingUtilsKt
 
loadContractAttachment(net.corda.core.contracts.StateRef) - function in net.corda.core.internal.verification.ServiceHubCoreInternal
Returns the Attachment that defines the given StateRef, which must be in the visible subset of the ledger.
loadContractAttachment(net.corda.core.contracts.StateRef) - function in net.corda.core.internal.verification.VerifyingServiceHub
Returns the Attachment that defines the given StateRef, which must be in the visible subset of the ledger.
loadContractAttachment(net.corda.core.contracts.StateRef) - function in net.corda.core.node.AppServiceHub
Returns the Attachment that defines the given StateRef, which must be in the visible subset of the ledger.
loadContractAttachment(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServiceHub
Returns the Attachment that defines the given StateRef, which must be in the visible subset of the ledger.
loadContractAttachment(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServicesForResolution
Returns the Attachment that defines the given StateRef, which must be in the visible subset of the ledger.
loadContractAttachment(net.corda.core.contracts.StateRef) - function in net.corda.testing.node.MockServices
Returns a dummy Attachment, in context of signature constrains non-downgrade rule this default to contract class version 1.
loadedAttachmentsSize() - function in net.corda.core.serialization.internal.AttachmentURLStreamHandlerFactory
 
loadFromXML(java.io.InputStream) - function in java.util.Properties
 
loadState(net.corda.core.contracts.StateRef) - function in net.corda.core.internal.verification.ServiceHubCoreInternal
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
loadState(net.corda.core.contracts.StateRef) - function in net.corda.core.internal.verification.VerifyingServiceHub
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
loadState(net.corda.core.contracts.StateRef) - function in net.corda.core.node.AppServiceHub
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
loadState(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServiceHub
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
loadState(net.corda.core.contracts.StateRef) - function in net.corda.core.node.ServicesForResolution
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
loadState(net.corda.core.contracts.StateRef) - function in net.corda.testing.node.MockServices
Given a StateRef loads the referenced transaction and looks up the specified output ContractState.
loadStates(java.util.Set) - function in net.corda.core.internal.verification.ServiceHubCoreInternal
Given a Set of StateRef's loads the referenced transaction and looks up the specified output ContractState.
loadStates(java.util.Set) - function in net.corda.core.internal.verification.VerifyingServiceHub
Given a Set of StateRef's loads the referenced transaction and looks up the specified output ContractState.
loadStates(java.util.Set) - function in net.corda.core.node.AppServiceHub
Given a Set of StateRef's loads the referenced transaction and looks up the specified output ContractState.
loadStates(java.util.Set) - function in net.corda.core.node.ServiceHub
Given a Set of StateRef's loads the referenced transaction and looks up the specified output ContractState.
loadStates(java.util.Set) - function in net.corda.core.node.ServicesForResolution
Given a Set of StateRef's loads the referenced transaction and looks up the specified output ContractState.
loadStates(java.util.Set) - function in net.corda.testing.node.MockServices
Given a Set of StateRef's loads the referenced transaction and looks up the specified output ContractState.
loadStatesInternal(java.lang.Iterable,C) - function in net.corda.core.internal.verification.ServiceHubCoreInternal
 
loadStatesInternal(java.lang.Iterable,C) - function in net.corda.core.internal.verification.VerifyingServiceHub
 
loadTestCalendar(java.lang.String) - function in net.corda.finance.workflows.utils.FinanceWorkflowsUtilsKt
 
LOCK_ID - enum entry in net.corda.core.node.services.vault.Sort.VaultStateAttribute
 
locked(kotlin.jvm.functions.Function1) - function in net.corda.core.internal.ThreadBox
 
LOCKED_ONLY - enum entry in net.corda.core.node.services.vault.QueryCriteria.SoftLockingType
 
logElapsedTime(java.lang.String,.<Error class: unknown class>,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.InternalUtilsKt
 
logElapsedTime(.<Error class: unknown class>,java.lang.String,kotlin.jvm.functions.Function0) - function in net.corda.core.internal.InternalUtilsKt
 
logFile(net.corda.testing.driver.NodeHandle) - function in net.corda.testing.driver.DriverKt
 
loggerFor() - function in net.corda.core.utilities.KotlinUtilsKt
Usually you won't need this method:
  • If you're in a companion object, use contextLogger

  • If you're in an object singleton, use LoggerFactory.getLogger directly on javaClass

Otherwise, this gets the Logger for a class using the syntaxprivate val log = loggerFor<MyClass>()
LogHelper - class in net.corda.testing.internal
A configuration helper that allows modifying the log level for specific loggers
longs() - function in java.util.DummySecureRandom
 
longs(java.lang.Long) - function in java.util.DummySecureRandom
 
longs(java.lang.Long,java.lang.Long) - function in java.util.DummySecureRandom
 
longs(java.lang.Long,java.lang.Long,java.lang.Long) - function in java.util.DummySecureRandom
 
lookup(net.corda.core.crypto.SecureHash) - function in net.corda.core.node.services.NetworkParametersService
Return the network parameters with the given hash, or null if it doesn't exist.
lookup(net.corda.core.crypto.SecureHash) - function in net.corda.core.node.services.NetworkParametersStorage
Return the network parameters with the given hash, or null if it doesn't exist.
lookup(net.corda.core.crypto.SecureHash) - function in net.corda.testing.node.internal.MockNetworkParametersStorage
Return the network parameters with the given hash, or null if it doesn't exist.
lookupSigned(net.corda.core.crypto.SecureHash) - function in net.corda.core.internal.NetworkParametersStorage
Return signed network parameters with certificate for the given hash.
lookupSigned(net.corda.core.crypto.SecureHash) - function in net.corda.testing.node.internal.MockNetworkParametersStorage
Return signed network parameters with certificate for the given hash.
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  _