From eaf028ca9111d6ec1d3519e8a831ce87e98db36a Mon Sep 17 00:00:00 2001 From: tomstark99 Date: Fri, 4 Oct 2024 16:58:53 +0100 Subject: [PATCH] updated api yaml files --- client/jackson/scans/corda-jackson-4.12.yaml | 298 +- client/rpc/scans/corda-rpc-4.12.yaml | 617 +- constants.properties | 2 +- core/scans/corda-core-4.12.yaml | 20699 ++++++++++++---- .../scans/corda-core-test-utils-4.12.yaml | 463 +- .../scans/corda-node-driver-4.12.yaml | 2125 +- .../scans/corda-test-utils-4.12.yaml | 946 +- 7 files changed, 19121 insertions(+), 6029 deletions(-) diff --git a/client/jackson/scans/corda-jackson-4.12.yaml b/client/jackson/scans/corda-jackson-4.12.yaml index 72e5df3415..d2bf3c637b 100644 --- a/client/jackson/scans/corda-jackson-4.12.yaml +++ b/client/jackson/scans/corda-jackson-4.12.yaml @@ -7,7 +7,7 @@ net.corda.client.jackson.JacksonSupport: implements: [] interface: false methods: - createDefaultMapper: + createDefaultMapper(net.corda.core.messaging.CordaRPCOps): annotations: - NotNull default: false @@ -18,7 +18,61 @@ net.corda.client.jackson.JacksonSupport: annotation: - NotNull type: net.corda.core.messaging.CordaRPCOps - createInMemoryMapper: + createDefaultMapper(net.corda.core.messaging.CordaRPCOps, com.fasterxml.jackson.core.JsonFactory): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + rpc: + annotation: + - NotNull + type: net.corda.core.messaging.CordaRPCOps + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + createDefaultMapper(net.corda.core.messaging.CordaRPCOps, com.fasterxml.jackson.core.JsonFactory, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + rpc: + annotation: + - NotNull + type: net.corda.core.messaging.CordaRPCOps + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + fuzzyIdentityMatch: + annotation: [] + type: boolean + createDefaultMapper(net.corda.core.messaging.CordaRPCOps, com.fasterxml.jackson.core.JsonFactory, boolean, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + rpc: + annotation: + - NotNull + type: net.corda.core.messaging.CordaRPCOps + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + fuzzyIdentityMatch: + annotation: [] + type: boolean + fullParties: + annotation: [] + type: boolean + createInMemoryMapper(net.corda.core.node.services.IdentityService): annotations: - NotNull default: false @@ -29,13 +83,92 @@ net.corda.client.jackson.JacksonSupport: annotation: - NotNull type: net.corda.core.node.services.IdentityService - createNonRpcMapper: + createInMemoryMapper(net.corda.core.node.services.IdentityService, com.fasterxml.jackson.core.JsonFactory): annotations: - NotNull default: false type: public static final returnType: com.fasterxml.jackson.databind.ObjectMapper - getCordaModule: + params: + identityService: + annotation: + - NotNull + type: net.corda.core.node.services.IdentityService + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + createInMemoryMapper(net.corda.core.node.services.IdentityService, com.fasterxml.jackson.core.JsonFactory, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + identityService: + annotation: + - NotNull + type: net.corda.core.node.services.IdentityService + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + fuzzyIdentityMatch: + annotation: [] + type: boolean + createInMemoryMapper(net.corda.core.node.services.IdentityService, com.fasterxml.jackson.core.JsonFactory, boolean, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + identityService: + annotation: + - NotNull + type: net.corda.core.node.services.IdentityService + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + fuzzyIdentityMatch: + annotation: [] + type: boolean + fullParties: + annotation: [] + type: boolean + createNonRpcMapper(): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + createNonRpcMapper(com.fasterxml.jackson.core.JsonFactory): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + createNonRpcMapper(com.fasterxml.jackson.core.JsonFactory, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: com.fasterxml.jackson.databind.ObjectMapper + params: + factory: + annotation: + - NotNull + type: com.fasterxml.jackson.core.JsonFactory + fullParties: + annotation: [] + type: boolean + getCordaModule(): annotations: - NotNull default: false @@ -53,7 +186,7 @@ net.corda.client.jackson.JacksonSupport$AmountDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -80,8 +213,9 @@ net.corda.client.jackson.JacksonSupport$AmountSerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.contracts.Amount, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -110,7 +244,7 @@ net.corda.client.jackson.JacksonSupport$AnonymousPartyDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -137,8 +271,9 @@ net.corda.client.jackson.JacksonSupport$AnonymousPartySerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.identity.AnonymousParty, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -167,7 +302,7 @@ net.corda.client.jackson.JacksonSupport$CordaX500NameDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -194,8 +329,9 @@ net.corda.client.jackson.JacksonSupport$CordaX500NameSerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.identity.CordaX500Name, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -225,23 +361,23 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper: - net.corda.client.jackson.JacksonSupport$PartyObjectMapper interface: false methods: - getFuzzyIdentityMatch: + getFuzzyIdentityMatch(): annotations: [] default: false type: public final returnType: boolean - getIdentityService: + getIdentityService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.IdentityService - isFullParties: + isFullParties(): annotations: [] default: false type: public returnType: boolean - nodeInfoFromParty: + nodeInfoFromParty(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -252,7 +388,7 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper: annotation: - NotNull type: net.corda.core.identity.AbstractParty - partiesFromName: + partiesFromName(String): annotations: - NotNull default: false @@ -263,7 +399,7 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper: annotation: - NotNull type: String - partyFromKey: + partyFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -274,7 +410,7 @@ net.corda.client.jackson.JacksonSupport$IdentityObjectMapper: annotation: - NotNull type: java.security.PublicKey - wellKnownPartyFromX500Name: + wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -293,12 +429,12 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper: - net.corda.client.jackson.JacksonSupport$PartyObjectMapper interface: false methods: - isFullParties: + isFullParties(): annotations: [] default: false type: public returnType: boolean - nodeInfoFromParty: + nodeInfoFromParty(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -309,7 +445,7 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper: annotation: - NotNull type: net.corda.core.identity.AbstractParty - partiesFromName: + partiesFromName(String): annotations: - NotNull default: false @@ -320,7 +456,7 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper: annotation: - NotNull type: String - partyFromKey: + partyFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -331,7 +467,7 @@ net.corda.client.jackson.JacksonSupport$NoPartyObjectMapper: annotation: - NotNull type: java.security.PublicKey - wellKnownPartyFromX500Name: + wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -349,7 +485,7 @@ net.corda.client.jackson.JacksonSupport$NodeInfoDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -376,8 +512,9 @@ net.corda.client.jackson.JacksonSupport$NodeInfoSerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.node.NodeInfo, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -406,7 +543,7 @@ net.corda.client.jackson.JacksonSupport$OpaqueBytesDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -433,8 +570,9 @@ net.corda.client.jackson.JacksonSupport$OpaqueBytesSerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.utilities.OpaqueBytes, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -463,7 +601,7 @@ net.corda.client.jackson.JacksonSupport$PartyDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -489,12 +627,12 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper: extends: [] interface: true methods: - isFullParties: + isFullParties(): annotations: [] default: false type: public abstract returnType: boolean - nodeInfoFromParty: + nodeInfoFromParty(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -505,7 +643,7 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper: annotation: - NotNull type: net.corda.core.identity.AbstractParty - partiesFromName: + partiesFromName(String): annotations: - NotNull default: false @@ -516,7 +654,7 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper: annotation: - NotNull type: String - partyFromKey: + partyFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -527,7 +665,7 @@ net.corda.client.jackson.JacksonSupport$PartyObjectMapper: annotation: - NotNull type: java.security.PublicKey - wellKnownPartyFromX500Name: + wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -545,8 +683,9 @@ net.corda.client.jackson.JacksonSupport$PartySerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.identity.Party, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -575,7 +714,7 @@ net.corda.client.jackson.JacksonSupport$PublicKeyDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -602,7 +741,7 @@ net.corda.client.jackson.JacksonSupport$PublicKeySerializer: implements: [] interface: false methods: - serialize: + serialize(java.security.PublicKey, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider): annotations: [] default: false type: public @@ -633,23 +772,23 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper: - net.corda.client.jackson.JacksonSupport$PartyObjectMapper interface: false methods: - getFuzzyIdentityMatch: + getFuzzyIdentityMatch(): annotations: [] default: false type: public final returnType: boolean - getRpc: + getRpc(): annotations: - NotNull default: false type: public final returnType: net.corda.core.messaging.CordaRPCOps - isFullParties: + isFullParties(): annotations: [] default: false type: public returnType: boolean - nodeInfoFromParty: + nodeInfoFromParty(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -660,7 +799,7 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper: annotation: - NotNull type: net.corda.core.identity.AbstractParty - partiesFromName: + partiesFromName(String): annotations: - NotNull default: false @@ -671,7 +810,7 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper: annotation: - NotNull type: String - partyFromKey: + partyFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -682,7 +821,7 @@ net.corda.client.jackson.JacksonSupport$RpcObjectMapper: annotation: - NotNull type: java.security.PublicKey - wellKnownPartyFromX500Name: + wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -700,7 +839,7 @@ net.corda.client.jackson.JacksonSupport$SecureHashDeserializer: implements: [] interface: false methods: - deserialize: + deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext): annotations: - NotNull default: false @@ -722,8 +861,9 @@ net.corda.client.jackson.JacksonSupport$SecureHashSerializer: implements: [] interface: false methods: - serialize: - annotations: [] + ? serialize(net.corda.core.crypto.SecureHash, com.fasterxml.jackson.core.JsonGenerator, + com.fasterxml.jackson.databind.SerializerProvider) + : annotations: [] default: false type: public returnType: void @@ -752,63 +892,63 @@ net.corda.client.jackson.JacksonSupport$SignedTransactionMixin: implements: [] interface: false methods: - getId: + getId(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: java.util.List - getNotary: + getNotary(): annotations: - JsonIgnore - Nullable default: false type: public abstract returnType: net.corda.core.identity.Party - getNotaryChangeTx: + getNotaryChangeTx(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: net.corda.core.transactions.NotaryChangeWireTransaction - getRequiredSigningKeys: + getRequiredSigningKeys(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: java.util.Set - getSigs: + getSigs(): annotations: - JsonProperty - NotNull default: false type: protected abstract returnType: java.util.List - getTransaction: + getTransaction(): annotations: - JsonProperty - NotNull default: false type: protected abstract returnType: net.corda.core.transactions.CoreTransaction - getTx: + getTx(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: net.corda.core.transactions.WireTransaction - getTxBits: + getTxBits(): annotations: - JsonIgnore - NotNull @@ -822,7 +962,7 @@ net.corda.client.jackson.JacksonSupport$ToStringSerializer: implements: [] interface: false methods: - serialize: + serialize(Object, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider): annotations: [] default: false type: public @@ -852,28 +992,28 @@ net.corda.client.jackson.JacksonSupport$WireTransactionMixin: implements: [] interface: false methods: - getAvailableComponentHashes: + getAvailableComponentHashes(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: java.util.List - getAvailableComponents: + getAvailableComponents(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: java.util.List - getMerkleTree: + getMerkleTree(): annotations: - JsonIgnore - NotNull default: false type: public abstract returnType: net.corda.core.crypto.MerkleTree - getOutputStates: + getOutputStates(): annotations: - JsonIgnore - NotNull @@ -888,25 +1028,25 @@ net.corda.client.jackson.StringToMethodCallParser: implements: [] interface: false methods: - getAvailableCommands: + getAvailableCommands(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getMethodMap: + getMethodMap(): annotations: - NotNull default: false type: protected final returnType: "com.google.common.collect.Multimap" - getMethodParamNames: + getMethodParamNames(): annotations: - NotNull default: false type: public final returnType: "java.util.Map>" - paramNamesFromConstructor: + paramNamesFromConstructor(reflect.Constructor): annotations: - NotNull default: false @@ -917,7 +1057,7 @@ net.corda.client.jackson.StringToMethodCallParser: annotation: - NotNull type: reflect.Constructor - paramNamesFromMethod: + paramNamesFromMethod(reflect.Method): annotations: - NotNull default: false @@ -928,7 +1068,7 @@ net.corda.client.jackson.StringToMethodCallParser: annotation: - NotNull type: reflect.Method - parse: + parse(T, String): annotations: - NotNull default: false @@ -943,7 +1083,7 @@ net.corda.client.jackson.StringToMethodCallParser: annotation: - NotNull type: String - parseArguments: + parseArguments(String, java.util.List>, String): annotations: - NotNull default: false @@ -962,7 +1102,7 @@ net.corda.client.jackson.StringToMethodCallParser: annotation: - NotNull type: String - validateIsMatchingCtor: + validateIsMatchingCtor(String, java.util.List>, String): annotations: [] default: false type: public final @@ -1000,25 +1140,25 @@ net.corda.client.jackson.StringToMethodCallParser$ParsedMethodCall: - java.util.concurrent.Callable interface: false methods: - call: + call(): annotations: - Nullable default: false type: public returnType: Object - getArgs: + getArgs(): annotations: - NotNull default: false type: public final returnType: "Object[]" - getMethod: + getMethod(): annotations: - NotNull default: false type: public final returnType: reflect.Method - invoke: + invoke(): annotations: - Nullable default: false @@ -1045,7 +1185,7 @@ net.corda.client.jackson.StringToMethodCallParser$UnparseableCallException$Missi implements: [] interface: false methods: - getParamName: + getParamName(): annotations: - NotNull default: false @@ -1079,7 +1219,7 @@ net.corda.client.jackson.StringToMethodCallParser$UnparseableCallException$Unkno implements: [] interface: false methods: - getMethodName: + getMethodName(): annotations: - NotNull default: false diff --git a/client/rpc/scans/corda-rpc-4.12.yaml b/client/rpc/scans/corda-rpc-4.12.yaml index e8cfbee0e2..cacd349028 100644 --- a/client/rpc/scans/corda-rpc-4.12.yaml +++ b/client/rpc/scans/corda-rpc-4.12.yaml @@ -14,7 +14,91 @@ net.corda.client.rpc.CordaRPCClient: implements: [] interface: false methods: - start: + start(String, String): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + start(String, String, net.corda.client.rpc.GracefulReconnect): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + gracefulReconnect: + annotation: + - Nullable + type: net.corda.client.rpc.GracefulReconnect + start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor, net.corda.client.rpc.GracefulReconnect): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + gracefulReconnect: + annotation: + - Nullable + type: net.corda.client.rpc.GracefulReconnect + start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor, net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -41,7 +125,81 @@ net.corda.client.rpc.CordaRPCClient: annotation: - Nullable type: net.corda.core.identity.CordaX500Name - use: + ? start(String, String, net.corda.core.context.Trace, net.corda.core.context.Actor, + net.corda.core.identity.CordaX500Name, net.corda.client.rpc.GracefulReconnect) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + targetLegalIdentity: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + gracefulReconnect: + annotation: + - Nullable + type: net.corda.client.rpc.GracefulReconnect + start(String, String, net.corda.core.identity.CordaX500Name): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + targetLegalIdentity: + annotation: + - NotNull + type: net.corda.core.identity.CordaX500Name + start(String, String, net.corda.core.identity.CordaX500Name, net.corda.client.rpc.GracefulReconnect): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCConnection + params: + username: + annotation: + - NotNull + type: String + password: + annotation: + - NotNull + type: String + targetLegalIdentity: + annotation: + - NotNull + type: net.corda.core.identity.CordaX500Name + gracefulReconnect: + annotation: + - Nullable + type: net.corda.client.rpc.GracefulReconnect + use(String, String, kotlin.jvm.functions.Function1): annotations: [] default: false type: public final @@ -79,19 +237,376 @@ net.corda.client.rpc.CordaRPCClientConfiguration: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.client.rpc.CordaRPCClientConfiguration - equals: + copy(java.time.Duration): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + copy(java.time.Duration, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + copy(java.time.Duration, int, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + copy(java.time.Duration, int, boolean, java.time.Duration): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + copy(java.time.Duration, int, boolean, java.time.Duration, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + copy(java.time.Duration, int, boolean, java.time.Duration, int, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + connectionRetryInterval: + annotation: + - NotNull + type: java.time.Duration + copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + connectionRetryInterval: + annotation: + - NotNull + type: java.time.Duration + connectionRetryIntervalMultiplier: + annotation: [] + type: double + copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + connectionRetryInterval: + annotation: + - NotNull + type: java.time.Duration + connectionRetryIntervalMultiplier: + annotation: [] + type: double + maxReconnectAttempts: + annotation: [] + type: int + copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double, int, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + connectionRetryInterval: + annotation: + - NotNull + type: java.time.Duration + connectionRetryIntervalMultiplier: + annotation: [] + type: double + maxReconnectAttempts: + annotation: [] + type: int + maxFileSize: + annotation: [] + type: int + copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, double, int, int, java.time.Duration): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + connectionRetryInterval: + annotation: + - NotNull + type: java.time.Duration + connectionRetryIntervalMultiplier: + annotation: [] + type: double + maxReconnectAttempts: + annotation: [] + type: int + maxFileSize: + annotation: [] + type: int + deduplicationCacheExpiry: + annotation: + - NotNull + type: java.time.Duration + ? copy(java.time.Duration, int, boolean, java.time.Duration, int, int, java.time.Duration, + double, int, int, java.time.Duration, boolean, boolean, boolean, boolean) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.client.rpc.CordaRPCClientConfiguration + params: + connectionMaxRetryInterval: + annotation: + - NotNull + type: java.time.Duration + minimumServerProtocolVersion: + annotation: [] + type: int + trackRpcCallSites: + annotation: [] + type: boolean + reapInterval: + annotation: + - NotNull + type: java.time.Duration + observationExecutorPoolSize: + annotation: [] + type: int + cacheConcurrencyLevel: + annotation: [] + type: int + connectionRetryInterval: + annotation: + - NotNull + type: java.time.Duration + connectionRetryIntervalMultiplier: + annotation: [] + type: double + maxReconnectAttempts: + annotation: [] + type: int + maxFileSize: + annotation: [] + type: int + deduplicationCacheExpiry: + annotation: + - NotNull + type: java.time.Duration + openTelemetryEnabled: + annotation: [] + type: boolean + simpleLogTelemetryEnabled: + annotation: [] + type: boolean + spanStartEndEventsEnabled: + annotation: [] + type: boolean + copyBaggageToTags: + annotation: [] + type: boolean + equals(Object): annotations: [] default: false type: public @@ -101,91 +616,91 @@ net.corda.client.rpc.CordaRPCClientConfiguration: annotation: - Nullable type: Object - getCacheConcurrencyLevel: + getCacheConcurrencyLevel(): annotations: [] default: false type: public returnType: int - getConnectionMaxRetryInterval: + getConnectionMaxRetryInterval(): annotations: - NotNull default: false type: public returnType: java.time.Duration - getConnectionRetryInterval: + getConnectionRetryInterval(): annotations: - NotNull default: false type: public returnType: java.time.Duration - getConnectionRetryIntervalMultiplier: + getConnectionRetryIntervalMultiplier(): annotations: [] default: false type: public returnType: double - getCopyBaggageToTags: + getCopyBaggageToTags(): annotations: [] default: false type: public returnType: boolean - getDeduplicationCacheExpiry: + getDeduplicationCacheExpiry(): annotations: - NotNull default: false type: public returnType: java.time.Duration - getMaxFileSize: + getMaxFileSize(): annotations: [] default: false type: public returnType: int - getMaxReconnectAttempts: + getMaxReconnectAttempts(): annotations: [] default: false type: public returnType: int - getMinimumServerProtocolVersion: + getMinimumServerProtocolVersion(): annotations: [] default: false type: public returnType: int - getObservationExecutorPoolSize: + getObservationExecutorPoolSize(): annotations: [] default: false type: public returnType: int - getOpenTelemetryEnabled: + getOpenTelemetryEnabled(): annotations: [] default: false type: public returnType: boolean - getReapInterval: + getReapInterval(): annotations: - NotNull default: false type: public returnType: java.time.Duration - getSimpleLogTelemetryEnabled: + getSimpleLogTelemetryEnabled(): annotations: [] default: false type: public returnType: boolean - getSpanStartEndEventsEnabled: + getSpanStartEndEventsEnabled(): annotations: [] default: false type: public returnType: boolean - getTrackRpcCallSites: + getTrackRpcCallSites(): annotations: [] default: false type: public returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -215,28 +730,28 @@ net.corda.client.rpc.CordaRPCConnection: - net.corda.client.rpc.RPCConnection interface: false methods: - close: + close(): annotations: [] default: true type: public returnType: void - forceClose: + forceClose(): annotations: [] default: false type: public returnType: void - getProxy: + getProxy(): annotations: - NotNull default: false type: public returnType: net.corda.core.messaging.CordaRPCOps - getServerProtocolVersion: + getServerProtocolVersion(): annotations: [] default: false type: public returnType: int - getTelemetryHandle: + getTelemetryHandle(Class): annotations: - Nullable default: false @@ -247,7 +762,7 @@ net.corda.client.rpc.CordaRPCConnection: annotation: - NotNull type: Class - notifyServerAndClose: + notifyServerAndClose(): annotations: [] default: false type: public @@ -271,18 +786,18 @@ net.corda.client.rpc.GracefulReconnect: implements: [] interface: false methods: - getMaxAttempts: + getMaxAttempts(): annotations: [] default: false type: public final returnType: int - getOnDisconnect: + getOnDisconnect(): annotations: - NotNull default: false type: public final returnType: kotlin.jvm.functions.Function0 - getOnReconnect: + getOnReconnect(): annotations: - NotNull default: false @@ -304,7 +819,7 @@ net.corda.client.rpc.PermissionException: - net.corda.nodeapi.exceptions.RpcSerializableError interface: false methods: - getMsg: + getMsg(): annotations: - NotNull default: false @@ -317,28 +832,28 @@ net.corda.client.rpc.RPCConnection: - java.io.Closeable interface: true methods: - close: + close(): annotations: [] default: true type: public returnType: void - forceClose: + forceClose(): annotations: [] default: false type: public abstract returnType: void - getProxy: + getProxy(): annotations: - NotNull default: false type: public abstract returnType: I - getServerProtocolVersion: + getServerProtocolVersion(): annotations: [] default: false type: public abstract returnType: int - getTelemetryHandle: + getTelemetryHandle(Class): annotations: - Nullable default: false @@ -349,7 +864,7 @@ net.corda.client.rpc.RPCConnection: annotation: - NotNull type: Class - notifyServerAndClose: + notifyServerAndClose(): annotations: [] default: false type: public abstract @@ -366,7 +881,7 @@ net.corda.client.rpc.RPCSinceVersion: type: public @interface interface: false methods: - version: + version(): annotations: [] default: false type: public abstract @@ -385,7 +900,7 @@ net.corda.client.rpc.UtilsKt: implements: [] interface: false methods: - notUsed: + notUsed(rx.Observable): annotations: [] default: false type: public static final @@ -403,7 +918,7 @@ net.corda.client.rpc.ext.MultiRPCClient: - java.lang.AutoCloseable interface: false methods: - addConnectionListener: + addConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener): annotations: [] default: false type: public final @@ -413,12 +928,12 @@ net.corda.client.rpc.ext.MultiRPCClient: annotation: - NotNull type: net.corda.client.rpc.ext.RPCConnectionListener - close: + close(): annotations: [] default: false type: public returnType: void - removeConnectionListener: + removeConnectionListener(net.corda.client.rpc.ext.RPCConnectionListener): annotations: [] default: false type: public final @@ -428,13 +943,13 @@ net.corda.client.rpc.ext.MultiRPCClient: annotation: - NotNull type: net.corda.client.rpc.ext.RPCConnectionListener - start: + start(): annotations: - NotNull default: false type: public final returnType: java.util.concurrent.CompletableFuture> - stop: + stop(): annotations: [] default: false type: public final @@ -445,7 +960,7 @@ net.corda.client.rpc.ext.RPCConnectionListener: extends: [] interface: true methods: - onConnect: + onConnect(net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext): annotations: [] default: false type: public abstract @@ -455,7 +970,7 @@ net.corda.client.rpc.ext.RPCConnectionListener: annotation: - NotNull type: net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext - onDisconnect: + onDisconnect(net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext): annotations: [] default: false type: public abstract @@ -465,7 +980,7 @@ net.corda.client.rpc.ext.RPCConnectionListener: annotation: - NotNull type: net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext - onPermanentFailure: + onPermanentFailure(net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext): annotations: [] default: false type: public abstract @@ -481,19 +996,19 @@ net.corda.client.rpc.ext.RPCConnectionListener$ConnectionContext: extends: [] interface: true methods: - getConnectionOpt: + getConnectionOpt(): annotations: - Nullable default: false type: public abstract returnType: net.corda.client.rpc.RPCConnection - getThrowableOpt: + getThrowableOpt(): annotations: - Nullable default: false type: public abstract returnType: Throwable - getUserName: + getUserName(): annotations: - NotNull default: false diff --git a/constants.properties b/constants.properties index ba81c9c19e..a234c6a2e8 100644 --- a/constants.properties +++ b/constants.properties @@ -8,7 +8,7 @@ versionSuffix=SNAPSHOT cordaShellVersion=4.12-SNAPSHOT gradlePluginsVersion=5.1.1 artifactoryContextUrl=https://software.r3.com/artifactory -internalPluginVersion=0.1-beta-1718796578233 +internalPluginVersion=0.1-beta-1727973584601 # ***************************************************************# # When incrementing platformVersion make sure to update # # net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. # diff --git a/core/scans/corda-core-4.12.yaml b/core/scans/corda-core-4.12.yaml index 0533415f1f..ee9c2fb045 100644 --- a/core/scans/corda-core-4.12.yaml +++ b/core/scans/corda-core-4.12.yaml @@ -16,7 +16,7 @@ net.corda.core.CordaException: - net.corda.core.CordaThrowable interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -26,7 +26,7 @@ net.corda.core.CordaException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -36,36 +36,36 @@ net.corda.core.CordaException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -75,7 +75,7 @@ net.corda.core.CordaException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -85,7 +85,7 @@ net.corda.core.CordaException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -136,7 +136,7 @@ net.corda.core.CordaRuntimeException: - net.corda.core.CordaThrowable interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -146,7 +146,7 @@ net.corda.core.CordaRuntimeException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -156,36 +156,36 @@ net.corda.core.CordaRuntimeException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -195,7 +195,7 @@ net.corda.core.CordaRuntimeException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -205,7 +205,7 @@ net.corda.core.CordaRuntimeException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -222,7 +222,7 @@ net.corda.core.CordaThrowable: extends: [] interface: true methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public abstract @@ -232,19 +232,19 @@ net.corda.core.CordaThrowable: annotation: - NotNull type: "Throwable[]" - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public abstract returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public abstract returnType: String - setCause: + setCause(Throwable): annotations: [] default: false type: public abstract @@ -254,7 +254,7 @@ net.corda.core.CordaThrowable: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public abstract @@ -264,7 +264,7 @@ net.corda.core.CordaThrowable: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public abstract @@ -286,8 +286,9 @@ net.corda.core.Utils: implements: [] interface: false methods: - doOnError: - annotations: + ? doOnError(net.corda.core.messaging.DataFeed, kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public static final @@ -301,7 +302,23 @@ net.corda.core.Utils: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - mapErrors: + ? mapErrors(net.corda.core.messaging.DataFeed, kotlin.jvm.functions.Function1) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.messaging.DataFeed" + params: + $this$mapErrors: + annotation: + - NotNull + type: "net.corda.core.messaging.DataFeed" + transform: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" + mapErrors(rx.Observable, kotlin.jvm.functions.Function1): annotations: - NotNull default: false @@ -316,7 +333,7 @@ net.corda.core.Utils: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - toFuture: + toFuture(rx.Observable): annotations: - NotNull default: false @@ -327,7 +344,7 @@ net.corda.core.Utils: annotation: - NotNull type: rx.Observable - toObservable: + toObservable(net.corda.core.concurrent.CordaFuture): annotations: - NotNull default: false @@ -345,8 +362,9 @@ net.corda.core.concurrent.ConcurrencyUtils: implements: [] interface: false methods: - firstOf: - annotations: + ? firstOf(net.corda.core.concurrent.CordaFuture[], kotlin.jvm.functions.Function1, ? extends W>) + : annotations: - NotNull default: false type: public static final @@ -361,8 +379,10 @@ net.corda.core.concurrent.ConcurrencyUtils: - NotNull type: "kotlin.jvm.functions.Function1, ? extends W>" - match: - annotations: [] + ? match(java.util.concurrent.Future, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1) + : annotations: [] default: false type: public static final returnType: W @@ -386,7 +406,7 @@ net.corda.core.concurrent.CordaFuture: - java.util.concurrent.Future interface: true methods: - then: + then(kotlin.jvm.functions.Function1, ? extends W>): annotations: [] default: false type: public abstract @@ -397,7 +417,7 @@ net.corda.core.concurrent.CordaFuture: - NotNull type: "kotlin.jvm.functions.Function1,\ \ ? extends W>" - toCompletableFuture: + toCompletableFuture(): annotations: - NotNull default: false @@ -411,25 +431,25 @@ net.corda.core.context.Actor: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Actor$Id - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.AuthServiceId - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - copy: + copy(net.corda.core.context.Actor$Id, net.corda.core.context.AuthServiceId, net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -448,7 +468,7 @@ net.corda.core.context.Actor: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - equals: + equals(Object): annotations: [] default: false type: public @@ -458,30 +478,30 @@ net.corda.core.context.Actor: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Actor$Id - getOwningLegalIdentity: + getOwningLegalIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getServiceId: + getServiceId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.AuthServiceId - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - service: + service(String, net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -496,7 +516,7 @@ net.corda.core.context.Actor: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - toString: + toString(): annotations: - NotNull default: false @@ -514,7 +534,7 @@ net.corda.core.context.Actor$Companion: implements: [] interface: false methods: - service: + service(String, net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -537,13 +557,13 @@ net.corda.core.context.Actor$Id: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String): annotations: - NotNull default: false @@ -554,7 +574,7 @@ net.corda.core.context.Actor$Id: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -564,18 +584,18 @@ net.corda.core.context.Actor$Id: annotation: - Nullable type: Object - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -589,13 +609,13 @@ net.corda.core.context.AuthServiceId: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String): annotations: - NotNull default: false @@ -606,7 +626,7 @@ net.corda.core.context.AuthServiceId: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -616,18 +636,18 @@ net.corda.core.context.AuthServiceId: annotation: - Nullable type: Object - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -641,56 +661,123 @@ net.corda.core.context.InvocationContext: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationOrigin - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Trace - component3: + component3(): annotations: - Nullable default: false type: public final returnType: net.corda.core.context.Actor - component4: + component4(): annotations: - Nullable default: false type: public final returnType: net.corda.core.context.Trace - component5: + component5(): annotations: - Nullable default: false type: public final returnType: net.corda.core.context.Actor - component6: + component6(): annotations: - Nullable default: false type: public final returnType: java.util.List - component7: + component7(): annotations: - Nullable default: false type: public final returnType: String - component8: + component8(): annotations: - Nullable default: false type: public final returnType: net.corda.core.internal.telemetry.SerializedTelemetry - copy: - annotations: + ? copy(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? copy(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List, String) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - Nullable + type: java.util.List + clientId: + annotation: + - Nullable + type: String + ? copy(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List, String, net.corda.core.internal.telemetry.SerializedTelemetry) + : annotations: - NotNull default: false type: public final @@ -728,7 +815,7 @@ net.corda.core.context.InvocationContext: annotation: - Nullable type: net.corda.core.internal.telemetry.SerializedTelemetry - equals: + equals(Object): annotations: [] default: false type: public @@ -738,60 +825,60 @@ net.corda.core.context.InvocationContext: annotation: - Nullable type: Object - getActor: + getActor(): annotations: - Nullable default: false type: public final returnType: net.corda.core.context.Actor - getArguments: + getArguments(): annotations: - Nullable default: false type: public final returnType: java.util.List - getClientId: + getClientId(): annotations: - Nullable default: false type: public final returnType: String - getExternalTrace: + getExternalTrace(): annotations: - Nullable default: false type: public final returnType: net.corda.core.context.Trace - getImpersonatedActor: + getImpersonatedActor(): annotations: - Nullable default: false type: public final returnType: net.corda.core.context.Actor - getOrigin: + getOrigin(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationOrigin - getSerializedTelemetry: + getSerializedTelemetry(): annotations: - Nullable default: false type: public final returnType: net.corda.core.internal.telemetry.SerializedTelemetry - getTrace: + getTrace(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Trace - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - newInstance: + newInstance(net.corda.core.context.InvocationOrigin): annotations: - NotNull default: false @@ -802,12 +889,210 @@ net.corda.core.context.InvocationContext: annotation: - NotNull type: net.corda.core.context.InvocationOrigin - peer: + newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace): annotations: - NotNull default: false type: public static final returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, net.corda.core.context.Actor): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List, String) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + clientId: + annotation: + - Nullable + type: String + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List, String, net.corda.core.internal.telemetry.SerializedTelemetry) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + clientId: + annotation: + - Nullable + type: String + serializedTelemetry: + annotation: + - Nullable + type: net.corda.core.internal.telemetry.SerializedTelemetry + ? peer(net.corda.core.identity.CordaX500Name, net.corda.core.context.Trace, net.corda.core.context.Trace, + net.corda.core.context.Actor) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext params: party: annotation: @@ -825,13 +1110,13 @@ net.corda.core.context.InvocationContext: annotation: - Nullable type: net.corda.core.context.Actor - principal: + principal(): annotations: - NotNull default: false type: public final returnType: java.security.Principal - rpc: + rpc(net.corda.core.context.Actor): annotations: - NotNull default: false @@ -842,7 +1127,124 @@ net.corda.core.context.InvocationContext: annotation: - NotNull type: net.corda.core.context.Actor - scheduled: + rpc(net.corda.core.context.Actor, net.corda.core.context.Trace): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace, net.corda.core.context.Actor): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace, + net.corda.core.context.Actor, java.util.List) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + ? rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace, + net.corda.core.context.Actor, java.util.List, net.corda.core.internal.telemetry.SerializedTelemetry) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + serializedTelemetry: + annotation: + - Nullable + type: net.corda.core.internal.telemetry.SerializedTelemetry + scheduled(net.corda.core.contracts.ScheduledStateRef, net.corda.core.context.Trace, net.corda.core.context.Trace): annotations: - NotNull default: false @@ -861,7 +1263,7 @@ net.corda.core.context.InvocationContext: annotation: - Nullable type: net.corda.core.context.Trace - service: + service(String, net.corda.core.identity.CordaX500Name, net.corda.core.context.Trace, net.corda.core.context.Trace): annotations: - NotNull default: false @@ -884,7 +1286,7 @@ net.corda.core.context.InvocationContext: annotation: - Nullable type: net.corda.core.context.Trace - shell: + shell(net.corda.core.context.Trace, net.corda.core.context.Trace): annotations: - NotNull default: false @@ -899,7 +1301,7 @@ net.corda.core.context.InvocationContext: annotation: - Nullable type: net.corda.core.context.Trace - toString: + toString(): annotations: - NotNull default: false @@ -917,7 +1319,7 @@ net.corda.core.context.InvocationContext$Companion: implements: [] interface: false methods: - newInstance: + newInstance(net.corda.core.context.InvocationOrigin): annotations: - NotNull default: false @@ -928,12 +1330,210 @@ net.corda.core.context.InvocationContext$Companion: annotation: - NotNull type: net.corda.core.context.InvocationOrigin - peer: + newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, net.corda.core.context.Actor): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List, String) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + clientId: + annotation: + - Nullable + type: String + ? newInstance(net.corda.core.context.InvocationOrigin, net.corda.core.context.Trace, + net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Actor, + java.util.List, String, net.corda.core.internal.telemetry.SerializedTelemetry) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + origin: + annotation: + - NotNull + type: net.corda.core.context.InvocationOrigin + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + actor: + annotation: + - Nullable + type: net.corda.core.context.Actor + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + clientId: + annotation: + - Nullable + type: String + serializedTelemetry: + annotation: + - Nullable + type: net.corda.core.internal.telemetry.SerializedTelemetry + ? peer(net.corda.core.identity.CordaX500Name, net.corda.core.context.Trace, net.corda.core.context.Trace, + net.corda.core.context.Actor) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext params: party: annotation: @@ -951,7 +1551,7 @@ net.corda.core.context.InvocationContext$Companion: annotation: - Nullable type: net.corda.core.context.Actor - rpc: + rpc(net.corda.core.context.Actor): annotations: - NotNull default: false @@ -962,7 +1562,124 @@ net.corda.core.context.InvocationContext$Companion: annotation: - NotNull type: net.corda.core.context.Actor - scheduled: + rpc(net.corda.core.context.Actor, net.corda.core.context.Trace): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace, net.corda.core.context.Actor): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + ? rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace, + net.corda.core.context.Actor, java.util.List) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + ? rpc(net.corda.core.context.Actor, net.corda.core.context.Trace, net.corda.core.context.Trace, + net.corda.core.context.Actor, java.util.List, net.corda.core.internal.telemetry.SerializedTelemetry) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.context.InvocationContext + params: + actor: + annotation: + - NotNull + type: net.corda.core.context.Actor + trace: + annotation: + - NotNull + type: net.corda.core.context.Trace + externalTrace: + annotation: + - Nullable + type: net.corda.core.context.Trace + impersonatedActor: + annotation: + - Nullable + type: net.corda.core.context.Actor + arguments: + annotation: + - NotNull + type: java.util.List + serializedTelemetry: + annotation: + - Nullable + type: net.corda.core.internal.telemetry.SerializedTelemetry + scheduled(net.corda.core.contracts.ScheduledStateRef, net.corda.core.context.Trace, net.corda.core.context.Trace): annotations: - NotNull default: false @@ -981,7 +1698,7 @@ net.corda.core.context.InvocationContext$Companion: annotation: - Nullable type: net.corda.core.context.Trace - service: + service(String, net.corda.core.identity.CordaX500Name, net.corda.core.context.Trace, net.corda.core.context.Trace): annotations: - NotNull default: false @@ -1004,7 +1721,7 @@ net.corda.core.context.InvocationContext$Companion: annotation: - Nullable type: net.corda.core.context.Trace - shell: + shell(net.corda.core.context.Trace, net.corda.core.context.Trace): annotations: - NotNull default: false @@ -1027,7 +1744,7 @@ net.corda.core.context.InvocationOrigin: implements: [] interface: false methods: - principal: + principal(): annotations: - NotNull default: false @@ -1041,13 +1758,13 @@ net.corda.core.context.InvocationOrigin$Peer: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - copy: + copy(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -1058,7 +1775,7 @@ net.corda.core.context.InvocationOrigin$Peer: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - equals: + equals(Object): annotations: [] default: false type: public @@ -1068,24 +1785,24 @@ net.corda.core.context.InvocationOrigin$Peer: annotation: - Nullable type: Object - getParty: + getParty(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - principal: + principal(): annotations: - NotNull default: false type: public returnType: java.security.Principal - toString: + toString(): annotations: - NotNull default: false @@ -1099,13 +1816,13 @@ net.corda.core.context.InvocationOrigin$RPC: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Actor - copy: + copy(net.corda.core.context.Actor): annotations: - NotNull default: false @@ -1116,7 +1833,7 @@ net.corda.core.context.InvocationOrigin$RPC: annotation: - NotNull type: net.corda.core.context.Actor - equals: + equals(Object): annotations: [] default: false type: public @@ -1126,24 +1843,24 @@ net.corda.core.context.InvocationOrigin$RPC: annotation: - Nullable type: Object - getActor: + getActor(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Actor - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - principal: + principal(): annotations: - NotNull default: false type: public returnType: java.security.Principal - toString: + toString(): annotations: - NotNull default: false @@ -1157,13 +1874,13 @@ net.corda.core.context.InvocationOrigin$Scheduled: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ScheduledStateRef - copy: + copy(net.corda.core.contracts.ScheduledStateRef): annotations: - NotNull default: false @@ -1174,7 +1891,7 @@ net.corda.core.context.InvocationOrigin$Scheduled: annotation: - NotNull type: net.corda.core.contracts.ScheduledStateRef - equals: + equals(Object): annotations: [] default: false type: public @@ -1184,24 +1901,24 @@ net.corda.core.context.InvocationOrigin$Scheduled: annotation: - Nullable type: Object - getScheduledState: + getScheduledState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ScheduledStateRef - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - principal: + principal(): annotations: - NotNull default: false type: public returnType: java.security.Principal - toString: + toString(): annotations: - NotNull default: false @@ -1215,19 +1932,19 @@ net.corda.core.context.InvocationOrigin$Service: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - copy: + copy(String, net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -1242,7 +1959,7 @@ net.corda.core.context.InvocationOrigin$Service: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - equals: + equals(Object): annotations: [] default: false type: public @@ -1252,30 +1969,30 @@ net.corda.core.context.InvocationOrigin$Service: annotation: - Nullable type: Object - getOwningLegalIdentity: + getOwningLegalIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getServiceClassName: + getServiceClassName(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - principal: + principal(): annotations: - NotNull default: false type: public returnType: java.security.Principal - toString: + toString(): annotations: - NotNull default: false @@ -1289,7 +2006,7 @@ net.corda.core.context.InvocationOrigin$Shell: implements: [] interface: false methods: - principal: + principal(): annotations: - NotNull default: false @@ -1308,19 +2025,19 @@ net.corda.core.context.Trace: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Trace$InvocationId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Trace$SessionId - copy: + copy(net.corda.core.context.Trace$InvocationId, net.corda.core.context.Trace$SessionId): annotations: - NotNull default: false @@ -1335,7 +2052,7 @@ net.corda.core.context.Trace: annotation: - NotNull type: net.corda.core.context.Trace$SessionId - equals: + equals(Object): annotations: [] default: false type: public @@ -1345,24 +2062,24 @@ net.corda.core.context.Trace: annotation: - Nullable type: Object - getInvocationId: + getInvocationId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Trace$InvocationId - getSessionId: + getSessionId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.Trace$SessionId - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - newInstance: + newInstance(net.corda.core.context.Trace$InvocationId, net.corda.core.context.Trace$SessionId): annotations: - NotNull default: false @@ -1377,7 +2094,7 @@ net.corda.core.context.Trace: annotation: - NotNull type: net.corda.core.context.Trace$SessionId - toString: + toString(): annotations: - NotNull default: false @@ -1395,7 +2112,7 @@ net.corda.core.context.Trace$Companion: implements: [] interface: false methods: - newInstance: + newInstance(net.corda.core.context.Trace$InvocationId, net.corda.core.context.Trace$SessionId): annotations: - NotNull default: false @@ -1418,7 +2135,7 @@ net.corda.core.context.Trace$InvocationId: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public final @@ -1428,30 +2145,45 @@ net.corda.core.context.Trace$InvocationId: annotation: - Nullable type: Object - getEntityType: + getEntityType(): annotations: - Nullable default: false type: public final returnType: String - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: VALUE - hashCode: + hashCode(): annotations: [] default: false type: public final returnType: int - newInstance: + newInstance(String, java.time.Instant): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.Trace$InvocationId + params: + value: + annotation: + - NotNull + type: String + timestamp: + annotation: + - NotNull + type: java.time.Instant + newInstance(V, String, java.time.Instant): annotations: - NotNull default: false @@ -1470,7 +2202,7 @@ net.corda.core.context.Trace$InvocationId: annotation: - NotNull type: java.time.Instant - toString: + toString(): annotations: - NotNull default: false @@ -1488,7 +2220,7 @@ net.corda.core.context.Trace$InvocationId$Companion: implements: [] interface: false methods: - newInstance: + newInstance(String, java.time.Instant): annotations: - NotNull default: false @@ -1511,7 +2243,7 @@ net.corda.core.context.Trace$SessionId: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public final @@ -1521,30 +2253,45 @@ net.corda.core.context.Trace$SessionId: annotation: - Nullable type: Object - getEntityType: + getEntityType(): annotations: - Nullable default: false type: public final returnType: String - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: VALUE - hashCode: + hashCode(): annotations: [] default: false type: public final returnType: int - newInstance: + newInstance(String, java.time.Instant): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.context.Trace$SessionId + params: + value: + annotation: + - NotNull + type: String + timestamp: + annotation: + - NotNull + type: java.time.Instant + newInstance(V, String, java.time.Instant): annotations: - NotNull default: false @@ -1563,7 +2310,7 @@ net.corda.core.context.Trace$SessionId: annotation: - NotNull type: java.time.Instant - toString: + toString(): annotations: - NotNull default: false @@ -1581,7 +2328,7 @@ net.corda.core.context.Trace$SessionId$Companion: implements: [] interface: false methods: - newInstance: + newInstance(String, java.time.Instant): annotations: - NotNull default: false @@ -1605,7 +2352,7 @@ net.corda.core.contracts.AlwaysAcceptAttachmentConstraint: - net.corda.core.contracts.AttachmentConstraint interface: false methods: - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public @@ -1629,7 +2376,7 @@ net.corda.core.contracts.Amount: - java.lang.Comparable interface: false methods: - compareTo: + compareTo(net.corda.core.contracts.Amount): annotations: [] default: false type: public @@ -1639,24 +2386,24 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: net.corda.core.contracts.Amount - component1: + component1(): annotations: [] default: false type: public final returnType: long - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.math.BigDecimal - component3: + component3(): annotations: - NotNull default: false type: public final returnType: T - copy: + copy(long, java.math.BigDecimal, T): annotations: - NotNull default: false @@ -1674,7 +2421,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: T - equals: + equals(Object): annotations: [] default: false type: public @@ -1684,7 +2431,7 @@ net.corda.core.contracts.Amount: annotation: - Nullable type: Object - fromDecimal: + fromDecimal(java.math.BigDecimal, T): annotations: - NotNull default: false @@ -1699,7 +2446,32 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: T - getDisplayTokenSize: + fromDecimal(java.math.BigDecimal, T, java.math.RoundingMode): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.contracts.Amount + params: + displayQuantity: + annotation: + - NotNull + type: java.math.BigDecimal + token: + annotation: + - NotNull + type: T + rounding: + annotation: + - NotNull + type: java.math.RoundingMode + getDisplayTokenSize(): + annotations: + - NotNull + default: false + type: public final + returnType: java.math.BigDecimal + getDisplayTokenSize(Object): annotations: - NotNull default: false @@ -1710,23 +2482,23 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: Object - getQuantity: + getQuantity(): annotations: [] default: false type: public final returnType: long - getToken: + getToken(): annotations: - NotNull default: false type: public final returnType: T - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - minus: + minus(net.corda.core.contracts.Amount): annotations: - NotNull default: false @@ -1737,7 +2509,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: net.corda.core.contracts.Amount - parseCurrency: + parseCurrency(String): annotations: - NotNull default: false @@ -1748,7 +2520,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: String - plus: + plus(net.corda.core.contracts.Amount): annotations: - NotNull default: false @@ -1759,7 +2531,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: net.corda.core.contracts.Amount - splitEvenly: + splitEvenly(int): annotations: - NotNull default: false @@ -1769,7 +2541,7 @@ net.corda.core.contracts.Amount: partitions: annotation: [] type: int - sumOrNull: + sumOrNull(Iterable>): annotations: - Nullable default: false @@ -1780,7 +2552,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: Iterable> - sumOrThrow: + sumOrThrow(Iterable>): annotations: - NotNull default: false @@ -1791,7 +2563,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: Iterable> - sumOrZero: + sumOrZero(Iterable>, T): annotations: - NotNull default: false @@ -1806,7 +2578,7 @@ net.corda.core.contracts.Amount: annotation: - NotNull type: T - times: + times(int): annotations: - NotNull default: false @@ -1816,19 +2588,29 @@ net.corda.core.contracts.Amount: other: annotation: [] type: int - toDecimal: + times(long): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.Amount + params: + other: + annotation: [] + type: long + toDecimal(): annotations: - NotNull default: false type: public final returnType: java.math.BigDecimal - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - zero: + zero(T): annotations: - NotNull default: false @@ -1851,7 +2633,7 @@ net.corda.core.contracts.Amount$Companion: implements: [] interface: false methods: - fromDecimal: + fromDecimal(java.math.BigDecimal, T): annotations: - NotNull default: false @@ -1866,7 +2648,26 @@ net.corda.core.contracts.Amount$Companion: annotation: - NotNull type: T - getDisplayTokenSize: + fromDecimal(java.math.BigDecimal, T, java.math.RoundingMode): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.Amount + params: + displayQuantity: + annotation: + - NotNull + type: java.math.BigDecimal + token: + annotation: + - NotNull + type: T + rounding: + annotation: + - NotNull + type: java.math.RoundingMode + getDisplayTokenSize(Object): annotations: - NotNull default: false @@ -1877,7 +2678,7 @@ net.corda.core.contracts.Amount$Companion: annotation: - NotNull type: Object - parseCurrency: + parseCurrency(String): annotations: - NotNull default: false @@ -1888,7 +2689,7 @@ net.corda.core.contracts.Amount$Companion: annotation: - NotNull type: String - sumOrNull: + sumOrNull(Iterable>): annotations: - Nullable default: false @@ -1899,7 +2700,7 @@ net.corda.core.contracts.Amount$Companion: annotation: - NotNull type: Iterable> - sumOrThrow: + sumOrThrow(Iterable>): annotations: - NotNull default: false @@ -1910,7 +2711,7 @@ net.corda.core.contracts.Amount$Companion: annotation: - NotNull type: Iterable> - sumOrZero: + sumOrZero(Iterable>, T): annotations: - NotNull default: false @@ -1925,7 +2726,7 @@ net.corda.core.contracts.Amount$Companion: annotation: - NotNull type: T - zero: + zero(T): annotations: - NotNull default: false @@ -1944,7 +2745,7 @@ net.corda.core.contracts.AmountTransfer: implements: [] interface: false methods: - apply: + apply(java.util.List>, Object): annotations: - NotNull default: false @@ -1960,7 +2761,7 @@ net.corda.core.contracts.AmountTransfer: annotation: - Nullable type: Object - copy: + copy(long, T, P, P): annotations: - NotNull default: false @@ -1982,7 +2783,7 @@ net.corda.core.contracts.AmountTransfer: annotation: - NotNull type: P - equals: + equals(Object): annotations: [] default: false type: public @@ -1992,7 +2793,7 @@ net.corda.core.contracts.AmountTransfer: annotation: - Nullable type: Object - fromDecimal: + fromDecimal(java.math.BigDecimal, T, P, P): annotations: - NotNull default: false @@ -2015,35 +2816,62 @@ net.corda.core.contracts.AmountTransfer: annotation: - NotNull type: P - getDestination: + fromDecimal(java.math.BigDecimal, T, P, P, java.math.RoundingMode): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.contracts.AmountTransfer" + params: + displayQuantityDelta: + annotation: + - NotNull + type: java.math.BigDecimal + token: + annotation: + - NotNull + type: T + source: + annotation: + - NotNull + type: P + destination: + annotation: + - NotNull + type: P + rounding: + annotation: + - NotNull + type: java.math.RoundingMode + getDestination(): annotations: - NotNull default: false type: public final returnType: P - getQuantityDelta: + getQuantityDelta(): annotations: [] default: false type: public final returnType: long - getSource: + getSource(): annotations: - NotNull default: false type: public final returnType: P - getToken: + getToken(): annotations: - NotNull default: false type: public final returnType: T - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - novate: + novate(P): annotations: - NotNull default: false @@ -2054,7 +2882,7 @@ net.corda.core.contracts.AmountTransfer: annotation: - NotNull type: P - plus: + plus(net.corda.core.contracts.AmountTransfer): annotations: - NotNull default: false @@ -2065,19 +2893,19 @@ net.corda.core.contracts.AmountTransfer: annotation: - NotNull type: "net.corda.core.contracts.AmountTransfer" - toDecimal: + toDecimal(): annotations: - NotNull default: false type: public final returnType: java.math.BigDecimal - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - zero: + zero(T, P, P): annotations: - NotNull default: false @@ -2108,7 +2936,7 @@ net.corda.core.contracts.AmountTransfer$Companion: implements: [] interface: false methods: - fromDecimal: + fromDecimal(java.math.BigDecimal, T, P, P): annotations: - NotNull default: false @@ -2131,7 +2959,34 @@ net.corda.core.contracts.AmountTransfer$Companion: annotation: - NotNull type: P - zero: + fromDecimal(java.math.BigDecimal, T, P, P, java.math.RoundingMode): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.contracts.AmountTransfer" + params: + displayQuantityDelta: + annotation: + - NotNull + type: java.math.BigDecimal + token: + annotation: + - NotNull + type: T + source: + annotation: + - NotNull + type: P + destination: + annotation: + - NotNull + type: P + rounding: + annotation: + - NotNull + type: java.math.RoundingMode + zero(T, P, P): annotations: - NotNull default: false @@ -2158,7 +3013,7 @@ net.corda.core.contracts.Attachment: - net.corda.core.contracts.NamedByHash interface: true methods: - extractFile: + extractFile(String, java.io.OutputStream): annotations: [] default: true type: public @@ -2172,36 +3027,36 @@ net.corda.core.contracts.Attachment: annotation: - NotNull type: java.io.OutputStream - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getSignerKeys: + getSignerKeys(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getSigners: + getSigners(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getSize: + getSize(): annotations: [] default: false type: public abstract returnType: int - open: + open(): annotations: - NotNull default: false type: public abstract returnType: java.io.InputStream - openAsJAR: + openAsJAR(): annotations: - NotNull default: true @@ -2214,7 +3069,7 @@ net.corda.core.contracts.AttachmentConstraint: extends: [] interface: true methods: - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public abstract @@ -2232,7 +3087,7 @@ net.corda.core.contracts.AttachmentResolutionException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -2242,7 +3097,7 @@ net.corda.core.contracts.AttachmentResolutionException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -2252,54 +3107,54 @@ net.corda.core.contracts.AttachmentResolutionException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -2309,7 +3164,7 @@ net.corda.core.contracts.AttachmentResolutionException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -2319,7 +3174,7 @@ net.corda.core.contracts.AttachmentResolutionException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -2329,7 +3184,7 @@ net.corda.core.contracts.AttachmentResolutionException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -2348,7 +3203,7 @@ net.corda.core.contracts.AutomaticHashConstraint: - net.corda.core.contracts.AttachmentConstraint interface: false methods: - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public @@ -2372,7 +3227,7 @@ net.corda.core.contracts.AutomaticPlaceholderConstraint: - net.corda.core.contracts.AttachmentConstraint interface: false methods: - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public @@ -2392,7 +3247,7 @@ net.corda.core.contracts.BelongsToContract: type: public @interface interface: false methods: - value: + value(): annotations: [] default: false type: public abstract @@ -2405,7 +3260,7 @@ net.corda.core.contracts.BrokenAttachmentException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -2415,7 +3270,7 @@ net.corda.core.contracts.BrokenAttachmentException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -2425,54 +3280,54 @@ net.corda.core.contracts.BrokenAttachmentException: annotation: - Nullable type: Object - getAttachmentId: + getAttachmentId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -2482,7 +3337,7 @@ net.corda.core.contracts.BrokenAttachmentException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -2492,7 +3347,7 @@ net.corda.core.contracts.BrokenAttachmentException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -2502,7 +3357,7 @@ net.corda.core.contracts.BrokenAttachmentException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -2520,19 +3375,19 @@ net.corda.core.contracts.Command: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: T - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(T, java.util.List): annotations: - NotNull default: false @@ -2547,7 +3402,7 @@ net.corda.core.contracts.Command: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -2557,24 +3412,24 @@ net.corda.core.contracts.Command: annotation: - Nullable type: Object - getSigners: + getSigners(): annotations: - NotNull default: false type: public final returnType: java.util.List - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: T - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -2587,19 +3442,19 @@ net.corda.core.contracts.CommandAndState: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.CommandData - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.OwnableState - copy: + copy(net.corda.core.contracts.CommandData, net.corda.core.contracts.OwnableState): annotations: - NotNull default: false @@ -2614,7 +3469,7 @@ net.corda.core.contracts.CommandAndState: annotation: - NotNull type: net.corda.core.contracts.OwnableState - equals: + equals(Object): annotations: [] default: false type: public @@ -2624,24 +3479,24 @@ net.corda.core.contracts.CommandAndState: annotation: - Nullable type: Object - getCommand: + getCommand(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.CommandData - getOwnableState: + getOwnableState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.OwnableState - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -2662,25 +3517,25 @@ net.corda.core.contracts.CommandWithParties: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - NotNull default: false type: public final returnType: T - copy: + copy(java.util.List, java.util.List, T): annotations: - NotNull default: false @@ -2699,7 +3554,7 @@ net.corda.core.contracts.CommandWithParties: annotation: - NotNull type: T - equals: + equals(Object): annotations: [] default: false type: public @@ -2709,30 +3564,30 @@ net.corda.core.contracts.CommandWithParties: annotation: - Nullable type: Object - getSigners: + getSigners(): annotations: - NotNull default: false type: public final returnType: java.util.List - getSigningParties: + getSigningParties(): annotations: - NotNull default: false type: public final returnType: java.util.List - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: T - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -2745,13 +3600,13 @@ net.corda.core.contracts.ComponentGroupEnum: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -2760,7 +3615,7 @@ net.corda.core.contracts.ComponentGroupEnum: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -2772,7 +3627,7 @@ net.corda.core.contracts.Contract: extends: [] interface: true methods: - verify: + verify(net.corda.core.transactions.LedgerTransaction): annotations: [] default: false type: public abstract @@ -2791,7 +3646,7 @@ net.corda.core.contracts.ContractAttachment: - net.corda.core.contracts.Attachment interface: false methods: - extractFile: + extractFile(String, java.io.OutputStream): annotations: [] default: false type: public @@ -2805,82 +3660,82 @@ net.corda.core.contracts.ContractAttachment: annotation: - NotNull type: java.io.OutputStream - getAdditionalContracts: + getAdditionalContracts(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getAllContracts: + getAllContracts(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getAttachment: + getAttachment(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Attachment - getContract: + getContract(): annotations: - NotNull default: false type: public final returnType: String - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getSignerKeys: + getSignerKeys(): annotations: - NotNull default: false type: public returnType: java.util.List - getSigners: + getSigners(): annotations: - NotNull default: false type: public returnType: java.util.List - getSize: + getSize(): annotations: [] default: false type: public returnType: int - getUploader: + getUploader(): annotations: - Nullable default: false type: public final returnType: String - getVersion: + getVersion(): annotations: [] default: false type: public final returnType: int - isSigned: + isSigned(): annotations: [] default: false type: public final returnType: boolean - open: + open(): annotations: - NotNull default: false type: public returnType: java.io.InputStream - openAsJAR: + openAsJAR(): annotations: - NotNull default: false type: public returnType: java.util.jar.JarInputStream - toString: + toString(): annotations: - NotNull default: false @@ -2905,7 +3760,7 @@ net.corda.core.contracts.ContractState: extends: [] interface: true methods: - getParticipants: + getParticipants(): annotations: - NotNull default: false @@ -2918,8 +3773,20 @@ net.corda.core.contracts.ContractsDSL: implements: [] interface: false methods: - requireSingleCommand: - annotations: + ? requireSingleCommand(java.util.Collection>) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.contracts.CommandWithParties + params: + "null": + annotation: [] + type: java.util.Collection> + ? requireSingleCommand(java.util.Collection>, Class) + : annotations: - NotNull default: false type: public static final @@ -2934,7 +3801,7 @@ net.corda.core.contracts.ContractsDSL: annotation: - NotNull type: Class - requireThat: + requireThat(kotlin.jvm.functions.Function1): annotations: [] default: false type: public static final @@ -2945,8 +3812,36 @@ net.corda.core.contracts.ContractsDSL: - NotNull type: "kotlin.jvm.functions.Function1" - select: - annotations: + ? select(java.util.Collection>, Class, java.security.PublicKey, + net.corda.core.identity.AbstractParty) + : annotations: + - NotNull + default: false + type: public static final + returnType: java.util.List> + params: + $this$select: + annotation: + - NotNull + type: java.util.Collection> + klass: + annotation: + - NotNull + type: Class + signer: + annotation: + - Nullable + type: java.security.PublicKey + party: + annotation: + - Nullable + type: net.corda.core.identity.AbstractParty + ? select(java.util.Collection>, Class, java.util.Collection, java.util.Collection) + : annotations: - NotNull default: false type: public static final @@ -2969,8 +3864,31 @@ net.corda.core.contracts.ContractsDSL: annotation: - Nullable type: java.util.Collection - verifyMoveCommand: - annotations: [] + ? select(java.util.Collection>, java.security.PublicKey, net.corda.core.identity.AbstractParty) + : annotations: [] + default: false + type: public static final synthetic + returnType: java.util.List> + params: + "null": + annotation: [] + type: net.corda.core.identity.AbstractParty + ? select(java.util.Collection>, java.util.Collection, java.util.Collection) + : annotations: [] + default: false + type: public static final synthetic + returnType: java.util.List> + params: + "null": + annotation: [] + type: java.util.Collection + ? verifyMoveCommand(java.util.List, + java.util.List>) + : annotations: [] default: false type: public static final synthetic returnType: net.corda.core.contracts.MoveCommand @@ -2979,6 +3897,24 @@ net.corda.core.contracts.ContractsDSL: annotation: [] type: java.util.List> +net.corda.core.contracts.CordaRotatedKeys: + annotations: [] + type: public final class + extends: null + implements: [] + interface: false + methods: + getKeys(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.RotatedKeys + fields: + INSTANCE: + annotation: + - NotNull + type: public static final net.corda.core.contracts.CordaRotatedKeys net.corda.core.contracts.FungibleAsset: annotations: - CordaSerializable @@ -2988,32 +3924,32 @@ net.corda.core.contracts.FungibleAsset: - net.corda.core.contracts.OwnableState interface: true methods: - getAmount: + getAmount(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.contracts.Amount> - getExitKeys: + getExitKeys(): annotations: - SerializableCalculatedProperty - NotNull default: false type: public abstract returnType: java.util.Collection - getOwner: + getOwner(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.identity.AbstractParty - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - withNewOwner: + withNewOwner(net.corda.core.identity.AbstractParty): annotations: - NotNull default: false @@ -3024,8 +3960,9 @@ net.corda.core.contracts.FungibleAsset: annotation: - NotNull type: net.corda.core.identity.AbstractParty - withNewOwnerAndAmount: - annotations: + ? withNewOwnerAndAmount(net.corda.core.contracts.Amount>, + net.corda.core.identity.AbstractParty) + : annotations: - NotNull default: false type: public abstract @@ -3047,13 +3984,13 @@ net.corda.core.contracts.FungibleState: - net.corda.core.contracts.ContractState interface: true methods: - getAmount: + getAmount(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.contracts.Amount - getParticipants: + getParticipants(): annotations: - NotNull default: false @@ -3068,13 +4005,13 @@ net.corda.core.contracts.HashAttachmentConstraint: - net.corda.core.contracts.AttachmentConstraint interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - copy: + copy(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -3085,7 +4022,7 @@ net.corda.core.contracts.HashAttachmentConstraint: annotation: - NotNull type: net.corda.core.crypto.SecureHash - equals: + equals(Object): annotations: [] default: false type: public @@ -3095,18 +4032,18 @@ net.corda.core.contracts.HashAttachmentConstraint: annotation: - Nullable type: Object - getAttachmentId: + getAttachmentId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public @@ -3116,7 +4053,7 @@ net.corda.core.contracts.HashAttachmentConstraint: annotation: - NotNull type: net.corda.core.contracts.Attachment - toString: + toString(): annotations: - NotNull default: false @@ -3134,7 +4071,7 @@ net.corda.core.contracts.HashAttachmentConstraint$Companion: implements: [] interface: false methods: - getDisableHashConstraints: + getDisableHashConstraints(): annotations: [] default: false type: public final @@ -3147,7 +4084,7 @@ net.corda.core.contracts.InsufficientBalanceException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -3157,7 +4094,7 @@ net.corda.core.contracts.InsufficientBalanceException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -3167,54 +4104,54 @@ net.corda.core.contracts.InsufficientBalanceException: annotation: - Nullable type: Object - getAmountMissing: + getAmountMissing(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Amount - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -3224,7 +4161,7 @@ net.corda.core.contracts.InsufficientBalanceException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -3234,7 +4171,7 @@ net.corda.core.contracts.InsufficientBalanceException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -3244,7 +4181,7 @@ net.corda.core.contracts.InsufficientBalanceException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -3262,19 +4199,19 @@ net.corda.core.contracts.Issued: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PartyAndReference - component2: + component2(): annotations: - NotNull default: false type: public final returnType: P - copy: + copy(net.corda.core.contracts.PartyAndReference, P): annotations: - NotNull default: false @@ -3289,7 +4226,7 @@ net.corda.core.contracts.Issued: annotation: - NotNull type: P - equals: + equals(Object): annotations: [] default: false type: public @@ -3299,24 +4236,24 @@ net.corda.core.contracts.Issued: annotation: - Nullable type: Object - getIssuer: + getIssuer(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PartyAndReference - getProduct: + getProduct(): annotations: - NotNull default: false type: public final returnType: P - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -3327,7 +4264,7 @@ net.corda.core.contracts.LegalProseReference: type: public @interface interface: false methods: - uri: + uri(): annotations: [] default: false type: public abstract @@ -3340,7 +4277,7 @@ net.corda.core.contracts.LinearPointer: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -3350,29 +4287,40 @@ net.corda.core.contracts.LinearPointer: annotation: - Nullable type: Object - getPointer: + getPointer(): annotations: - NotNull default: false type: public returnType: net.corda.core.contracts.UniqueIdentifier - getType: + getType(): annotations: - NotNull default: false type: public returnType: Class - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isResolved: + isResolved(): annotations: [] default: false type: public returnType: boolean - resolve: + resolve(net.corda.core.node.ServiceHub): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.core.contracts.StateAndRef + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + resolve(net.corda.core.transactions.LedgerTransaction): annotations: - NotNull default: false @@ -3396,13 +4344,13 @@ net.corda.core.contracts.LinearState: - net.corda.core.contracts.ContractState interface: true methods: - getLinearId: + getLinearId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.contracts.UniqueIdentifier - getParticipants: + getParticipants(): annotations: - NotNull default: false @@ -3416,7 +4364,7 @@ net.corda.core.contracts.MoveCommand: - net.corda.core.contracts.CommandData interface: true methods: - getContract: + getContract(): annotations: - Nullable default: false @@ -3428,7 +4376,7 @@ net.corda.core.contracts.NamedByHash: extends: [] interface: true methods: - getId: + getId(): annotations: - NotNull default: false @@ -3447,19 +4395,19 @@ net.corda.core.contracts.OwnableState: - net.corda.core.contracts.ContractState interface: true methods: - getOwner: + getOwner(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.identity.AbstractParty - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - withNewOwner: + withNewOwner(net.corda.core.identity.AbstractParty): annotations: - NotNull default: false @@ -3478,19 +4426,19 @@ net.corda.core.contracts.PartyAndReference: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.AbstractParty - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.OpaqueBytes - copy: + copy(net.corda.core.identity.AbstractParty, net.corda.core.utilities.OpaqueBytes): annotations: - NotNull default: false @@ -3505,7 +4453,7 @@ net.corda.core.contracts.PartyAndReference: annotation: - NotNull type: net.corda.core.utilities.OpaqueBytes - equals: + equals(Object): annotations: [] default: false type: public @@ -3515,24 +4463,24 @@ net.corda.core.contracts.PartyAndReference: annotation: - Nullable type: Object - getParty: + getParty(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.AbstractParty - getReference: + getReference(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.OpaqueBytes - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -3546,7 +4494,7 @@ net.corda.core.contracts.PrivacySalt: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -3556,19 +4504,19 @@ net.corda.core.contracts.PrivacySalt: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - createFor: + createFor(String): annotations: - NotNull default: false @@ -3579,7 +4527,7 @@ net.corda.core.contracts.PrivacySalt: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -3589,28 +4537,28 @@ net.corda.core.contracts.PrivacySalt: annotation: - Nullable type: Object - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - of: + of(byte[]): annotations: - NotNull default: false @@ -3621,13 +4569,44 @@ net.corda.core.contracts.PrivacySalt: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -3638,7 +4617,7 @@ net.corda.core.contracts.PrivacySalt: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -3651,7 +4630,7 @@ net.corda.core.contracts.PrivacySalt: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -3664,7 +4643,7 @@ net.corda.core.contracts.PrivacySalt: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -3674,13 +4653,13 @@ net.corda.core.contracts.PrivacySalt: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -3702,7 +4681,7 @@ net.corda.core.contracts.PrivacySalt$Companion: implements: [] interface: false methods: - createFor: + createFor(String): annotations: - NotNull default: false @@ -3720,13 +4699,13 @@ net.corda.core.contracts.ReferencedStateAndRef: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateAndRef - copy: + copy(net.corda.core.contracts.StateAndRef): annotations: - NotNull default: false @@ -3737,7 +4716,7 @@ net.corda.core.contracts.ReferencedStateAndRef: annotation: - NotNull type: net.corda.core.contracts.StateAndRef - equals: + equals(Object): annotations: [] default: false type: public @@ -3747,18 +4726,18 @@ net.corda.core.contracts.ReferencedStateAndRef: annotation: - Nullable type: Object - getStateAndRef: + getStateAndRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateAndRef - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -3771,7 +4750,7 @@ net.corda.core.contracts.Requirements: implements: [] interface: false methods: - using: + using(String, boolean): annotations: [] default: false type: public final @@ -3789,6 +4768,139 @@ net.corda.core.contracts.Requirements: annotation: - NotNull type: public static final net.corda.core.contracts.Requirements +net.corda.core.contracts.RotatedKeys: + annotations: + - CordaSerializable + type: public final class + extends: net.corda.core.serialization.SerializeAsToken + implements: [] + interface: false + methods: + canBeTransitioned(java.security.PublicKey, java.security.PublicKey): + annotations: [] + default: false + type: public final + returnType: boolean + params: + inputKey: + annotation: + - NotNull + type: java.security.PublicKey + outputKey: + annotation: + - NotNull + type: java.security.PublicKey + canBeTransitioned(java.security.PublicKey, java.util.List): + annotations: [] + default: false + type: public final + returnType: boolean + params: + inputKey: + annotation: + - NotNull + type: java.security.PublicKey + outputKeys: + annotation: + - NotNull + type: java.util.List + canBeTransitioned(java.util.List, java.util.List): + annotations: [] + default: false + type: public final + returnType: boolean + params: + inputKeys: + annotation: + - NotNull + type: java.util.List + outputKeys: + annotation: + - NotNull + type: java.util.List + component1(): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + copy(java.util.List>): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.RotatedKeys + params: + rotatedSigningKeys: + annotation: + - NotNull + type: java.util.List> + equals(Object): + annotations: [] + default: false + type: public + returnType: boolean + params: + other: + annotation: + - Nullable + type: Object + getRotatedSigningKeys(): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + hashCode(): + annotations: [] + default: false + type: public + returnType: int + toString(): + annotations: + - NotNull + default: false + type: public + returnType: String + toToken(net.corda.core.serialization.SerializeAsTokenContext): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.core.serialization.SingletonSerializationToken + params: + context: + annotation: + - NotNull + type: net.corda.core.serialization.SerializeAsTokenContext +net.corda.core.contracts.RotatedKeysKt: + annotations: [] + type: public final class + extends: null + implements: [] + interface: false + methods: {} + fields: + DEV_CORDAPP_CODE_SIGNING_STR: + annotation: + - NotNull + type: public static final String + initialised value: AA59D829F2CA8FDDF5ABEA40D815F937E3E54E572B65B93B5C216AE6594E7D6B + NEW_NON_PROD_CORDAPP_CODE_SIGNING_STR: + annotation: + - NotNull + type: public static final String + initialised value: B710A80780A12C52DF8A0B4C2247E08907CCA5D0F19AB1E266FE7BAEA9036790 + PROD_CORDAPP_CODE_SIGNING_STR: + annotation: + - NotNull + type: public static final String + initialised value: EB4989E7F861FEBEC242E6C24CF0B51C41E108D2C4479D296C5570CB8DAD3EE0 + NEW_PROD_CORDAPP_CODE_SIGNING_STR: + annotation: + - NotNull + type: public static final String + initialised value: 01EFA14B42700794292382C1EEAC9788A26DAFBCCC98992C01D5BC30EEAACD28 net.corda.core.contracts.SchedulableState: annotations: - CordaSerializable @@ -3797,13 +4909,13 @@ net.corda.core.contracts.SchedulableState: - net.corda.core.contracts.ContractState interface: true methods: - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - nextScheduledActivity: + nextScheduledActivity(net.corda.core.contracts.StateRef, net.corda.core.flows.FlowLogicRefFactory): annotations: - Nullable default: false @@ -3824,7 +4936,7 @@ net.corda.core.contracts.Scheduled: extends: [] interface: true methods: - getScheduledAt: + getScheduledAt(): annotations: - NotNull default: false @@ -3838,19 +4950,19 @@ net.corda.core.contracts.ScheduledActivity: - net.corda.core.contracts.Scheduled interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowLogicRef - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - copy: + copy(net.corda.core.flows.FlowLogicRef, java.time.Instant): annotations: - NotNull default: false @@ -3865,7 +4977,7 @@ net.corda.core.contracts.ScheduledActivity: annotation: - NotNull type: java.time.Instant - equals: + equals(Object): annotations: [] default: false type: public @@ -3875,24 +4987,24 @@ net.corda.core.contracts.ScheduledActivity: annotation: - Nullable type: Object - getLogicRef: + getLogicRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowLogicRef - getScheduledAt: + getScheduledAt(): annotations: - NotNull default: false type: public returnType: java.time.Instant - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -3907,19 +5019,19 @@ net.corda.core.contracts.ScheduledStateRef: - net.corda.core.contracts.Scheduled interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - copy: + copy(net.corda.core.contracts.StateRef, java.time.Instant): annotations: - NotNull default: false @@ -3934,7 +5046,7 @@ net.corda.core.contracts.ScheduledStateRef: annotation: - NotNull type: java.time.Instant - equals: + equals(Object): annotations: [] default: false type: public @@ -3944,24 +5056,24 @@ net.corda.core.contracts.ScheduledStateRef: annotation: - Nullable type: Object - getRef: + getRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - getScheduledAt: + getScheduledAt(): annotations: - NotNull default: false type: public returnType: java.time.Instant - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -3976,13 +5088,13 @@ net.corda.core.contracts.SignatureAttachmentConstraint: - net.corda.core.contracts.AttachmentConstraint interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - copy: + copy(java.security.PublicKey): annotations: - NotNull default: false @@ -3993,7 +5105,7 @@ net.corda.core.contracts.SignatureAttachmentConstraint: annotation: - NotNull type: java.security.PublicKey - equals: + equals(Object): annotations: [] default: false type: public @@ -4003,18 +5115,18 @@ net.corda.core.contracts.SignatureAttachmentConstraint: annotation: - Nullable type: Object - getKey: + getKey(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public @@ -4024,7 +5136,7 @@ net.corda.core.contracts.SignatureAttachmentConstraint: annotation: - NotNull type: net.corda.core.contracts.Attachment - toString: + toString(): annotations: - NotNull default: false @@ -4043,7 +5155,7 @@ net.corda.core.contracts.SignatureAttachmentConstraint$Companion: - net.corda.core.internal.utilities.Internable interface: false methods: - create: + create(java.security.PublicKey): annotations: - NotNull default: false @@ -4054,7 +5166,7 @@ net.corda.core.contracts.SignatureAttachmentConstraint$Companion: annotation: - NotNull type: java.security.PublicKey - getInterner: + getInterner(): annotations: - NotNull default: false @@ -4067,25 +5179,25 @@ net.corda.core.contracts.SourceAndAmount: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: P - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Amount - component3: + component3(): annotations: - Nullable default: false type: public final returnType: Object - copy: + copy(P, net.corda.core.contracts.Amount, Object): annotations: - NotNull default: false @@ -4104,7 +5216,7 @@ net.corda.core.contracts.SourceAndAmount: annotation: - Nullable type: Object - equals: + equals(Object): annotations: [] default: false type: public @@ -4114,30 +5226,30 @@ net.corda.core.contracts.SourceAndAmount: annotation: - Nullable type: Object - getAmount: + getAmount(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Amount - getRef: + getRef(): annotations: - Nullable default: false type: public final returnType: Object - getSource: + getSource(): annotations: - NotNull default: false type: public final returnType: P - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -4150,19 +5262,19 @@ net.corda.core.contracts.StateAndContract: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ContractState - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(net.corda.core.contracts.ContractState, String): annotations: - NotNull default: false @@ -4177,7 +5289,7 @@ net.corda.core.contracts.StateAndContract: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -4187,24 +5299,24 @@ net.corda.core.contracts.StateAndContract: annotation: - Nullable type: Object - getContract: + getContract(): annotations: - NotNull default: false type: public final returnType: String - getState: + getState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ContractState - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -4218,19 +5330,19 @@ net.corda.core.contracts.StateAndRef: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.TransactionState - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - copy: + copy(net.corda.core.contracts.TransactionState, net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -4245,7 +5357,7 @@ net.corda.core.contracts.StateAndRef: annotation: - NotNull type: net.corda.core.contracts.StateRef - equals: + equals(Object): annotations: [] default: false type: public @@ -4255,30 +5367,30 @@ net.corda.core.contracts.StateAndRef: annotation: - Nullable type: Object - getRef: + getRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - getState: + getState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.TransactionState - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - referenced: + referenced(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ReferencedStateAndRef - toString: + toString(): annotations: - NotNull default: false @@ -4292,24 +5404,35 @@ net.corda.core.contracts.StatePointer: implements: [] interface: false methods: - getPointer: + getPointer(): annotations: - NotNull default: false type: public abstract returnType: Object - getType: + getType(): annotations: - NotNull default: false type: public abstract returnType: Class - isResolved: + isResolved(): annotations: [] default: false type: public abstract returnType: boolean - resolve: + resolve(net.corda.core.node.ServiceHub): + annotations: + - NotNull + default: false + type: public abstract + returnType: net.corda.core.contracts.StateAndRef + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + resolve(net.corda.core.transactions.LedgerTransaction): annotations: - NotNull default: false @@ -4332,7 +5455,7 @@ net.corda.core.contracts.StatePointer$Companion: implements: [] interface: false methods: - linearPointer: + linearPointer(T, boolean): annotations: [] default: false type: public final synthetic @@ -4341,7 +5464,7 @@ net.corda.core.contracts.StatePointer$Companion: "null": annotation: [] type: boolean - staticPointer: + staticPointer(net.corda.core.contracts.StateAndRef, boolean): annotations: [] default: false type: public final synthetic @@ -4358,18 +5481,18 @@ net.corda.core.contracts.StateRef: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(net.corda.core.crypto.SecureHash, int): annotations: - NotNull default: false @@ -4383,7 +5506,7 @@ net.corda.core.contracts.StateRef: index: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -4393,23 +5516,23 @@ net.corda.core.contracts.StateRef: annotation: - Nullable type: Object - getIndex: + getIndex(): annotations: [] default: false type: public final returnType: int - getTxhash: + getTxhash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -4423,7 +5546,7 @@ net.corda.core.contracts.StaticPointer: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -4433,29 +5556,40 @@ net.corda.core.contracts.StaticPointer: annotation: - Nullable type: Object - getPointer: + getPointer(): annotations: - NotNull default: false type: public returnType: net.corda.core.contracts.StateRef - getType: + getType(): annotations: - NotNull default: false type: public returnType: Class - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isResolved: + isResolved(): annotations: [] default: false type: public returnType: boolean - resolve: + resolve(net.corda.core.node.ServiceHub): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.core.contracts.StateAndRef + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + resolve(net.corda.core.transactions.LedgerTransaction): annotations: - NotNull default: false @@ -4478,7 +5612,7 @@ net.corda.core.contracts.Structures: implements: [] interface: false methods: - filterStatesOfType: + filterStatesOfType(Iterable>): annotations: [] default: false type: public static final synthetic @@ -4488,7 +5622,18 @@ net.corda.core.contracts.Structures: annotation: [] type: Iterable> - hash: + hash(net.corda.core.contracts.ContractState): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash + params: + $this$hash: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + hash(net.corda.core.contracts.ContractState, String): annotations: - NotNull default: false @@ -4503,7 +5648,7 @@ net.corda.core.contracts.Structures: annotation: - NotNull type: String - withoutIssuer: + withoutIssuer(net.corda.core.contracts.Amount>): annotations: - NotNull default: false @@ -4527,7 +5672,7 @@ net.corda.core.contracts.TimeWindow: implements: [] interface: false methods: - between: + between(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -4542,7 +5687,7 @@ net.corda.core.contracts.TimeWindow: annotation: - NotNull type: java.time.Instant - contains: + contains(java.time.Instant): annotations: [] default: false type: public abstract @@ -4552,7 +5697,7 @@ net.corda.core.contracts.TimeWindow: annotation: - NotNull type: java.time.Instant - fromOnly: + fromOnly(java.time.Instant): annotations: - NotNull default: false @@ -4563,7 +5708,7 @@ net.corda.core.contracts.TimeWindow: annotation: - NotNull type: java.time.Instant - fromStartAndDuration: + fromStartAndDuration(java.time.Instant, java.time.Duration): annotations: - NotNull default: false @@ -4578,31 +5723,31 @@ net.corda.core.contracts.TimeWindow: annotation: - NotNull type: java.time.Duration - getFromTime: + getFromTime(): annotations: - Nullable default: false type: public abstract returnType: java.time.Instant - getLength: + getLength(): annotations: - Nullable default: false type: public final returnType: java.time.Duration - getMidpoint: + getMidpoint(): annotations: - Nullable default: false type: public abstract returnType: java.time.Instant - getUntilTime: + getUntilTime(): annotations: - Nullable default: false type: public abstract returnType: java.time.Instant - untilOnly: + untilOnly(java.time.Instant): annotations: - NotNull default: false @@ -4613,7 +5758,7 @@ net.corda.core.contracts.TimeWindow: annotation: - NotNull type: java.time.Instant - withTolerance: + withTolerance(java.time.Instant, java.time.Duration): annotations: - NotNull default: false @@ -4640,7 +5785,7 @@ net.corda.core.contracts.TimeWindow$Companion: implements: [] interface: false methods: - between: + between(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -4655,7 +5800,7 @@ net.corda.core.contracts.TimeWindow$Companion: annotation: - NotNull type: java.time.Instant - fromOnly: + fromOnly(java.time.Instant): annotations: - NotNull default: false @@ -4666,7 +5811,7 @@ net.corda.core.contracts.TimeWindow$Companion: annotation: - NotNull type: java.time.Instant - fromStartAndDuration: + fromStartAndDuration(java.time.Instant, java.time.Duration): annotations: - NotNull default: false @@ -4681,7 +5826,7 @@ net.corda.core.contracts.TimeWindow$Companion: annotation: - NotNull type: java.time.Duration - untilOnly: + untilOnly(java.time.Instant): annotations: - NotNull default: false @@ -4692,7 +5837,7 @@ net.corda.core.contracts.TimeWindow$Companion: annotation: - NotNull type: java.time.Instant - withTolerance: + withTolerance(java.time.Instant, java.time.Duration): annotations: - NotNull default: false @@ -4713,7 +5858,7 @@ net.corda.core.contracts.TokenizableAssetInfo: extends: [] interface: true methods: - getDisplayTokenSize: + getDisplayTokenSize(): annotations: - NotNull default: false @@ -4727,7 +5872,7 @@ net.corda.core.contracts.TransactionResolutionException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -4737,7 +5882,7 @@ net.corda.core.contracts.TransactionResolutionException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -4747,54 +5892,54 @@ net.corda.core.contracts.TransactionResolutionException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -4804,7 +5949,7 @@ net.corda.core.contracts.TransactionResolutionException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -4814,7 +5959,7 @@ net.corda.core.contracts.TransactionResolutionException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -4824,7 +5969,7 @@ net.corda.core.contracts.TransactionResolutionException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -4842,7 +5987,7 @@ net.corda.core.contracts.TransactionResolutionException$UnknownParametersExcepti implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -4852,7 +5997,7 @@ net.corda.core.contracts.TransactionResolutionException$UnknownParametersExcepti annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -4862,54 +6007,54 @@ net.corda.core.contracts.TransactionResolutionException$UnknownParametersExcepti annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -4919,7 +6064,7 @@ net.corda.core.contracts.TransactionResolutionException$UnknownParametersExcepti annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -4929,7 +6074,7 @@ net.corda.core.contracts.TransactionResolutionException$UnknownParametersExcepti annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -4939,7 +6084,7 @@ net.corda.core.contracts.TransactionResolutionException$UnknownParametersExcepti annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -4957,37 +6102,37 @@ net.corda.core.contracts.TransactionState: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: T - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component4: + component4(): annotations: - Nullable default: false type: public final returnType: Integer - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.AttachmentConstraint - copy: + copy(T, String, net.corda.core.identity.Party, Integer, net.corda.core.contracts.AttachmentConstraint): annotations: - NotNull default: false @@ -5014,7 +6159,7 @@ net.corda.core.contracts.TransactionState: annotation: - NotNull type: net.corda.core.contracts.AttachmentConstraint - equals: + equals(Object): annotations: [] default: false type: public @@ -5024,42 +6169,42 @@ net.corda.core.contracts.TransactionState: annotation: - Nullable type: Object - getConstraint: + getConstraint(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.AttachmentConstraint - getContract: + getContract(): annotations: - NotNull default: false type: public final returnType: String - getData: + getData(): annotations: - NotNull default: false type: public final returnType: T - getEncumbrance: + getEncumbrance(): annotations: - Nullable default: false type: public final returnType: Integer - getNotary: + getNotary(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -5080,7 +6225,7 @@ net.corda.core.contracts.TransactionVerificationException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5090,7 +6235,7 @@ net.corda.core.contracts.TransactionVerificationException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5100,54 +6245,54 @@ net.corda.core.contracts.TransactionVerificationException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5157,7 +6302,7 @@ net.corda.core.contracts.TransactionVerificationException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5167,7 +6312,7 @@ net.corda.core.contracts.TransactionVerificationException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5177,7 +6322,7 @@ net.corda.core.contracts.TransactionVerificationException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5195,7 +6340,7 @@ net.corda.core.contracts.TransactionVerificationException$AttachmentTooBigExcept implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5205,7 +6350,7 @@ net.corda.core.contracts.TransactionVerificationException$AttachmentTooBigExcept annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5215,54 +6360,54 @@ net.corda.core.contracts.TransactionVerificationException$AttachmentTooBigExcept annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5272,7 +6417,7 @@ net.corda.core.contracts.TransactionVerificationException$AttachmentTooBigExcept annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5282,7 +6427,7 @@ net.corda.core.contracts.TransactionVerificationException$AttachmentTooBigExcept annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5292,7 +6437,7 @@ net.corda.core.contracts.TransactionVerificationException$AttachmentTooBigExcept annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5310,7 +6455,7 @@ net.corda.core.contracts.TransactionVerificationException$BrokenTransactionExcep implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5320,7 +6465,7 @@ net.corda.core.contracts.TransactionVerificationException$BrokenTransactionExcep annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5330,54 +6475,54 @@ net.corda.core.contracts.TransactionVerificationException$BrokenTransactionExcep annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5387,7 +6532,7 @@ net.corda.core.contracts.TransactionVerificationException$BrokenTransactionExcep annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5397,7 +6542,7 @@ net.corda.core.contracts.TransactionVerificationException$BrokenTransactionExcep annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5407,7 +6552,7 @@ net.corda.core.contracts.TransactionVerificationException$BrokenTransactionExcep annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5425,7 +6570,7 @@ net.corda.core.contracts.TransactionVerificationException$ConflictingAttachments implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5435,7 +6580,7 @@ net.corda.core.contracts.TransactionVerificationException$ConflictingAttachments annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5445,60 +6590,60 @@ net.corda.core.contracts.TransactionVerificationException$ConflictingAttachments annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5508,7 +6653,7 @@ net.corda.core.contracts.TransactionVerificationException$ConflictingAttachments annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5518,7 +6663,7 @@ net.corda.core.contracts.TransactionVerificationException$ConflictingAttachments annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5528,7 +6673,7 @@ net.corda.core.contracts.TransactionVerificationException$ConflictingAttachments annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5546,7 +6691,7 @@ net.corda.core.contracts.TransactionVerificationException$ConstraintPropagationR implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5556,7 +6701,7 @@ net.corda.core.contracts.TransactionVerificationException$ConstraintPropagationR annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5566,60 +6711,60 @@ net.corda.core.contracts.TransactionVerificationException$ConstraintPropagationR annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5629,7 +6774,7 @@ net.corda.core.contracts.TransactionVerificationException$ConstraintPropagationR annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5639,7 +6784,7 @@ net.corda.core.contracts.TransactionVerificationException$ConstraintPropagationR annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5649,7 +6794,7 @@ net.corda.core.contracts.TransactionVerificationException$ConstraintPropagationR annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5667,7 +6812,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractConstraintReje implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5677,7 +6822,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractConstraintReje annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5687,60 +6832,60 @@ net.corda.core.contracts.TransactionVerificationException$ContractConstraintReje annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5750,7 +6895,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractConstraintReje annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5760,7 +6905,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractConstraintReje annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5770,7 +6915,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractConstraintReje annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5788,7 +6933,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractCreationError: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5798,7 +6943,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractCreationError: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5808,60 +6953,60 @@ net.corda.core.contracts.TransactionVerificationException$ContractCreationError: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5871,7 +7016,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractCreationError: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -5881,7 +7026,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractCreationError: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -5891,7 +7036,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractCreationError: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -5909,7 +7054,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractRejection: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -5919,7 +7064,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractRejection: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -5929,60 +7074,60 @@ net.corda.core.contracts.TransactionVerificationException$ContractRejection: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -5992,7 +7137,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractRejection: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6002,7 +7147,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractRejection: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6012,7 +7157,7 @@ net.corda.core.contracts.TransactionVerificationException$ContractRejection: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6030,13 +7175,13 @@ net.corda.core.contracts.TransactionVerificationException$Direction: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -6045,7 +7190,7 @@ net.corda.core.contracts.TransactionVerificationException$Direction: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -6058,7 +7203,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateAttachmentsRe implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6068,7 +7213,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateAttachmentsRe annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6078,60 +7223,60 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateAttachmentsRe annotation: - Nullable type: Object - getAttachmentId: + getAttachmentId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Attachment - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6141,7 +7286,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateAttachmentsRe annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6151,7 +7296,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateAttachmentsRe annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6161,7 +7306,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateAttachmentsRe annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6179,7 +7324,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateInputStates: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6189,7 +7334,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateInputStates: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6199,60 +7344,60 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateInputStates: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getDuplicates: + getDuplicates(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.NonEmptySet - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6262,7 +7407,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateInputStates: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6272,7 +7417,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateInputStates: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6282,7 +7427,7 @@ net.corda.core.contracts.TransactionVerificationException$DuplicateInputStates: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6300,7 +7445,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidAttachmentExcep implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6310,7 +7455,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidAttachmentExcep annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6320,60 +7465,60 @@ net.corda.core.contracts.TransactionVerificationException$InvalidAttachmentExcep annotation: - Nullable type: Object - getAttachmentHash: + getAttachmentHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6383,7 +7528,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidAttachmentExcep annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6393,7 +7538,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidAttachmentExcep annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6403,7 +7548,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidAttachmentExcep annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6421,7 +7566,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidConstraintRejec implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6431,7 +7576,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidConstraintRejec annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6441,66 +7586,66 @@ net.corda.core.contracts.TransactionVerificationException$InvalidConstraintRejec annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getReason: + getReason(): annotations: - NotNull default: false type: public final returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6510,7 +7655,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidConstraintRejec annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6520,7 +7665,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidConstraintRejec annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6530,7 +7675,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidConstraintRejec annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6548,7 +7693,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidNotaryChange: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6558,7 +7703,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidNotaryChange: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6568,54 +7713,54 @@ net.corda.core.contracts.TransactionVerificationException$InvalidNotaryChange: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6625,7 +7770,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidNotaryChange: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6635,7 +7780,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidNotaryChange: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6645,7 +7790,7 @@ net.corda.core.contracts.TransactionVerificationException$InvalidNotaryChange: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6663,7 +7808,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingAttachmentRejec implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6673,7 +7818,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingAttachmentRejec annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6683,60 +7828,60 @@ net.corda.core.contracts.TransactionVerificationException$MissingAttachmentRejec annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getContractClass: + getContractClass(): annotations: - NotNull default: false type: public final returnType: String - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6746,7 +7891,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingAttachmentRejec annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6756,7 +7901,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingAttachmentRejec annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6766,7 +7911,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingAttachmentRejec annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6784,7 +7929,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingNetworkParamete implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6794,7 +7939,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingNetworkParamete annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6804,54 +7949,54 @@ net.corda.core.contracts.TransactionVerificationException$MissingNetworkParamete annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6861,7 +8006,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingNetworkParamete annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6871,7 +8016,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingNetworkParamete annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6881,7 +8026,7 @@ net.corda.core.contracts.TransactionVerificationException$MissingNetworkParamete annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -6899,7 +8044,7 @@ net.corda.core.contracts.TransactionVerificationException$MoreThanOneNotary: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -6909,7 +8054,7 @@ net.corda.core.contracts.TransactionVerificationException$MoreThanOneNotary: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -6919,54 +8064,54 @@ net.corda.core.contracts.TransactionVerificationException$MoreThanOneNotary: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -6976,7 +8121,7 @@ net.corda.core.contracts.TransactionVerificationException$MoreThanOneNotary: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -6986,7 +8131,7 @@ net.corda.core.contracts.TransactionVerificationException$MoreThanOneNotary: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -6996,7 +8141,7 @@ net.corda.core.contracts.TransactionVerificationException$MoreThanOneNotary: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7014,7 +8159,7 @@ net.corda.core.contracts.TransactionVerificationException$NotaryChangeInWrongTra implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7024,7 +8169,7 @@ net.corda.core.contracts.TransactionVerificationException$NotaryChangeInWrongTra annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7034,66 +8179,66 @@ net.corda.core.contracts.TransactionVerificationException$NotaryChangeInWrongTra annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getOutputNotary: + getOutputNotary(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getTxNotary: + getTxNotary(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7103,7 +8248,7 @@ net.corda.core.contracts.TransactionVerificationException$NotaryChangeInWrongTra annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7113,7 +8258,7 @@ net.corda.core.contracts.TransactionVerificationException$NotaryChangeInWrongTra annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7123,7 +8268,7 @@ net.corda.core.contracts.TransactionVerificationException$NotaryChangeInWrongTra annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7141,7 +8286,7 @@ net.corda.core.contracts.TransactionVerificationException$OverlappingAttachments implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7151,7 +8296,7 @@ net.corda.core.contracts.TransactionVerificationException$OverlappingAttachments annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7161,60 +8306,60 @@ net.corda.core.contracts.TransactionVerificationException$OverlappingAttachments annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getPath: + getPath(): annotations: - NotNull default: false type: public final returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7224,7 +8369,7 @@ net.corda.core.contracts.TransactionVerificationException$OverlappingAttachments annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7234,7 +8379,7 @@ net.corda.core.contracts.TransactionVerificationException$OverlappingAttachments annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7244,7 +8389,7 @@ net.corda.core.contracts.TransactionVerificationException$OverlappingAttachments annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7262,7 +8407,7 @@ net.corda.core.contracts.TransactionVerificationException$PackageOwnershipExcept implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7272,7 +8417,7 @@ net.corda.core.contracts.TransactionVerificationException$PackageOwnershipExcept annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7282,72 +8427,72 @@ net.corda.core.contracts.TransactionVerificationException$PackageOwnershipExcept annotation: - Nullable type: Object - getAttachmentHash: + getAttachmentHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getInvalidClassName: + getInvalidClassName(): annotations: - NotNull default: false type: public final returnType: String - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getPackageName: + getPackageName(): annotations: - NotNull default: false type: public final returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7357,7 +8502,7 @@ net.corda.core.contracts.TransactionVerificationException$PackageOwnershipExcept annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7367,7 +8512,7 @@ net.corda.core.contracts.TransactionVerificationException$PackageOwnershipExcept annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7377,7 +8522,7 @@ net.corda.core.contracts.TransactionVerificationException$PackageOwnershipExcept annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7395,7 +8540,7 @@ net.corda.core.contracts.TransactionVerificationException$SignersMissing: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7405,7 +8550,7 @@ net.corda.core.contracts.TransactionVerificationException$SignersMissing: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7415,60 +8560,60 @@ net.corda.core.contracts.TransactionVerificationException$SignersMissing: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getMissing: + getMissing(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7478,7 +8623,7 @@ net.corda.core.contracts.TransactionVerificationException$SignersMissing: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7488,7 +8633,7 @@ net.corda.core.contracts.TransactionVerificationException$SignersMissing: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7498,7 +8643,7 @@ net.corda.core.contracts.TransactionVerificationException$SignersMissing: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7516,7 +8661,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionContractCon implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7526,7 +8671,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionContractCon annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7536,54 +8681,54 @@ net.corda.core.contracts.TransactionVerificationException$TransactionContractCon annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7593,7 +8738,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionContractCon annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7603,7 +8748,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionContractCon annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7613,7 +8758,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionContractCon annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7631,7 +8776,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionDuplicateEn implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7641,7 +8786,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionDuplicateEn annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7651,54 +8796,54 @@ net.corda.core.contracts.TransactionVerificationException$TransactionDuplicateEn annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7708,7 +8853,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionDuplicateEn annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7718,7 +8863,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionDuplicateEn annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7728,7 +8873,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionDuplicateEn annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7746,7 +8891,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionMissingEncu implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7756,7 +8901,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionMissingEncu annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7766,65 +8911,65 @@ net.corda.core.contracts.TransactionVerificationException$TransactionMissingEncu annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getInOut: + getInOut(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.TransactionVerificationException$Direction - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getMissing: + getMissing(): annotations: [] default: false type: public final returnType: int - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7834,7 +8979,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionMissingEncu annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7844,7 +8989,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionMissingEncu annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7854,7 +8999,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionMissingEncu annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7872,7 +9017,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNetworkPara implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7882,7 +9027,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNetworkPara annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -7892,54 +9037,54 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNetworkPara annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -7949,7 +9094,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNetworkPara annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -7959,7 +9104,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNetworkPara annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -7969,7 +9114,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNetworkPara annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -7987,7 +9132,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNonMatching implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -7997,7 +9142,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNonMatching annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -8007,54 +9152,54 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNonMatching annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -8064,7 +9209,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNonMatching annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -8074,7 +9219,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNonMatching annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -8084,7 +9229,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNonMatching annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -8102,7 +9247,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNotaryMisma implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -8112,7 +9257,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNotaryMisma annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -8122,54 +9267,54 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNotaryMisma annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -8179,7 +9324,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNotaryMisma annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -8189,7 +9334,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNotaryMisma annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -8199,7 +9344,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionNotaryMisma annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -8217,7 +9362,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionRequiredCon implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -8227,7 +9372,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionRequiredCon annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -8237,54 +9382,54 @@ net.corda.core.contracts.TransactionVerificationException$TransactionRequiredCon annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -8294,7 +9439,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionRequiredCon annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -8304,7 +9449,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionRequiredCon annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -8314,7 +9459,7 @@ net.corda.core.contracts.TransactionVerificationException$TransactionRequiredCon annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -8332,7 +9477,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedClassVersio implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -8342,7 +9487,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedClassVersio annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -8352,54 +9497,54 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedClassVersio annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -8409,7 +9554,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedClassVersio annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -8419,7 +9564,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedClassVersio annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -8429,7 +9574,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedClassVersio annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -8447,7 +9592,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedHashTypeExc implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -8457,7 +9602,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedHashTypeExc annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -8467,54 +9612,54 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedHashTypeExc annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -8524,7 +9669,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedHashTypeExc annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -8534,7 +9679,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedHashTypeExc annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -8544,7 +9689,7 @@ net.corda.core.contracts.TransactionVerificationException$UnsupportedHashTypeExc annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -8562,7 +9707,7 @@ net.corda.core.contracts.TransactionVerificationException$UntrustedAttachmentsEx implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -8572,7 +9717,7 @@ net.corda.core.contracts.TransactionVerificationException$UntrustedAttachmentsEx annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -8582,48 +9727,48 @@ net.corda.core.contracts.TransactionVerificationException$UntrustedAttachmentsEx annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getIds: + getIds(): annotations: - NotNull default: false type: public final returnType: java.util.List - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -8633,7 +9778,7 @@ net.corda.core.contracts.TransactionVerificationException$UntrustedAttachmentsEx annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -8643,7 +9788,7 @@ net.corda.core.contracts.TransactionVerificationException$UntrustedAttachmentsEx annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -8662,7 +9807,7 @@ net.corda.core.contracts.TypeOnlyCommandData: - net.corda.core.contracts.CommandData interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -8672,7 +9817,7 @@ net.corda.core.contracts.TypeOnlyCommandData: annotation: - Nullable type: Object - hashCode: + hashCode(): annotations: [] default: false type: public @@ -8686,7 +9831,7 @@ net.corda.core.contracts.UniqueIdentifier: - java.lang.Comparable interface: false methods: - compareTo: + compareTo(net.corda.core.contracts.UniqueIdentifier): annotations: [] default: false type: public @@ -8696,19 +9841,19 @@ net.corda.core.contracts.UniqueIdentifier: annotation: - NotNull type: net.corda.core.contracts.UniqueIdentifier - component1: + component1(): annotations: - Nullable default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.UUID - copy: + copy(String, java.util.UUID): annotations: - NotNull default: false @@ -8723,7 +9868,7 @@ net.corda.core.contracts.UniqueIdentifier: annotation: - NotNull type: java.util.UUID - equals: + equals(Object): annotations: [] default: false type: public @@ -8733,24 +9878,24 @@ net.corda.core.contracts.UniqueIdentifier: annotation: - Nullable type: Object - getExternalId: + getExternalId(): annotations: - Nullable default: false type: public final returnType: String - getId: + getId(): annotations: - NotNull default: false type: public final returnType: java.util.UUID - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -8768,7 +9913,7 @@ net.corda.core.contracts.UniqueIdentifier$Companion: implements: [] interface: false methods: - fromString: + fromString(String): annotations: - NotNull default: false @@ -8787,13 +9932,13 @@ net.corda.core.contracts.UpgradedContract: - net.corda.core.contracts.Contract interface: true methods: - getLegacyContract: + getLegacyContract(): annotations: - NotNull default: false type: public abstract returnType: String - upgrade: + upgrade(OldState): annotations: - NotNull default: false @@ -8804,7 +9949,7 @@ net.corda.core.contracts.UpgradedContract: annotation: - NotNull type: OldState - verify: + verify(net.corda.core.transactions.LedgerTransaction): annotations: [] default: false type: public abstract @@ -8822,19 +9967,19 @@ net.corda.core.contracts.UpgradedContractWithLegacyConstraint: - net.corda.core.contracts.UpgradedContract interface: true methods: - getLegacyContract: + getLegacyContract(): annotations: - NotNull default: false type: public abstract returnType: String - getLegacyContractConstraint: + getLegacyContractConstraint(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.contracts.AttachmentConstraint - upgrade: + upgrade(OldState): annotations: - NotNull default: false @@ -8845,7 +9990,7 @@ net.corda.core.contracts.UpgradedContractWithLegacyConstraint: annotation: - NotNull type: OldState - verify: + verify(net.corda.core.transactions.LedgerTransaction): annotations: [] default: false type: public abstract @@ -8864,7 +10009,7 @@ net.corda.core.contracts.WhitelistedByZoneAttachmentConstraint: - net.corda.core.contracts.AttachmentConstraint interface: false methods: - isSatisfiedBy: + isSatisfiedBy(net.corda.core.contracts.Attachment): annotations: [] default: false type: public @@ -8885,115 +10030,115 @@ net.corda.core.cordapp.Cordapp: extends: [] interface: true methods: - getAllFlows: + getAllFlows(): annotations: - NotNull default: false type: public abstract returnType: java.util.List>> - getCheckpointCustomSerializers: + getCheckpointCustomSerializers(): annotations: - NotNull default: false type: public abstract returnType: "java.util.List>" - getContractClassNames: + getContractClassNames(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getCordappClasses: + getCordappClasses(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getCustomSchemas: + getCustomSchemas(): annotations: - NotNull default: false type: public abstract returnType: java.util.Set - getInfo: + getInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.cordapp.Cordapp$Info - getInitiatedFlows: + getInitiatedFlows(): annotations: - NotNull default: false type: public abstract returnType: java.util.List>> - getJarHash: + getJarHash(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash$SHA256 - getJarPath: + getJarPath(): annotations: - NotNull default: false type: public abstract returnType: java.net.URL - getMinimumPlatformVersion: + getMinimumPlatformVersion(): annotations: [] default: false type: public abstract returnType: int - getName: + getName(): annotations: - NotNull default: false type: public abstract returnType: String - getRpcFlows: + getRpcFlows(): annotations: - NotNull default: false type: public abstract returnType: java.util.List>> - getSchedulableFlows: + getSchedulableFlows(): annotations: - NotNull default: false type: public abstract returnType: java.util.List>> - getSerializationCustomSerializers: + getSerializationCustomSerializers(): annotations: - NotNull default: false type: public abstract returnType: "java.util.List>" - getSerializationWhitelists: + getSerializationWhitelists(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getServiceFlows: + getServiceFlows(): annotations: - NotNull default: false type: public abstract returnType: java.util.List>> - getServices: + getServices(): annotations: - NotNull default: false type: public abstract returnType: java.util.List> - getTargetPlatformVersion: + getTargetPlatformVersion(): annotations: [] default: false type: public abstract returnType: int - getTelemetryComponents: + getTelemetryComponents(): annotations: - NotNull default: false @@ -9005,31 +10150,31 @@ net.corda.core.cordapp.Cordapp$Info: extends: [] interface: true methods: - getLicence: + getLicence(): annotations: - NotNull default: false type: public abstract returnType: String - getShortName: + getShortName(): annotations: - NotNull default: false type: public abstract returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public abstract returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public abstract returnType: String - hasUnknownFields: + hasUnknownFields(): annotations: [] default: false type: public abstract @@ -9042,30 +10187,30 @@ net.corda.core.cordapp.Cordapp$Info$Contract: - net.corda.core.cordapp.Cordapp$Info interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: [] default: false type: public final returnType: int - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String, String, int, String): annotations: - NotNull default: false @@ -9087,7 +10232,7 @@ net.corda.core.cordapp.Cordapp$Info$Contract: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -9097,46 +10242,46 @@ net.corda.core.cordapp.Cordapp$Info$Contract: annotation: - Nullable type: Object - getLicence: + getLicence(): annotations: - NotNull default: false type: public returnType: String - getShortName: + getShortName(): annotations: - NotNull default: false type: public returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public returnType: String - getVersionId: + getVersionId(): annotations: [] default: false type: public final returnType: int - hasUnknownFields: + hasUnknownFields(): annotations: [] default: false type: public returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -9150,19 +10295,19 @@ net.corda.core.cordapp.Cordapp$Info$ContractAndWorkflow: - net.corda.core.cordapp.Cordapp$Info interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.cordapp.Cordapp$Info$Contract - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.cordapp.Cordapp$Info$Workflow - copy: + copy(net.corda.core.cordapp.Cordapp$Info$Contract, net.corda.core.cordapp.Cordapp$Info$Workflow): annotations: - NotNull default: false @@ -9177,7 +10322,7 @@ net.corda.core.cordapp.Cordapp$Info$ContractAndWorkflow: annotation: - NotNull type: net.corda.core.cordapp.Cordapp$Info$Workflow - equals: + equals(Object): annotations: [] default: false type: public @@ -9187,53 +10332,53 @@ net.corda.core.cordapp.Cordapp$Info$ContractAndWorkflow: annotation: - Nullable type: Object - getContract: + getContract(): annotations: - NotNull default: false type: public final returnType: net.corda.core.cordapp.Cordapp$Info$Contract - getLicence: + getLicence(): annotations: - NotNull default: false type: public returnType: String - getShortName: + getShortName(): annotations: - NotNull default: false type: public returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public returnType: String - getWorkflow: + getWorkflow(): annotations: - NotNull default: false type: public final returnType: net.corda.core.cordapp.Cordapp$Info$Workflow - hasUnknownFields: + hasUnknownFields(): annotations: [] default: false type: public returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -9247,31 +10392,31 @@ net.corda.core.cordapp.Cordapp$Info$Default: - net.corda.core.cordapp.Cordapp$Info interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: String - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String, String, String, String): annotations: - NotNull default: false @@ -9294,7 +10439,7 @@ net.corda.core.cordapp.Cordapp$Info$Default: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -9304,41 +10449,41 @@ net.corda.core.cordapp.Cordapp$Info$Default: annotation: - Nullable type: Object - getLicence: + getLicence(): annotations: - NotNull default: false type: public returnType: String - getShortName: + getShortName(): annotations: - NotNull default: false type: public returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public returnType: String - hasUnknownFields: + hasUnknownFields(): annotations: [] default: false type: public returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -9352,30 +10497,30 @@ net.corda.core.cordapp.Cordapp$Info$Workflow: - net.corda.core.cordapp.Cordapp$Info interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: [] default: false type: public final returnType: int - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String, String, int, String): annotations: - NotNull default: false @@ -9397,7 +10542,7 @@ net.corda.core.cordapp.Cordapp$Info$Workflow: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -9407,46 +10552,46 @@ net.corda.core.cordapp.Cordapp$Info$Workflow: annotation: - Nullable type: Object - getLicence: + getLicence(): annotations: - NotNull default: false type: public returnType: String - getShortName: + getShortName(): annotations: - NotNull default: false type: public returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public returnType: String - getVersionId: + getVersionId(): annotations: [] default: false type: public final returnType: int - hasUnknownFields: + hasUnknownFields(): annotations: [] default: false type: public returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -9458,7 +10603,7 @@ net.corda.core.cordapp.CordappConfig: extends: [] interface: true methods: - exists: + exists(String): annotations: [] default: false type: public abstract @@ -9468,7 +10613,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - get: + get(String): annotations: - NotNull default: false @@ -9479,7 +10624,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getBoolean: + getBoolean(String): annotations: [] default: false type: public abstract @@ -9489,7 +10634,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getDouble: + getDouble(String): annotations: [] default: false type: public abstract @@ -9499,7 +10644,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getFloat: + getFloat(String): annotations: [] default: false type: public abstract @@ -9509,7 +10654,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getInt: + getInt(String): annotations: [] default: false type: public abstract @@ -9519,7 +10664,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getLong: + getLong(String): annotations: [] default: false type: public abstract @@ -9529,7 +10674,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getNumber: + getNumber(String): annotations: - NotNull default: false @@ -9540,7 +10685,7 @@ net.corda.core.cordapp.CordappConfig: annotation: - NotNull type: String - getString: + getString(String): annotations: - NotNull default: false @@ -9565,25 +10710,25 @@ net.corda.core.cordapp.CordappContext: implements: [] interface: false methods: - getAttachmentId: + getAttachmentId(): annotations: - Nullable default: false type: public final returnType: net.corda.core.crypto.SecureHash - getClassLoader: + getClassLoader(): annotations: - NotNull default: false type: public final returnType: ClassLoader - getConfig: + getConfig(): annotations: - NotNull default: false type: public final returnType: net.corda.core.cordapp.CordappConfig - getCordapp: + getCordapp(): annotations: - NotNull default: false @@ -9609,59 +10754,59 @@ net.corda.core.cordapp.CordappInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: String - component4: + component4(): annotations: [] default: false type: public final returnType: int - component5: + component5(): annotations: [] default: false type: public final returnType: int - component6: + component6(): annotations: - NotNull default: false type: public final returnType: String - component7: + component7(): annotations: - NotNull default: false type: public final returnType: String - component8: + component8(): annotations: - NotNull default: false type: public final returnType: String - component9: + component9(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash$SHA256 - copy: + copy(String, String, String, int, int, String, String, String, net.corda.core.crypto.SecureHash$SHA256): annotations: - NotNull default: false @@ -9702,7 +10847,7 @@ net.corda.core.cordapp.CordappInfo: annotation: - NotNull type: net.corda.core.crypto.SecureHash$SHA256 - equals: + equals(Object): annotations: [] default: false type: public @@ -9712,64 +10857,64 @@ net.corda.core.cordapp.CordappInfo: annotation: - Nullable type: Object - getJarHash: + getJarHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash$SHA256 - getLicence: + getLicence(): annotations: - NotNull default: false type: public final returnType: String - getMinimumPlatformVersion: + getMinimumPlatformVersion(): annotations: [] default: false type: public final returnType: int - getName: + getName(): annotations: - NotNull default: false type: public final returnType: String - getShortName: + getShortName(): annotations: - NotNull default: false type: public final returnType: String - getTargetPlatformVersion: + getTargetPlatformVersion(): annotations: [] default: false type: public final returnType: int - getType: + getType(): annotations: - NotNull default: false type: public final returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public final returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -9781,13 +10926,13 @@ net.corda.core.cordapp.CordappProvider: extends: [] interface: true methods: - getAppContext: + getAppContext(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.cordapp.CordappContext - getContractAttachmentID: + getContractAttachmentID(String): annotations: - Nullable default: false @@ -9812,7 +10957,7 @@ net.corda.core.crypto.Base58: implements: [] interface: false methods: - decode: + decode(String): annotations: [] default: false type: public static @@ -9821,7 +10966,7 @@ net.corda.core.crypto.Base58: input: annotation: [] type: String - decodeChecked: + decodeChecked(String): annotations: [] default: false type: public static @@ -9830,7 +10975,7 @@ net.corda.core.crypto.Base58: input: annotation: [] type: String - decodeToBigInteger: + decodeToBigInteger(String): annotations: [] default: false type: public static @@ -9839,7 +10984,7 @@ net.corda.core.crypto.Base58: input: annotation: [] type: String - encode: + encode(byte[]): annotations: [] default: false type: public static @@ -9856,12 +11001,12 @@ net.corda.core.crypto.CompositeKey: - java.security.PublicKey interface: false methods: - checkValidity: + checkValidity(): annotations: [] default: false type: public final returnType: void - equals: + equals(Object): annotations: [] default: false type: public @@ -9871,47 +11016,47 @@ net.corda.core.crypto.CompositeKey: annotation: - Nullable type: Object - getAlgorithm: + getAlgorithm(): annotations: - NotNull default: false type: public returnType: String - getChildren: + getChildren(): annotations: - NotNull default: false type: public final returnType: java.util.List - getEncoded: + getEncoded(): annotations: - NotNull default: false type: public returnType: "byte[]" - getFormat: + getFormat(): annotations: - NotNull default: false type: public returnType: String - getLeafKeys: + getLeafKeys(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getThreshold: + getThreshold(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isFulfilledBy: + isFulfilledBy(Iterable): annotations: [] default: false type: public final @@ -9921,7 +11066,17 @@ net.corda.core.crypto.CompositeKey: annotation: - NotNull type: Iterable - toString: + isFulfilledBy(java.security.PublicKey): + annotations: [] + default: false + type: public final + returnType: boolean + params: + key: + annotation: + - NotNull + type: java.security.PublicKey + toString(): annotations: - NotNull default: false @@ -9944,7 +11099,7 @@ net.corda.core.crypto.CompositeKey$Builder: implements: [] interface: false methods: - addKey: + addKey(java.security.PublicKey, int): annotations: - NotNull default: false @@ -9958,7 +11113,18 @@ net.corda.core.crypto.CompositeKey$Builder: weight: annotation: [] type: int - addKeys: + addKeys(java.security.PublicKey[]): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.CompositeKey$Builder + params: + keys: + annotation: + - NotNull + type: "java.security.PublicKey[]" + addKeys(java.util.List): annotations: - NotNull default: false @@ -9969,7 +11135,7 @@ net.corda.core.crypto.CompositeKey$Builder: annotation: - NotNull type: java.util.List - build: + build(Integer): annotations: - NotNull default: false @@ -9987,7 +11153,18 @@ net.corda.core.crypto.CompositeKey$Companion: implements: [] interface: false methods: - getInstance: + getInstance(byte[]): + annotations: + - NotNull + default: false + type: public final + returnType: java.security.PublicKey + params: + encoded: + annotation: + - NotNull + type: "byte[]" + getInstance(org.bouncycastle.asn1.ASN1Primitive): annotations: - NotNull default: false @@ -10007,7 +11184,7 @@ net.corda.core.crypto.CompositeKey$NodeAndWeight: - java.lang.Comparable interface: false methods: - compareTo: + compareTo(net.corda.core.crypto.CompositeKey$NodeAndWeight): annotations: [] default: false type: public @@ -10017,18 +11194,18 @@ net.corda.core.crypto.CompositeKey$NodeAndWeight: annotation: - NotNull type: net.corda.core.crypto.CompositeKey$NodeAndWeight - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(java.security.PublicKey, int): annotations: - NotNull default: false @@ -10042,7 +11219,7 @@ net.corda.core.crypto.CompositeKey$NodeAndWeight: weight: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -10052,29 +11229,29 @@ net.corda.core.crypto.CompositeKey$NodeAndWeight: annotation: - Nullable type: Object - getNode: + getNode(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - getWeight: + getWeight(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toASN1Primitive: + toASN1Primitive(): annotations: - NotNull default: false type: public returnType: org.bouncycastle.asn1.ASN1Primitive - toString: + toString(): annotations: - NotNull default: false @@ -10087,7 +11264,7 @@ net.corda.core.crypto.CompositeKeyFactory: implements: [] interface: false methods: - engineGeneratePrivate: + engineGeneratePrivate(java.security.spec.KeySpec): annotations: - NotNull default: false @@ -10098,7 +11275,7 @@ net.corda.core.crypto.CompositeKeyFactory: annotation: - NotNull type: java.security.spec.KeySpec - engineGeneratePublic: + engineGeneratePublic(java.security.spec.KeySpec): annotations: - Nullable default: false @@ -10109,7 +11286,7 @@ net.corda.core.crypto.CompositeKeyFactory: annotation: - NotNull type: java.security.spec.KeySpec - engineGetKeySpec: + engineGetKeySpec(java.security.Key, Class): annotations: - NotNull default: false @@ -10124,7 +11301,7 @@ net.corda.core.crypto.CompositeKeyFactory: annotation: - NotNull type: Class - engineTranslateKey: + engineTranslateKey(java.security.Key): annotations: - NotNull default: false @@ -10142,7 +11319,7 @@ net.corda.core.crypto.CompositeSignature: implements: [] interface: false methods: - engineGetParameter: + engineGetParameter(String): annotations: - NotNull default: false @@ -10153,7 +11330,7 @@ net.corda.core.crypto.CompositeSignature: annotation: - Nullable type: String - engineInitSign: + engineInitSign(java.security.PrivateKey): annotations: [] default: false type: protected @@ -10163,7 +11340,7 @@ net.corda.core.crypto.CompositeSignature: annotation: - Nullable type: java.security.PrivateKey - engineInitVerify: + engineInitVerify(java.security.PublicKey): annotations: [] default: false type: protected @@ -10173,7 +11350,21 @@ net.corda.core.crypto.CompositeSignature: annotation: - Nullable type: java.security.PublicKey - engineSetParameter: + engineSetParameter(String, Object): + annotations: [] + default: false + type: protected + returnType: void + params: + param: + annotation: + - Nullable + type: String + value: + annotation: + - Nullable + type: Object + engineSetParameter(java.security.spec.AlgorithmParameterSpec): annotations: [] default: false type: protected @@ -10183,13 +11374,22 @@ net.corda.core.crypto.CompositeSignature: annotation: - NotNull type: java.security.spec.AlgorithmParameterSpec - engineSign: + engineSign(): annotations: - NotNull default: false type: protected returnType: "byte[]" - engineUpdate: + engineUpdate(byte): + annotations: [] + default: false + type: protected + returnType: void + params: + b: + annotation: [] + type: byte + engineUpdate(byte[], int, int): annotations: [] default: false type: protected @@ -10205,7 +11405,7 @@ net.corda.core.crypto.CompositeSignature: len: annotation: [] type: int - engineVerify: + engineVerify(byte[]): annotations: [] default: false type: protected @@ -10215,7 +11415,7 @@ net.corda.core.crypto.CompositeSignature: annotation: - NotNull type: "byte[]" - getService: + getService(java.security.Provider): annotations: - NotNull default: false @@ -10243,7 +11443,7 @@ net.corda.core.crypto.CompositeSignature$Companion: implements: [] interface: false methods: - getService: + getService(java.security.Provider): annotations: - NotNull default: false @@ -10261,19 +11461,19 @@ net.corda.core.crypto.CompositeSignature$State: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayOutputStream - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.CompositeKey - copy: + copy(java.io.ByteArrayOutputStream, net.corda.core.crypto.CompositeKey): annotations: - NotNull default: false @@ -10288,7 +11488,7 @@ net.corda.core.crypto.CompositeSignature$State: annotation: - NotNull type: net.corda.core.crypto.CompositeKey - engineVerify: + engineVerify(byte[]): annotations: [] default: false type: public final @@ -10298,7 +11498,7 @@ net.corda.core.crypto.CompositeSignature$State: annotation: - NotNull type: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -10308,24 +11508,24 @@ net.corda.core.crypto.CompositeSignature$State: annotation: - Nullable type: Object - getBuffer: + getBuffer(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayOutputStream - getVerifyKey: + getVerifyKey(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.CompositeKey - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -10339,13 +11539,13 @@ net.corda.core.crypto.CompositeSignaturesWithKeys: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(java.util.List): annotations: - NotNull default: false @@ -10356,7 +11556,7 @@ net.corda.core.crypto.CompositeSignaturesWithKeys: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -10366,18 +11566,18 @@ net.corda.core.crypto.CompositeSignaturesWithKeys: annotation: - Nullable type: Object - getSigs: + getSigs(): annotations: - NotNull default: false type: public final returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -10395,7 +11595,7 @@ net.corda.core.crypto.CompositeSignaturesWithKeys$Companion: implements: [] interface: false methods: - getEMPTY: + getEMPTY(): annotations: - NotNull default: false @@ -10428,7 +11628,7 @@ net.corda.core.crypto.CordaSecurityProvider: implements: [] interface: false methods: - getService: + getService(String, String): annotations: - Nullable default: false @@ -10467,7 +11667,33 @@ net.corda.core.crypto.Crypto: implements: [] interface: false methods: - decodePrivateKey: + decodePrivateKey(String, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.PrivateKey + params: + schemeCodeName: + annotation: + - NotNull + type: String + encodedKey: + annotation: + - NotNull + type: "byte[]" + decodePrivateKey(byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.PrivateKey + params: + encodedKey: + annotation: + - NotNull + type: "byte[]" + decodePrivateKey(net.corda.core.crypto.SignatureScheme, byte[]): annotations: - NotNull default: false @@ -10482,7 +11708,33 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: "byte[]" - decodePublicKey: + decodePublicKey(String, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.PublicKey + params: + schemeCodeName: + annotation: + - NotNull + type: String + encodedKey: + annotation: + - NotNull + type: "byte[]" + decodePublicKey(byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.PublicKey + params: + encodedKey: + annotation: + - NotNull + type: "byte[]" + decodePublicKey(net.corda.core.crypto.SignatureScheme, byte[]): annotations: - NotNull default: false @@ -10497,7 +11749,7 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: "byte[]" - deriveKeyPair: + deriveKeyPair(java.security.PrivateKey, byte[]): annotations: - NotNull default: false @@ -10512,7 +11764,26 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: "byte[]" - deriveKeyPairFromEntropy: + deriveKeyPair(net.corda.core.crypto.SignatureScheme, java.security.PrivateKey, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.KeyPair + params: + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + privateKey: + annotation: + - NotNull + type: java.security.PrivateKey + seed: + annotation: + - NotNull + type: "byte[]" + deriveKeyPairFromEntropy(java.math.BigInteger): annotations: - NotNull default: false @@ -10523,7 +11794,41 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: java.math.BigInteger - doSign: + deriveKeyPairFromEntropy(net.corda.core.crypto.SignatureScheme, java.math.BigInteger): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.KeyPair + params: + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + entropy: + annotation: + - NotNull + type: java.math.BigInteger + doSign(String, java.security.PrivateKey, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: "byte[]" + params: + schemeCodeName: + annotation: + - NotNull + type: String + privateKey: + annotation: + - NotNull + type: java.security.PrivateKey + clearData: + annotation: + - NotNull + type: "byte[]" + doSign(java.security.KeyPair, net.corda.core.crypto.SignableData): annotations: - NotNull default: false @@ -10538,7 +11843,81 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: net.corda.core.crypto.SignableData - doVerify: + doSign(java.security.PrivateKey, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: "byte[]" + params: + privateKey: + annotation: + - NotNull + type: java.security.PrivateKey + clearData: + annotation: + - NotNull + type: "byte[]" + doSign(net.corda.core.crypto.SignatureScheme, java.security.PrivateKey, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: "byte[]" + params: + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + privateKey: + annotation: + - NotNull + type: java.security.PrivateKey + clearData: + annotation: + - NotNull + type: "byte[]" + doVerify(String, java.security.PublicKey, byte[], byte[]): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + schemeCodeName: + annotation: + - NotNull + type: String + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + signatureData: + annotation: + - NotNull + type: "byte[]" + clearData: + annotation: + - NotNull + type: "byte[]" + doVerify(java.security.PublicKey, byte[], byte[]): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + signatureData: + annotation: + - NotNull + type: "byte[]" + clearData: + annotation: + - NotNull + type: "byte[]" + doVerify(net.corda.core.crypto.SecureHash, net.corda.core.crypto.TransactionSignature): annotations: [] default: false type: public static final @@ -10552,56 +11931,7 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: net.corda.core.crypto.TransactionSignature - encodePublicKey: - annotations: - - NotNull - default: false - type: public static final - returnType: "byte[]" - params: - key: - annotation: - - NotNull - type: java.security.PublicKey - findProvider: - annotations: - - NotNull - default: false - type: public static final - returnType: java.security.Provider - params: - name: - annotation: - - NotNull - type: String - findSignatureScheme: - annotations: - - NotNull - default: false - type: public static final - returnType: net.corda.core.crypto.SignatureScheme - params: - key: - annotation: - - NotNull - type: java.security.PrivateKey - generateKeyPair: - annotations: - - NotNull - default: false - type: public static final - returnType: java.security.KeyPair - isSupportedSignatureScheme: - annotations: [] - default: false - type: public static final - returnType: boolean - params: - signatureScheme: - annotation: - - NotNull - type: net.corda.core.crypto.SignatureScheme - isValid: + doVerify(net.corda.core.crypto.SignatureScheme, java.security.PublicKey, byte[], byte[]): annotations: [] default: false type: public static final @@ -10623,7 +11953,153 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: "byte[]" - publicKeyOnCurve: + encodePublicKey(java.security.PublicKey): + annotations: + - NotNull + default: false + type: public static final + returnType: "byte[]" + params: + key: + annotation: + - NotNull + type: java.security.PublicKey + findProvider(String): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.Provider + params: + name: + annotation: + - NotNull + type: String + findSignatureScheme(String): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SignatureScheme + params: + schemeCodeName: + annotation: + - NotNull + type: String + findSignatureScheme(int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SignatureScheme + params: + schemeNumberID: + annotation: [] + type: int + findSignatureScheme(java.security.PrivateKey): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SignatureScheme + params: + key: + annotation: + - NotNull + type: java.security.PrivateKey + findSignatureScheme(java.security.PublicKey): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SignatureScheme + params: + key: + annotation: + - NotNull + type: java.security.PublicKey + findSignatureScheme(org.bouncycastle.asn1.x509.AlgorithmIdentifier): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SignatureScheme + params: + algorithm: + annotation: + - NotNull + type: org.bouncycastle.asn1.x509.AlgorithmIdentifier + generateKeyPair(): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.KeyPair + generateKeyPair(String): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.KeyPair + params: + schemeCodeName: + annotation: + - NotNull + type: String + generateKeyPair(net.corda.core.crypto.SignatureScheme): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.KeyPair + params: + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + isSupportedSignatureScheme(net.corda.core.crypto.SignatureScheme): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + isValid(java.security.PublicKey, byte[], byte[]): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + signatureData: + annotation: + - NotNull + type: "byte[]" + clearData: + annotation: + - NotNull + type: "byte[]" + isValid(net.corda.core.crypto.SecureHash, net.corda.core.crypto.TransactionSignature): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + txId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + transactionSignature: + annotation: + - NotNull + type: net.corda.core.crypto.TransactionSignature + isValid(net.corda.core.crypto.SignatureScheme, java.security.PublicKey, byte[], byte[]): annotations: [] default: false type: public static final @@ -10637,18 +12113,40 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: java.security.PublicKey - registerProviders: + signatureData: + annotation: + - NotNull + type: "byte[]" + clearData: + annotation: + - NotNull + type: "byte[]" + publicKeyOnCurve(net.corda.core.crypto.SignatureScheme, java.security.PublicKey): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + registerProviders(): annotations: [] default: false type: public static final returnType: void - supportedSignatureSchemes: + supportedSignatureSchemes(): annotations: - NotNull default: false type: public static final returnType: java.util.List - toSupportedPrivateKey: + toSupportedPrivateKey(java.security.PrivateKey): annotations: - NotNull default: false @@ -10659,7 +12157,7 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: java.security.PrivateKey - toSupportedPublicKey: + toSupportedPublicKey(java.security.PublicKey): annotations: - NotNull default: false @@ -10670,7 +12168,18 @@ net.corda.core.crypto.Crypto: annotation: - NotNull type: java.security.PublicKey - validatePublicKey: + toSupportedPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo): + annotations: + - NotNull + default: false + type: public static final + returnType: java.security.PublicKey + params: + key: + annotation: + - NotNull + type: org.bouncycastle.asn1.x509.SubjectPublicKeyInfo + validatePublicKey(java.security.PublicKey): annotations: [] default: false type: public static final @@ -10720,7 +12229,7 @@ net.corda.core.crypto.CryptoUtils: implements: [] interface: false methods: - byKeys: + byKeys(Iterable): annotations: - NotNull default: false @@ -10731,7 +12240,7 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: Iterable - component1: + component1(java.security.KeyPair): annotations: - NotNull default: false @@ -10742,7 +12251,7 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: java.security.KeyPair - component2: + component2(java.security.KeyPair): annotations: - NotNull default: false @@ -10753,7 +12262,7 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: java.security.KeyPair - componentHash: + componentHash(net.corda.core.crypto.SecureHash, net.corda.core.utilities.OpaqueBytes): annotations: - NotNull default: false @@ -10768,7 +12277,28 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: net.corda.core.utilities.OpaqueBytes - computeNonce: + componentHash(net.corda.core.utilities.OpaqueBytes, net.corda.core.contracts.PrivacySalt, int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash + params: + opaqueBytes: + annotation: + - NotNull + type: net.corda.core.utilities.OpaqueBytes + privacySalt: + annotation: + - NotNull + type: net.corda.core.contracts.PrivacySalt + componentGroupIndex: + annotation: [] + type: int + internalIndex: + annotation: [] + type: int + computeNonce(net.corda.core.contracts.PrivacySalt, int, int): annotations: - NotNull default: false @@ -10785,7 +12315,7 @@ net.corda.core.crypto.CryptoUtils: internalIndex: annotation: [] type: int - containsAny: + containsAny(java.security.PublicKey, Iterable): annotations: [] default: false type: public static final @@ -10799,7 +12329,7 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: Iterable - entropyToKeyPair: + entropyToKeyPair(java.math.BigInteger): annotations: - NotNull default: false @@ -10810,13 +12340,13 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: java.math.BigInteger - generateKeyPair: + generateKeyPair(): annotations: - NotNull default: false type: public static final returnType: java.security.KeyPair - getKeys: + getKeys(java.security.PublicKey): annotations: - NotNull default: false @@ -10827,7 +12357,7 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: java.security.PublicKey - isFulfilledBy: + isFulfilledBy(java.security.PublicKey, Iterable): annotations: [] default: false type: public static final @@ -10841,7 +12371,21 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: Iterable - isValid: + isFulfilledBy(java.security.PublicKey, java.security.PublicKey): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + $this$isFulfilledBy: + annotation: + - NotNull + type: java.security.PublicKey + otherKey: + annotation: + - NotNull + type: java.security.PublicKey + isValid(java.security.PublicKey, byte[], net.corda.core.crypto.DigitalSignature): annotations: [] default: false type: public static final @@ -10859,18 +12403,18 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: net.corda.core.crypto.DigitalSignature - newSecureRandom: + newSecureRandom(): annotations: - NotNull default: false type: public static final returnType: java.security.SecureRandom - random63BitValue: + random63BitValue(): annotations: [] default: false type: public static final returnType: long - secureRandomBytes: + secureRandomBytes(int): annotations: - NotNull default: false @@ -10880,7 +12424,7 @@ net.corda.core.crypto.CryptoUtils: numOfBytes: annotation: [] type: int - serializedHash: + serializedHash(T): annotations: - NotNull default: false @@ -10891,7 +12435,22 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: T - sign: + sign(java.security.KeyPair, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.DigitalSignature$WithKey + params: + $this$sign: + annotation: + - NotNull + type: java.security.KeyPair + bytesToSign: + annotation: + - NotNull + type: "byte[]" + sign(java.security.KeyPair, net.corda.core.crypto.SignableData): annotations: - NotNull default: false @@ -10906,7 +12465,56 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: net.corda.core.crypto.SignableData - toStringShort: + sign(java.security.KeyPair, net.corda.core.utilities.OpaqueBytes): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.DigitalSignature$WithKey + params: + $this$sign: + annotation: + - NotNull + type: java.security.KeyPair + bytesToSign: + annotation: + - NotNull + type: net.corda.core.utilities.OpaqueBytes + sign(java.security.PrivateKey, byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.DigitalSignature + params: + $this$sign: + annotation: + - NotNull + type: java.security.PrivateKey + bytesToSign: + annotation: + - NotNull + type: "byte[]" + sign(java.security.PrivateKey, byte[], java.security.PublicKey): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.DigitalSignature$WithKey + params: + $this$sign: + annotation: + - NotNull + type: java.security.PrivateKey + bytesToSign: + annotation: + - NotNull + type: "byte[]" + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + toStringShort(java.security.PublicKey): annotations: - NotNull default: false @@ -10917,7 +12525,7 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: java.security.PublicKey - verify: + verify(java.security.KeyPair, byte[], byte[]): annotations: [] default: false type: public static final @@ -10935,13 +12543,49 @@ net.corda.core.crypto.CryptoUtils: annotation: - NotNull type: "byte[]" + verify(java.security.PublicKey, byte[], byte[]): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + $this$verify: + annotation: + - NotNull + type: java.security.PublicKey + signatureData: + annotation: + - NotNull + type: "byte[]" + clearData: + annotation: + - NotNull + type: "byte[]" + verify(java.security.PublicKey, byte[], net.corda.core.crypto.DigitalSignature): + annotations: [] + default: false + type: public static final + returnType: boolean + params: + $this$verify: + annotation: + - NotNull + type: java.security.PublicKey + content: + annotation: + - NotNull + type: "byte[]" + signature: + annotation: + - NotNull + type: net.corda.core.crypto.DigitalSignature net.corda.core.crypto.DigestAlgorithm: annotations: [] type: public interface extends: [] interface: true methods: - componentDigest: + componentDigest(byte[]): annotations: - NotNull default: true @@ -10952,7 +12596,7 @@ net.corda.core.crypto.DigestAlgorithm: annotation: - NotNull type: "byte[]" - digest: + digest(byte[]): annotations: - NotNull default: false @@ -10963,18 +12607,18 @@ net.corda.core.crypto.DigestAlgorithm: annotation: - NotNull type: "byte[]" - getAlgorithm: + getAlgorithm(): annotations: - NotNull default: false type: public abstract returnType: String - getDigestLength: + getDigestLength(): annotations: [] default: false type: public abstract returnType: int - nonceDigest: + nonceDigest(byte[]): annotations: - NotNull default: true @@ -10993,13 +12637,13 @@ net.corda.core.crypto.DigestService: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - componentHash: + componentHash(net.corda.core.crypto.SecureHash, net.corda.core.utilities.OpaqueBytes): annotations: - NotNull default: false @@ -11014,7 +12658,28 @@ net.corda.core.crypto.DigestService: annotation: - NotNull type: net.corda.core.utilities.OpaqueBytes - computeNonce: + componentHash(net.corda.core.utilities.OpaqueBytes, net.corda.core.contracts.PrivacySalt, int, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.SecureHash + params: + opaqueBytes: + annotation: + - NotNull + type: net.corda.core.utilities.OpaqueBytes + privacySalt: + annotation: + - NotNull + type: net.corda.core.contracts.PrivacySalt + componentGroupIndex: + annotation: [] + type: int + internalIndex: + annotation: [] + type: int + computeNonce(net.corda.core.contracts.PrivacySalt, int, int): annotations: - NotNull default: false @@ -11031,7 +12696,7 @@ net.corda.core.crypto.DigestService: internalIndex: annotation: [] type: int - copy: + copy(String): annotations: - NotNull default: false @@ -11042,7 +12707,7 @@ net.corda.core.crypto.DigestService: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -11052,30 +12717,30 @@ net.corda.core.crypto.DigestService: annotation: - Nullable type: Object - getAllOnesHash: + getAllOnesHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getDigestLength: + getDigestLength(): annotations: [] default: false type: public final returnType: int - getHashAlgorithm: + getHashAlgorithm(): annotations: - NotNull default: false type: public final returnType: String - getZeroHash: + getZeroHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hash: + hash(String): annotations: - NotNull default: false @@ -11086,12 +12751,23 @@ net.corda.core.crypto.DigestService: annotation: - NotNull type: String - hashCode: + hash(byte[]): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.SecureHash + params: + bytes: + annotation: + - NotNull + type: "byte[]" + hashCode(): annotations: [] default: false type: public returnType: int - serializedHash: + serializedHash(T): annotations: - NotNull default: false @@ -11102,7 +12778,7 @@ net.corda.core.crypto.DigestService: annotation: - NotNull type: T - toString: + toString(): annotations: - NotNull default: false @@ -11120,25 +12796,25 @@ net.corda.core.crypto.DigestService$Companion: implements: [] interface: false methods: - getDefault: + getDefault(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getSha2_256: + getSha2_256(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getSha2_384: + getSha2_384(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getSha2_512: + getSha2_512(): annotations: - NotNull default: false @@ -11151,7 +12827,7 @@ net.corda.core.crypto.DigestServiceKt: implements: [] interface: false methods: - randomHash: + randomHash(net.corda.core.crypto.DigestService): annotations: - NotNull default: false @@ -11170,7 +12846,7 @@ net.corda.core.crypto.DigitalSignature: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -11180,19 +12856,19 @@ net.corda.core.crypto.DigitalSignature: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -11202,28 +12878,28 @@ net.corda.core.crypto.DigitalSignature: annotation: - Nullable type: Object - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - of: + of(byte[]): annotations: - NotNull default: false @@ -11234,13 +12910,44 @@ net.corda.core.crypto.DigitalSignature: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -11251,7 +12958,7 @@ net.corda.core.crypto.DigitalSignature: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -11264,7 +12971,7 @@ net.corda.core.crypto.DigitalSignature: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -11277,7 +12984,7 @@ net.corda.core.crypto.DigitalSignature: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -11287,13 +12994,13 @@ net.corda.core.crypto.DigitalSignature: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -11316,7 +13023,7 @@ net.corda.core.crypto.DigitalSignature$WithKey: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -11326,19 +13033,19 @@ net.corda.core.crypto.DigitalSignature$WithKey: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -11348,34 +13055,34 @@ net.corda.core.crypto.DigitalSignature$WithKey: annotation: - Nullable type: Object - getBy: + getBy(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isValid: + isValid(byte[]): annotations: [] default: false type: public final @@ -11385,7 +13092,7 @@ net.corda.core.crypto.DigitalSignature$WithKey: annotation: - NotNull type: "byte[]" - of: + of(byte[]): annotations: - NotNull default: false @@ -11396,13 +13103,44 @@ net.corda.core.crypto.DigitalSignature$WithKey: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -11413,7 +13151,7 @@ net.corda.core.crypto.DigitalSignature$WithKey: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -11426,7 +13164,7 @@ net.corda.core.crypto.DigitalSignature$WithKey: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -11439,7 +13177,7 @@ net.corda.core.crypto.DigitalSignature$WithKey: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -11449,13 +13187,23 @@ net.corda.core.crypto.DigitalSignature$WithKey: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - verify: + verify(byte[]): + annotations: [] + default: false + type: public final + returnType: boolean + params: + content: + annotation: + - NotNull + type: "byte[]" + verify(net.corda.core.utilities.OpaqueBytes): annotations: [] default: false type: public final @@ -11465,13 +13213,13 @@ net.corda.core.crypto.DigitalSignature$WithKey: annotation: - NotNull type: net.corda.core.utilities.OpaqueBytes - withoutKey: + withoutKey(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigitalSignature - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -11505,7 +13253,7 @@ net.corda.core.crypto.MerkleTree: implements: [] interface: false methods: - getHash: + getHash(): annotations: - NotNull default: false @@ -11523,7 +13271,18 @@ net.corda.core.crypto.MerkleTree$Companion: implements: [] interface: false methods: - getMerkleTree: + getMerkleTree(java.util.List): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.MerkleTree + params: + allLeavesHashes: + annotation: + - NotNull + type: java.util.List + getMerkleTree(java.util.List, net.corda.core.crypto.DigestService): annotations: - NotNull default: false @@ -11545,13 +13304,13 @@ net.corda.core.crypto.MerkleTree$Leaf: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - copy: + copy(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -11562,7 +13321,7 @@ net.corda.core.crypto.MerkleTree$Leaf: annotation: - NotNull type: net.corda.core.crypto.SecureHash - equals: + equals(Object): annotations: [] default: false type: public @@ -11572,18 +13331,18 @@ net.corda.core.crypto.MerkleTree$Leaf: annotation: - Nullable type: Object - getHash: + getHash(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -11601,25 +13360,25 @@ net.corda.core.crypto.MerkleTree$Node: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.MerkleTree - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.MerkleTree - copy: + copy(net.corda.core.crypto.SecureHash, net.corda.core.crypto.MerkleTree, net.corda.core.crypto.MerkleTree): annotations: - NotNull default: false @@ -11638,7 +13397,7 @@ net.corda.core.crypto.MerkleTree$Node: annotation: - NotNull type: net.corda.core.crypto.MerkleTree - equals: + equals(Object): annotations: [] default: false type: public @@ -11648,30 +13407,30 @@ net.corda.core.crypto.MerkleTree$Node: annotation: - Nullable type: Object - getHash: + getHash(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getLeft: + getLeft(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.MerkleTree - getRight: + getRight(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.MerkleTree - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -11690,7 +13449,7 @@ net.corda.core.crypto.MerkleTreeException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -11700,7 +13459,7 @@ net.corda.core.crypto.MerkleTreeException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -11710,42 +13469,42 @@ net.corda.core.crypto.MerkleTreeException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getReason: + getReason(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -11755,7 +13514,7 @@ net.corda.core.crypto.MerkleTreeException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -11765,7 +13524,7 @@ net.corda.core.crypto.MerkleTreeException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -11782,13 +13541,13 @@ net.corda.core.crypto.NullKeys: implements: [] interface: false methods: - getNULL_PARTY: + getNULL_PARTY(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.AnonymousParty - getNULL_SIGNATURE: + getNULL_SIGNATURE(): annotations: - NotNull default: false @@ -11808,7 +13567,7 @@ net.corda.core.crypto.NullKeys$NullPublicKey: - java.security.PublicKey interface: false methods: - compareTo: + compareTo(java.security.PublicKey): annotations: [] default: false type: public @@ -11818,25 +13577,25 @@ net.corda.core.crypto.NullKeys$NullPublicKey: annotation: - NotNull type: java.security.PublicKey - getAlgorithm: + getAlgorithm(): annotations: - NotNull default: false type: public returnType: String - getEncoded: + getEncoded(): annotations: - NotNull default: false type: public returnType: "byte[]" - getFormat: + getFormat(): annotations: - NotNull default: false type: public returnType: String - toString: + toString(): annotations: - NotNull default: false @@ -11855,13 +13614,13 @@ net.corda.core.crypto.PartialMerkleTree: implements: [] interface: false methods: - getRoot: + getRoot(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree$PartialTree - verify: + verify(net.corda.core.crypto.SecureHash, java.util.List): annotations: [] default: false type: public final @@ -11887,7 +13646,7 @@ net.corda.core.crypto.PartialMerkleTree$Companion: implements: [] interface: false methods: - build: + build(net.corda.core.crypto.MerkleTree, java.util.List): annotations: - NotNull default: false @@ -11902,7 +13661,7 @@ net.corda.core.crypto.PartialMerkleTree$Companion: annotation: - NotNull type: java.util.List - rootAndUsedHashes: + rootAndUsedHashes(net.corda.core.crypto.PartialMerkleTree$PartialTree, java.util.List): annotations: - NotNull default: false @@ -11933,13 +13692,13 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$IncludedLeaf: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - copy: + copy(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -11950,7 +13709,7 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$IncludedLeaf: annotation: - NotNull type: net.corda.core.crypto.SecureHash - equals: + equals(Object): annotations: [] default: false type: public @@ -11960,18 +13719,18 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$IncludedLeaf: annotation: - Nullable type: Object - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -11985,13 +13744,13 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$Leaf: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - copy: + copy(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12002,7 +13761,7 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$Leaf: annotation: - NotNull type: net.corda.core.crypto.SecureHash - equals: + equals(Object): annotations: [] default: false type: public @@ -12012,18 +13771,18 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$Leaf: annotation: - Nullable type: Object - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -12037,25 +13796,40 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$Node: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree$PartialTree - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree$PartialTree - component3: + component3(): annotations: - Nullable default: false type: public final returnType: String - copy: + copy(net.corda.core.crypto.PartialMerkleTree$PartialTree, net.corda.core.crypto.PartialMerkleTree$PartialTree): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.PartialMerkleTree$PartialTree$Node + params: + left: + annotation: + - NotNull + type: net.corda.core.crypto.PartialMerkleTree$PartialTree + right: + annotation: + - NotNull + type: net.corda.core.crypto.PartialMerkleTree$PartialTree + copy(net.corda.core.crypto.PartialMerkleTree$PartialTree, net.corda.core.crypto.PartialMerkleTree$PartialTree, String): annotations: - NotNull default: false @@ -12074,7 +13848,7 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$Node: annotation: - Nullable type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -12084,30 +13858,30 @@ net.corda.core.crypto.PartialMerkleTree$PartialTree$Node: annotation: - Nullable type: Object - getHashAlgorithm: + getHashAlgorithm(): annotations: - Nullable default: false type: public final returnType: String - getLeft: + getLeft(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree$PartialTree - getRight: + getRight(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree$PartialTree - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -12121,7 +13895,7 @@ net.corda.core.crypto.SecureHash: implements: [] interface: false methods: - allOnesHashFor: + allOnesHashFor(String): annotations: - NotNull default: false @@ -12132,7 +13906,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: String - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -12142,7 +13916,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - componentHashAs: + componentHashAs(String, byte[]): annotations: - NotNull default: false @@ -12157,7 +13931,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - concatenate: + concatenate(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12168,7 +13942,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: net.corda.core.crypto.SecureHash - concatenateAs: + concatenateAs(String, net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12183,19 +13957,19 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: net.corda.core.crypto.SecureHash - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - create: + create(String): annotations: - NotNull default: false @@ -12206,7 +13980,7 @@ net.corda.core.crypto.SecureHash: annotation: - Nullable type: String - createSHA256: + createSHA256(byte[]): annotations: - NotNull default: false @@ -12217,7 +13991,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -12227,7 +14001,7 @@ net.corda.core.crypto.SecureHash: annotation: - Nullable type: Object - generate: + generate(byte[]): annotations: - NotNull default: false @@ -12238,23 +14012,23 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashAs: + hashAs(String, byte[]): annotations: - NotNull default: false @@ -12269,12 +14043,12 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - hashConcat: + hashConcat(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12285,7 +14059,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: net.corda.core.crypto.SecureHash - nonceHashAs: + nonceHashAs(String, byte[]): annotations: - NotNull default: false @@ -12300,7 +14074,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - of: + of(byte[]): annotations: - NotNull default: false @@ -12311,13 +14085,44 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - parse: + parse(String): annotations: - NotNull default: false @@ -12328,7 +14133,7 @@ net.corda.core.crypto.SecureHash: annotation: - Nullable type: String - prefixChars: + prefixChars(int): annotations: - NotNull default: false @@ -12338,7 +14143,7 @@ net.corda.core.crypto.SecureHash: prefixLen: annotation: [] type: int - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -12349,7 +14154,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: java.nio.ByteBuffer - random: + random(String): annotations: - NotNull default: false @@ -12360,19 +14165,19 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: String - randomSHA256: + randomSHA256(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.crypto.SecureHash$SHA256 - reHash: + reHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - sha256: + sha256(String): annotations: - NotNull default: false @@ -12383,7 +14188,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: String - sha256Twice: + sha256(byte[]): annotations: - NotNull default: false @@ -12394,7 +14199,18 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: "byte[]" - slice: + sha256Twice(byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash$SHA256 + params: + bytes: + annotation: + - NotNull + type: "byte[]" + slice(int, int): annotations: - NotNull default: false @@ -12407,7 +14223,7 @@ net.corda.core.crypto.SecureHash: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -12420,7 +14236,7 @@ net.corda.core.crypto.SecureHash: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -12430,19 +14246,19 @@ net.corda.core.crypto.SecureHash: "n": annotation: [] type: int - toHexString: + toHexString(): annotations: - NotNull default: false type: public final returnType: String - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -12452,7 +14268,7 @@ net.corda.core.crypto.SecureHash: annotation: - NotNull type: java.io.OutputStream - zeroHashFor: + zeroHashFor(String): annotations: - NotNull default: false @@ -12503,7 +14319,7 @@ net.corda.core.crypto.SecureHash$Companion: - net.corda.core.internal.utilities.Internable interface: false methods: - allOnesHashFor: + allOnesHashFor(String): annotations: - NotNull default: false @@ -12514,7 +14330,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: String - componentHashAs: + componentHashAs(String, byte[]): annotations: - NotNull default: false @@ -12529,7 +14345,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: "byte[]" - create: + create(String): annotations: - NotNull default: false @@ -12540,7 +14356,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - Nullable type: String - createSHA256: + createSHA256(byte[]): annotations: - NotNull default: false @@ -12551,7 +14367,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: "byte[]" - digestLengthFor: + digestLengthFor(String): annotations: [] default: false type: public final @@ -12561,25 +14377,25 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: String - getAllOnesHash: + getAllOnesHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash$SHA256 - getInterner: + getInterner(): annotations: - NotNull default: false type: public returnType: net.corda.core.internal.utilities.PrivateInterner - getZeroHash: + getZeroHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash$SHA256 - hashAs: + hashAs(String, byte[]): annotations: - NotNull default: false @@ -12594,7 +14410,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: "byte[]" - nonceHashAs: + nonceHashAs(String, byte[]): annotations: - NotNull default: false @@ -12609,7 +14425,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: "byte[]" - parse: + parse(String): annotations: - NotNull default: false @@ -12620,7 +14436,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - Nullable type: String - random: + random(String): annotations: - NotNull default: false @@ -12631,13 +14447,13 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: String - randomSHA256: + randomSHA256(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash$SHA256 - sha256: + sha256(String): annotations: - NotNull default: false @@ -12648,7 +14464,7 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: String - sha256Twice: + sha256(byte[]): annotations: - NotNull default: false @@ -12659,7 +14475,18 @@ net.corda.core.crypto.SecureHash$Companion: annotation: - NotNull type: "byte[]" - zeroHashFor: + sha256Twice(byte[]): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.SecureHash$SHA256 + params: + bytes: + annotation: + - NotNull + type: "byte[]" + zeroHashFor(String): annotations: - NotNull default: false @@ -12678,7 +14505,7 @@ net.corda.core.crypto.SecureHash$HASH: implements: [] interface: false methods: - allOnesHashFor: + allOnesHashFor(String): annotations: - NotNull default: false @@ -12689,7 +14516,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: String - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -12699,7 +14526,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - componentHashAs: + componentHashAs(String, byte[]): annotations: - NotNull default: false @@ -12714,7 +14541,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - concatenate: + concatenate(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12725,7 +14552,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: net.corda.core.crypto.SecureHash - concatenateAs: + concatenateAs(String, net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12740,19 +14567,19 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: net.corda.core.crypto.SecureHash - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - create: + create(String): annotations: - NotNull default: false @@ -12763,7 +14590,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - Nullable type: String - createSHA256: + createSHA256(byte[]): annotations: - NotNull default: false @@ -12774,7 +14601,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -12784,7 +14611,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - Nullable type: Object - generate: + generate(byte[]): annotations: - NotNull default: false @@ -12795,29 +14622,29 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - getAlgorithm: + getAlgorithm(): annotations: - NotNull default: false type: public final returnType: String - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashAs: + hashAs(String, byte[]): annotations: - NotNull default: false @@ -12832,12 +14659,12 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - hashConcat: + hashConcat(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -12848,7 +14675,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: net.corda.core.crypto.SecureHash - nonceHashAs: + nonceHashAs(String, byte[]): annotations: - NotNull default: false @@ -12863,7 +14690,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - of: + of(byte[]): annotations: - NotNull default: false @@ -12874,13 +14701,44 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - parse: + parse(String): annotations: - NotNull default: false @@ -12891,7 +14749,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - Nullable type: String - prefixChars: + prefixChars(int): annotations: - NotNull default: false @@ -12901,7 +14759,7 @@ net.corda.core.crypto.SecureHash$HASH: prefixLen: annotation: [] type: int - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -12912,7 +14770,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: java.nio.ByteBuffer - random: + random(String): annotations: - NotNull default: false @@ -12923,19 +14781,19 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: String - randomSHA256: + randomSHA256(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.crypto.SecureHash$SHA256 - reHash: + reHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - sha256: + sha256(String): annotations: - NotNull default: false @@ -12946,7 +14804,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: String - sha256Twice: + sha256(byte[]): annotations: - NotNull default: false @@ -12957,7 +14815,18 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: "byte[]" - slice: + sha256Twice(byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash$SHA256 + params: + bytes: + annotation: + - NotNull + type: "byte[]" + slice(int, int): annotations: - NotNull default: false @@ -12970,7 +14839,7 @@ net.corda.core.crypto.SecureHash$HASH: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -12983,7 +14852,7 @@ net.corda.core.crypto.SecureHash$HASH: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -12993,19 +14862,19 @@ net.corda.core.crypto.SecureHash$HASH: "n": annotation: [] type: int - toHexString: + toHexString(): annotations: - NotNull default: false type: public final returnType: String - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -13015,7 +14884,7 @@ net.corda.core.crypto.SecureHash$HASH: annotation: - NotNull type: java.io.OutputStream - zeroHashFor: + zeroHashFor(String): annotations: - NotNull default: false @@ -13066,7 +14935,7 @@ net.corda.core.crypto.SecureHash$SHA256: implements: [] interface: false methods: - allOnesHashFor: + allOnesHashFor(String): annotations: - NotNull default: false @@ -13077,7 +14946,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: String - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -13087,7 +14956,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - componentHashAs: + componentHashAs(String, byte[]): annotations: - NotNull default: false @@ -13102,7 +14971,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - concatenate: + concatenate(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -13113,7 +14982,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: net.corda.core.crypto.SecureHash - concatenateAs: + concatenateAs(String, net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -13128,19 +14997,19 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: net.corda.core.crypto.SecureHash - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - create: + create(String): annotations: - NotNull default: false @@ -13151,7 +15020,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - Nullable type: String - createSHA256: + createSHA256(byte[]): annotations: - NotNull default: false @@ -13162,7 +15031,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -13172,7 +15041,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - Nullable type: Object - generate: + generate(byte[]): annotations: - NotNull default: false @@ -13183,23 +15052,23 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashAs: + hashAs(String, byte[]): annotations: - NotNull default: false @@ -13214,12 +15083,12 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - hashConcat: + hashConcat(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -13230,7 +15099,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: net.corda.core.crypto.SecureHash - nonceHashAs: + nonceHashAs(String, byte[]): annotations: - NotNull default: false @@ -13245,7 +15114,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - of: + of(byte[]): annotations: - NotNull default: false @@ -13256,13 +15125,44 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - parse: + parse(String): annotations: - NotNull default: false @@ -13273,7 +15173,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - Nullable type: String - prefixChars: + prefixChars(int): annotations: - NotNull default: false @@ -13283,7 +15183,7 @@ net.corda.core.crypto.SecureHash$SHA256: prefixLen: annotation: [] type: int - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -13294,7 +15194,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: java.nio.ByteBuffer - random: + random(String): annotations: - NotNull default: false @@ -13305,19 +15205,19 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: String - randomSHA256: + randomSHA256(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.crypto.SecureHash$SHA256 - reHash: + reHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - sha256: + sha256(String): annotations: - NotNull default: false @@ -13328,7 +15228,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: String - sha256Twice: + sha256(byte[]): annotations: - NotNull default: false @@ -13339,7 +15239,18 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: "byte[]" - slice: + sha256Twice(byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash$SHA256 + params: + bytes: + annotation: + - NotNull + type: "byte[]" + slice(int, int): annotations: - NotNull default: false @@ -13352,7 +15263,7 @@ net.corda.core.crypto.SecureHash$SHA256: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -13365,7 +15276,7 @@ net.corda.core.crypto.SecureHash$SHA256: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -13375,19 +15286,19 @@ net.corda.core.crypto.SecureHash$SHA256: "n": annotation: [] type: int - toHexString: + toHexString(): annotations: - NotNull default: false type: public final returnType: String - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -13397,7 +15308,7 @@ net.corda.core.crypto.SecureHash$SHA256: annotation: - NotNull type: java.io.OutputStream - zeroHashFor: + zeroHashFor(String): annotations: - NotNull default: false @@ -13447,7 +15358,7 @@ net.corda.core.crypto.SecureHashKt: implements: [] interface: false methods: - getAlgorithm: + getAlgorithm(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -13458,7 +15369,22 @@ net.corda.core.crypto.SecureHashKt: annotation: - NotNull type: net.corda.core.crypto.SecureHash - hashAs: + hashAs(byte[], String): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash + params: + $this$hashAs: + annotation: + - NotNull + type: "byte[]" + algorithm: + annotation: + - NotNull + type: String + hashAs(net.corda.core.utilities.OpaqueBytes, String): annotations: - NotNull default: false @@ -13473,7 +15399,7 @@ net.corda.core.crypto.SecureHashKt: annotation: - NotNull type: String - isZero: + isZero(net.corda.core.utilities.OpaqueBytes): annotations: [] default: false type: public static final @@ -13483,7 +15409,18 @@ net.corda.core.crypto.SecureHashKt: annotation: - NotNull type: net.corda.core.utilities.OpaqueBytes - sha256: + sha256(byte[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.crypto.SecureHash$SHA256 + params: + $this$sha256: + annotation: + - NotNull + type: "byte[]" + sha256(net.corda.core.utilities.OpaqueBytes): annotations: - NotNull default: false @@ -13502,19 +15439,19 @@ net.corda.core.crypto.SignableData: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SignatureMetadata - copy: + copy(net.corda.core.crypto.SecureHash, net.corda.core.crypto.SignatureMetadata): annotations: - NotNull default: false @@ -13529,7 +15466,7 @@ net.corda.core.crypto.SignableData: annotation: - NotNull type: net.corda.core.crypto.SignatureMetadata - equals: + equals(Object): annotations: [] default: false type: public @@ -13539,24 +15476,24 @@ net.corda.core.crypto.SignableData: annotation: - Nullable type: Object - getSignatureMetadata: + getSignatureMetadata(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SignatureMetadata - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -13570,17 +15507,17 @@ net.corda.core.crypto.SignatureMetadata: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(int, int): annotations: - NotNull default: false @@ -13593,7 +15530,7 @@ net.corda.core.crypto.SignatureMetadata: schemeNumberID: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -13603,22 +15540,22 @@ net.corda.core.crypto.SignatureMetadata: annotation: - Nullable type: Object - getPlatformVersion: + getPlatformVersion(): annotations: [] default: false type: public final returnType: int - getSchemeNumberID: + getSchemeNumberID(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -13631,67 +15568,69 @@ net.corda.core.crypto.SignatureScheme: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component10: + component10(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: org.bouncycastle.asn1.x509.AlgorithmIdentifier - component4: + component4(): annotations: - NotNull default: false type: public final returnType: java.util.List - component5: + component5(): annotations: - NotNull default: false type: public final returnType: String - component6: + component6(): annotations: - NotNull default: false type: public final returnType: String - component7: + component7(): annotations: - NotNull default: false type: public final returnType: String - component8: + component8(): annotations: - Nullable default: false type: public final returnType: java.security.spec.AlgorithmParameterSpec - component9: + component9(): annotations: - Nullable default: false type: public final returnType: Integer - copy: - annotations: + ? copy(int, String, org.bouncycastle.asn1.x509.AlgorithmIdentifier, java.util.List, String, String, String, + java.security.spec.AlgorithmParameterSpec, Integer, String) + : annotations: - NotNull default: false type: public final @@ -13736,7 +15675,7 @@ net.corda.core.crypto.SignatureScheme: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -13746,71 +15685,71 @@ net.corda.core.crypto.SignatureScheme: annotation: - Nullable type: Object - getAlgSpec: + getAlgSpec(): annotations: - Nullable default: false type: public final returnType: java.security.spec.AlgorithmParameterSpec - getAlgorithmName: + getAlgorithmName(): annotations: - NotNull default: false type: public final returnType: String - getAlternativeOIDs: + getAlternativeOIDs(): annotations: - NotNull default: false type: public final returnType: java.util.List - getDesc: + getDesc(): annotations: - NotNull default: false type: public final returnType: String - getKeySize: + getKeySize(): annotations: - Nullable default: false type: public final returnType: Integer - getProviderName: + getProviderName(): annotations: - NotNull default: false type: public final returnType: String - getSchemeCodeName: + getSchemeCodeName(): annotations: - NotNull default: false type: public final returnType: String - getSchemeNumberID: + getSchemeNumberID(): annotations: [] default: false type: public final returnType: int - getSignatureName: + getSignatureName(): annotations: - NotNull default: false type: public final returnType: String - getSignatureOID: + getSignatureOID(): annotations: - NotNull default: false type: public final returnType: org.bouncycastle.asn1.x509.AlgorithmIdentifier - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -13824,25 +15763,25 @@ net.corda.core.crypto.SignedData: implements: [] interface: false methods: - getRaw: + getRaw(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializedBytes - getSig: + getSig(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigitalSignature$WithKey - verified: + verified(): annotations: - NotNull default: false type: public final returnType: T - verifyData: + verifyData(T): annotations: [] default: false type: protected @@ -13860,7 +15799,7 @@ net.corda.core.crypto.TransactionSignature: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -13870,19 +15809,19 @@ net.corda.core.crypto.TransactionSignature: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -13892,46 +15831,46 @@ net.corda.core.crypto.TransactionSignature: annotation: - Nullable type: Object - getBy: + getBy(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getPartialMerkleTree: + getPartialMerkleTree(): annotations: - Nullable default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree - getSignatureMetadata: + getSignatureMetadata(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SignatureMetadata - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isValid: + isValid(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public final @@ -13941,7 +15880,7 @@ net.corda.core.crypto.TransactionSignature: annotation: - NotNull type: net.corda.core.crypto.SecureHash - of: + of(byte[]): annotations: - NotNull default: false @@ -13952,13 +15891,44 @@ net.corda.core.crypto.TransactionSignature: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -13969,7 +15939,7 @@ net.corda.core.crypto.TransactionSignature: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -13982,7 +15952,7 @@ net.corda.core.crypto.TransactionSignature: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -13995,7 +15965,7 @@ net.corda.core.crypto.TransactionSignature: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -14005,13 +15975,13 @@ net.corda.core.crypto.TransactionSignature: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - verify: + verify(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public final @@ -14021,7 +15991,7 @@ net.corda.core.crypto.TransactionSignature: annotation: - NotNull type: net.corda.core.crypto.SecureHash - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -14050,7 +16020,19 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -14062,14 +16044,19 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - Nullable default: false type: public returnType: Void - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -14079,7 +16066,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -14093,7 +16080,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -14104,20 +16091,20 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -14129,49 +16116,61 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.identity.Party - getInitiatingSession: + getInitiatingSession(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowSession - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -14183,18 +16182,18 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -14210,7 +16209,16 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -14226,7 +16234,26 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -14238,7 +16265,22 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -14256,7 +16298,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -14271,7 +16313,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -14286,7 +16328,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -14297,7 +16357,21 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -14317,7 +16391,16 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -14328,7 +16411,21 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -14339,27 +16436,28 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - verifyProposal: - annotations: [] + ? verifyProposal(net.corda.core.transactions.SignedTransaction, net.corda.core.flows.AbstractStateReplacementFlow$Proposal) + : annotations: [] default: false type: protected abstract returnType: void @@ -14373,7 +16471,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: - NotNull type: net.corda.core.flows.AbstractStateReplacementFlow$Proposal - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -14385,7 +16483,22 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -14408,7 +16521,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -14422,13 +16535,13 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor$Companion$APPROVING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -14438,25 +16551,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor$Companion$APPROVING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -14474,13 +16587,13 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor$Companion$VERIFYING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -14490,25 +16603,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Acceptor$Companion$VERIFYING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -14525,13 +16638,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: implements: [] interface: false methods: - assembleTx: + assembleTx(): annotations: - NotNull default: false type: protected abstract returnType: net.corda.core.flows.AbstractStateReplacementFlow$UpgradeTx - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -14543,14 +16668,19 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.contracts.StateAndRef - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -14560,7 +16690,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -14574,7 +16704,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -14585,20 +16715,20 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -14610,60 +16740,72 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getModification: + getModification(): annotations: [] default: false type: public final returnType: M - getOriginalState: + getOriginalState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateAndRef - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getParticipantSessions: + getParticipantSessions(): annotations: - NotNull default: false type: public returnType: "java.util.List>>" - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -14675,18 +16817,18 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -14702,7 +16844,16 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -14718,7 +16869,26 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -14730,7 +16900,22 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -14748,7 +16933,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -14763,7 +16948,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -14778,7 +16963,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -14789,7 +16992,21 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -14809,7 +17026,16 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -14820,7 +17046,21 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -14831,26 +17071,26 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -14862,7 +17102,22 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -14885,7 +17140,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -14899,13 +17154,13 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator$Companion$NOTARY: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -14915,25 +17170,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator$Companion$NOTARY: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -14951,13 +17206,13 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator$Companion$SIGNING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -14967,25 +17222,25 @@ net.corda.core.flows.AbstractStateReplacementFlow$Instigator$Companion$SIGNING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -15003,18 +17258,18 @@ net.corda.core.flows.AbstractStateReplacementFlow$Proposal: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - component2: + component2(): annotations: [] default: false type: public final returnType: M - copy: + copy(net.corda.core.contracts.StateRef, M): annotations: - NotNull default: false @@ -15028,7 +17283,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$Proposal: modification: annotation: [] type: M - equals: + equals(Object): annotations: [] default: false type: public @@ -15038,23 +17293,23 @@ net.corda.core.flows.AbstractStateReplacementFlow$Proposal: annotation: - Nullable type: Object - getModification: + getModification(): annotations: [] default: false type: public final returnType: M - getStateRef: + getStateRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -15067,13 +17322,13 @@ net.corda.core.flows.AbstractStateReplacementFlow$UpgradeTx: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - copy: + copy(net.corda.core.transactions.SignedTransaction): annotations: - NotNull default: false @@ -15084,7 +17339,7 @@ net.corda.core.flows.AbstractStateReplacementFlow$UpgradeTx: annotation: - NotNull type: net.corda.core.transactions.SignedTransaction - equals: + equals(Object): annotations: [] default: false type: public @@ -15094,18 +17349,18 @@ net.corda.core.flows.AbstractStateReplacementFlow$UpgradeTx: annotation: - Nullable type: Object - getStx: + getStx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -15119,7 +17374,19 @@ net.corda.core.flows.CollectSignatureFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -15131,14 +17398,19 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: java.util.List - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -15148,7 +17420,7 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -15162,7 +17434,7 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -15173,20 +17445,20 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -15198,61 +17470,73 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getPartiallySignedTx: + getPartiallySignedTx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getSession: + getSession(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowSession - getSigningKeys: + getSigningKeys(): annotations: - NotNull default: false type: public final returnType: java.util.List - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -15264,18 +17548,18 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -15291,7 +17575,16 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -15307,7 +17600,26 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -15319,7 +17631,22 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -15337,7 +17664,7 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -15352,7 +17679,7 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -15367,7 +17694,25 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -15378,7 +17723,21 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -15398,7 +17757,16 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -15409,7 +17777,21 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -15420,26 +17802,26 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -15451,7 +17833,22 @@ net.corda.core.flows.CollectSignatureFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -15474,7 +17871,19 @@ net.corda.core.flows.CollectSignaturesFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -15486,14 +17895,19 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.transactions.SignedTransaction - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -15503,7 +17917,7 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -15517,7 +17931,7 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -15528,20 +17942,20 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -15553,61 +17967,73 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getMyOptionalKeys: + getMyOptionalKeys(): annotations: - Nullable default: false type: public final returnType: Iterable - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getPartiallySignedTx: + getPartiallySignedTx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getSessionsToCollectFrom: + getSessionsToCollectFrom(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -15619,18 +18045,18 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -15646,7 +18072,16 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -15662,7 +18097,26 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -15674,7 +18128,22 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -15692,7 +18161,7 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -15707,7 +18176,7 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -15722,7 +18191,25 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -15733,7 +18220,21 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -15753,7 +18254,16 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -15764,7 +18274,21 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -15775,32 +18299,32 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - tracker: + tracker(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.utilities.ProgressTracker - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -15812,7 +18336,22 @@ net.corda.core.flows.CollectSignaturesFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -15835,7 +18374,7 @@ net.corda.core.flows.CollectSignaturesFlow$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -15849,13 +18388,13 @@ net.corda.core.flows.CollectSignaturesFlow$Companion$COLLECTING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -15865,25 +18404,25 @@ net.corda.core.flows.CollectSignaturesFlow$Companion$COLLECTING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -15901,13 +18440,13 @@ net.corda.core.flows.CollectSignaturesFlow$Companion$VERIFYING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -15917,25 +18456,25 @@ net.corda.core.flows.CollectSignaturesFlow$Companion$VERIFYING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -15953,29 +18492,29 @@ net.corda.core.flows.ComparableRecoveryTimeWindow: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component2: + component2(): annotations: [] default: false type: public final returnType: int - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component4: + component4(): annotations: [] default: false type: public final returnType: int - copy: + copy(java.time.Instant, int, java.time.Instant, int): annotations: - NotNull default: false @@ -15996,7 +18535,7 @@ net.corda.core.flows.ComparableRecoveryTimeWindow: untilTimestampDiscriminator: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -16006,34 +18545,34 @@ net.corda.core.flows.ComparableRecoveryTimeWindow: annotation: - Nullable type: Object - getFromTime: + getFromTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getFromTimestampDiscriminator: + getFromTimestampDiscriminator(): annotations: [] default: false type: public final returnType: int - getUntilTime: + getUntilTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getUntilTimestampDiscriminator: + getUntilTimestampDiscriminator(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -16051,7 +18590,7 @@ net.corda.core.flows.ComparableRecoveryTimeWindow$Companion: implements: [] interface: false methods: - from: + from(net.corda.core.flows.RecoveryTimeWindow): annotations: - NotNull default: false @@ -16082,7 +18621,19 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -16094,14 +18645,19 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - Nullable default: false type: public returnType: Void - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -16111,7 +18667,7 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -16125,7 +18681,7 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -16136,20 +18692,20 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16161,49 +18717,61 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getStateAndRef: + getStateAndRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateAndRef - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16215,18 +18783,18 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16242,7 +18810,16 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -16258,7 +18835,26 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -16270,7 +18866,22 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -16288,7 +18899,7 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -16303,7 +18914,7 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -16318,7 +18929,25 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -16329,7 +18958,21 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -16349,7 +18992,16 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -16360,7 +19012,21 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -16371,26 +19037,26 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -16402,7 +19068,22 @@ net.corda.core.flows.ContractUpgradeFlow$Authorise: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -16426,7 +19107,19 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -16438,14 +19131,19 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - Nullable default: false type: public returnType: Void - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -16455,7 +19153,7 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -16469,7 +19167,7 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -16480,20 +19178,20 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16505,49 +19203,61 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getStateRef: + getStateRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16559,18 +19269,18 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16586,7 +19296,16 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -16602,7 +19321,26 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -16614,7 +19352,22 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -16632,7 +19385,7 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -16647,7 +19400,7 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -16662,7 +19415,25 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -16673,7 +19444,21 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -16693,7 +19478,16 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -16704,7 +19498,21 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -16715,26 +19523,26 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -16746,7 +19554,22 @@ net.corda.core.flows.ContractUpgradeFlow$Deauthorise: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -16771,14 +19594,26 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: implements: [] interface: false methods: - assembleTx: + assembleTx(): annotations: - Suspendable - NotNull default: false type: protected returnType: net.corda.core.flows.AbstractStateReplacementFlow$UpgradeTx - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -16790,14 +19625,19 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.contracts.StateAndRef - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -16807,7 +19647,7 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -16821,7 +19661,7 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -16832,20 +19672,20 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16857,60 +19697,72 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getModification: + getModification(): annotations: [] default: false type: public final returnType: M - getOriginalState: + getOriginalState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateAndRef - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getParticipantSessions: + getParticipantSessions(): annotations: - NotNull default: false type: public returnType: "java.util.List>>" - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16922,18 +19774,18 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -16949,7 +19801,16 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -16965,7 +19826,26 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -16977,7 +19857,22 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -16995,7 +19890,7 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -17010,7 +19905,7 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -17025,7 +19920,25 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -17036,7 +19949,21 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -17056,7 +19983,16 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -17067,7 +20003,21 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -17078,26 +20028,26 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -17109,7 +20059,22 @@ net.corda.core.flows.ContractUpgradeFlow$Initiate: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -17132,7 +20097,19 @@ net.corda.core.flows.DataVendingFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -17144,14 +20121,19 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - Nullable default: false type: public returnType: Void - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -17161,7 +20143,7 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -17175,7 +20157,7 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -17186,20 +20168,20 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -17211,61 +20193,73 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOtherSessions: + getOtherSessions(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getOtherSideSession: + getOtherSideSession(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowSession - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getPayload: + getPayload(): annotations: - NotNull default: false type: public final returnType: Object - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -17277,23 +20271,23 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.identity.Party - isFinality: + isFinality(): annotations: [] default: false type: protected returnType: boolean - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -17309,7 +20303,16 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -17325,7 +20328,26 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -17337,7 +20359,22 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -17355,7 +20392,7 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -17370,7 +20407,7 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -17385,7 +20422,25 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -17396,7 +20451,21 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -17416,7 +20485,16 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: Object - sendPayloadAndReceiveDataRequest: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sendPayloadAndReceiveDataRequest(net.corda.core.flows.FlowSession, Object): annotations: - Suspendable - NotNull @@ -17432,7 +20510,7 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: Object - sleep: + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -17443,7 +20521,21 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -17454,26 +20546,26 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - verifyDataRequest: + verifyDataRequest(net.corda.core.internal.FetchDataFlow$Request$Data): annotations: - Suspendable default: false @@ -17484,7 +20576,7 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.internal.FetchDataFlow$Request$Data - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -17496,7 +20588,22 @@ net.corda.core.flows.DataVendingFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -17534,19 +20641,19 @@ net.corda.core.flows.DistributionList$ReceiverDistributionList: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "byte[]" - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - copy: + copy(byte[], net.corda.core.node.StatesToRecord): annotations: - NotNull default: false @@ -17561,7 +20668,7 @@ net.corda.core.flows.DistributionList$ReceiverDistributionList: annotation: - NotNull type: net.corda.core.node.StatesToRecord - equals: + equals(Object): annotations: [] default: false type: public @@ -17571,24 +20678,24 @@ net.corda.core.flows.DistributionList$ReceiverDistributionList: annotation: - Nullable type: Object - getOpaqueData: + getOpaqueData(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getReceiverStatesToRecord: + getReceiverStatesToRecord(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -17602,20 +20709,21 @@ net.corda.core.flows.DistributionList$SenderDistributionList: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - component2: + component2(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - copy: - annotations: + ? copy(net.corda.core.node.StatesToRecord, java.util.Map) + : annotations: - NotNull default: false type: public final @@ -17629,7 +20737,7 @@ net.corda.core.flows.DistributionList$SenderDistributionList: annotation: - NotNull type: "java.util.Map" - equals: + equals(Object): annotations: [] default: false type: public @@ -17639,24 +20747,24 @@ net.corda.core.flows.DistributionList$SenderDistributionList: annotation: - Nullable type: Object - getPeersToStatesToRecord: + getPeersToStatesToRecord(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getSenderStatesToRecord: + getSenderStatesToRecord(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -17671,30 +20779,30 @@ net.corda.core.flows.DistributionRecord: - net.corda.core.contracts.NamedByHash interface: false methods: - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getPeerPartyId: + getPeerPartyId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public abstract returnType: java.time.Instant - getTimestampDiscriminator: + getTimestampDiscriminator(): annotations: [] default: false type: public abstract returnType: int - getTxId: + getTxId(): annotations: - NotNull default: false @@ -17708,24 +20816,24 @@ net.corda.core.flows.DistributionRecordKey: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component3: + component3(): annotations: [] default: false type: public final returnType: int - copy: + copy(net.corda.core.crypto.SecureHash, java.time.Instant, int): annotations: - NotNull default: false @@ -17743,7 +20851,7 @@ net.corda.core.flows.DistributionRecordKey: timestampDiscriminator: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -17753,29 +20861,29 @@ net.corda.core.flows.DistributionRecordKey: annotation: - Nullable type: Object - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getTimestampDiscriminator: + getTimestampDiscriminator(): annotations: [] default: false type: public final returnType: int - getTxnId: + getTxnId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -17789,13 +20897,13 @@ net.corda.core.flows.DistributionRecordType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -17804,7 +20912,7 @@ net.corda.core.flows.DistributionRecordType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -17817,19 +20925,19 @@ net.corda.core.flows.DistributionRecords: implements: [] interface: false methods: - getReceiverRecords: + getReceiverRecords(): annotations: - NotNull default: false type: public final returnType: java.util.List - getSenderRecords: + getSenderRecords(): annotations: - NotNull default: false type: public final returnType: java.util.List - getSize: + getSize(): annotations: [] default: false type: public final @@ -17842,7 +20950,19 @@ net.corda.core.flows.FinalityFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -17854,14 +20974,19 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.transactions.SignedTransaction - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -17871,7 +20996,7 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -17885,7 +21010,7 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -17896,20 +21021,20 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -17921,49 +21046,61 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getTransaction: + getTransaction(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -17975,18 +21112,18 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -18002,7 +21139,16 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -18018,7 +21164,26 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -18030,7 +21195,22 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -18048,7 +21228,7 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -18063,7 +21243,7 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -18078,7 +21258,25 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -18089,7 +21287,21 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -18109,7 +21321,16 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -18120,7 +21341,21 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -18131,32 +21366,32 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - tracker: + tracker(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.utilities.ProgressTracker - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -18168,7 +21403,22 @@ net.corda.core.flows.FinalityFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -18191,7 +21441,7 @@ net.corda.core.flows.FinalityFlow$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -18205,13 +21455,13 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18221,25 +21471,25 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18257,13 +21507,13 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING_NOTARY_ERROR: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18273,25 +21523,25 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING_NOTARY_ERROR: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18309,13 +21559,13 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING_POST_NOTARISATION: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18325,25 +21575,25 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING_POST_NOTARISATION: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18361,13 +21611,13 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING_PRE_NOTARISATION: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18377,25 +21627,25 @@ net.corda.core.flows.FinalityFlow$Companion$BROADCASTING_PRE_NOTARISATION: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18413,13 +21663,13 @@ net.corda.core.flows.FinalityFlow$Companion$FINALISING_TRANSACTION: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18429,25 +21679,25 @@ net.corda.core.flows.FinalityFlow$Companion$FINALISING_TRANSACTION: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18465,13 +21715,13 @@ net.corda.core.flows.FinalityFlow$Companion$NOTARISING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18481,25 +21731,25 @@ net.corda.core.flows.FinalityFlow$Companion$NOTARISING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18517,13 +21767,13 @@ net.corda.core.flows.FinalityFlow$Companion$RECORD_UNNOTARISED: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -18533,25 +21783,25 @@ net.corda.core.flows.FinalityFlow$Companion$RECORD_UNNOTARISED: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -18570,7 +21820,19 @@ net.corda.core.flows.FinalityRecoveryFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -18582,14 +21844,19 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: "java.util.Map" - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -18599,7 +21866,7 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -18613,7 +21880,7 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -18624,20 +21891,20 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -18649,43 +21916,55 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -18697,18 +21976,18 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -18724,7 +22003,16 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -18740,7 +22028,26 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -18752,7 +22059,22 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -18770,7 +22092,7 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -18785,7 +22107,7 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -18800,7 +22122,25 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -18811,7 +22151,21 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -18831,7 +22185,16 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -18842,7 +22205,21 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -18853,26 +22230,26 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -18884,7 +22261,22 @@ net.corda.core.flows.FinalityRecoveryFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -18909,7 +22301,7 @@ net.corda.core.flows.FlowException: - net.corda.core.flows.IdentifiableException interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -18919,7 +22311,7 @@ net.corda.core.flows.FlowException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -18929,48 +22321,48 @@ net.corda.core.flows.FlowException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -18980,7 +22372,7 @@ net.corda.core.flows.FlowException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -18990,7 +22382,7 @@ net.corda.core.flows.FlowException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -19000,7 +22392,7 @@ net.corda.core.flows.FlowException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -19016,7 +22408,7 @@ net.corda.core.flows.FlowExternalAsyncOperation: extends: [] interface: true methods: - execute: + execute(String): annotations: - NotNull default: false @@ -19033,7 +22425,7 @@ net.corda.core.flows.FlowExternalOperation: extends: [] interface: true methods: - execute: + execute(String): annotations: - NotNull default: false @@ -19052,18 +22444,18 @@ net.corda.core.flows.FlowInfo: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(int, String): annotations: - NotNull default: false @@ -19077,7 +22469,7 @@ net.corda.core.flows.FlowInfo: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -19087,23 +22479,23 @@ net.corda.core.flows.FlowInfo: annotation: - Nullable type: Object - getAppName: + getAppName(): annotations: - NotNull default: false type: public final returnType: String - getFlowVersion: + getFlowVersion(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -19118,7 +22510,7 @@ net.corda.core.flows.FlowInitiator: - java.security.Principal interface: false methods: - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false @@ -19132,13 +22524,13 @@ net.corda.core.flows.FlowInitiator$Peer: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - copy: + copy(net.corda.core.identity.Party): annotations: - NotNull default: false @@ -19149,7 +22541,7 @@ net.corda.core.flows.FlowInitiator$Peer: annotation: - NotNull type: net.corda.core.identity.Party - equals: + equals(Object): annotations: [] default: false type: public @@ -19159,30 +22551,30 @@ net.corda.core.flows.FlowInitiator$Peer: annotation: - Nullable type: Object - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - getName: + getName(): annotations: - NotNull default: false type: public returnType: String - getParty: + getParty(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -19196,13 +22588,13 @@ net.corda.core.flows.FlowInitiator$RPC: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String): annotations: - NotNull default: false @@ -19213,7 +22605,7 @@ net.corda.core.flows.FlowInitiator$RPC: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -19223,30 +22615,30 @@ net.corda.core.flows.FlowInitiator$RPC: annotation: - Nullable type: Object - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - getName: + getName(): annotations: - NotNull default: false type: public returnType: String - getUsername: + getUsername(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -19260,13 +22652,13 @@ net.corda.core.flows.FlowInitiator$Scheduled: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ScheduledStateRef - copy: + copy(net.corda.core.contracts.ScheduledStateRef): annotations: - NotNull default: false @@ -19277,7 +22669,7 @@ net.corda.core.flows.FlowInitiator$Scheduled: annotation: - NotNull type: net.corda.core.contracts.ScheduledStateRef - equals: + equals(Object): annotations: [] default: false type: public @@ -19287,30 +22679,30 @@ net.corda.core.flows.FlowInitiator$Scheduled: annotation: - Nullable type: Object - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - getName: + getName(): annotations: - NotNull default: false type: public returnType: String - getScheduledState: + getScheduledState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.ScheduledStateRef - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -19324,13 +22716,13 @@ net.corda.core.flows.FlowInitiator$Service: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String): annotations: - NotNull default: false @@ -19341,7 +22733,7 @@ net.corda.core.flows.FlowInitiator$Service: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -19351,30 +22743,30 @@ net.corda.core.flows.FlowInitiator$Service: annotation: - Nullable type: Object - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - getName: + getName(): annotations: - NotNull default: false type: public returnType: String - getServiceClassName: + getServiceClassName(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -19388,13 +22780,13 @@ net.corda.core.flows.FlowInitiator$Shell: implements: [] interface: false methods: - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - getName: + getName(): annotations: - NotNull default: false @@ -19412,7 +22804,19 @@ net.corda.core.flows.FlowLogic: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -19424,13 +22828,18 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable default: false type: public abstract returnType: T - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -19440,7 +22849,7 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -19454,7 +22863,7 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -19465,20 +22874,20 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -19490,43 +22899,55 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -19538,18 +22959,18 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -19565,7 +22986,16 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -19581,7 +23011,26 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -19593,7 +23042,22 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -19611,7 +23075,7 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -19626,7 +23090,7 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -19641,7 +23105,25 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -19652,7 +23134,21 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -19672,7 +23168,16 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -19683,7 +23188,21 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -19694,26 +23213,26 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -19725,7 +23244,22 @@ net.corda.core.flows.FlowLogic: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -19748,13 +23282,13 @@ net.corda.core.flows.FlowLogic$Companion: implements: [] interface: false methods: - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.FlowLogic - sleep: + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -19765,6 +23299,20 @@ net.corda.core.flows.FlowLogic$Companion: annotation: - NotNull type: java.time.Duration + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean net.corda.core.flows.FlowLogicRef: annotations: - CordaSerializable @@ -19778,7 +23326,22 @@ net.corda.core.flows.FlowLogicRefFactory: extends: [] interface: true methods: - create: + create(Class>, Object[]): + annotations: + - NotNull + default: false + type: public abstract + returnType: net.corda.core.flows.FlowLogicRef + params: + flowClass: + annotation: + - NotNull + type: Class> + args: + annotation: + - NotNull + type: "Object[]" + create(String, Object[]): annotations: - NotNull default: false @@ -19793,7 +23356,7 @@ net.corda.core.flows.FlowLogicRefFactory: annotation: - NotNull type: "Object[]" - toFlowLogic: + toFlowLogic(net.corda.core.flows.FlowLogicRef): annotations: - NotNull default: false @@ -19812,7 +23375,7 @@ net.corda.core.flows.FlowRecoveryException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -19822,7 +23385,7 @@ net.corda.core.flows.FlowRecoveryException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -19832,48 +23395,48 @@ net.corda.core.flows.FlowRecoveryException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -19883,7 +23446,7 @@ net.corda.core.flows.FlowRecoveryException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -19893,7 +23456,7 @@ net.corda.core.flows.FlowRecoveryException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -19903,7 +23466,7 @@ net.corda.core.flows.FlowRecoveryException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -19921,26 +23484,27 @@ net.corda.core.flows.FlowRecoveryQuery: implements: [] interface: false methods: - component1: + component1(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.FlowTimeWindow - component2: + component2(): annotations: - Nullable default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - Nullable default: false type: public final returnType: java.util.List - copy: - annotations: + ? copy(net.corda.core.flows.FlowTimeWindow, java.util.List, + java.util.List) + : annotations: - NotNull default: false type: public final @@ -19958,7 +23522,7 @@ net.corda.core.flows.FlowRecoveryQuery: annotation: - Nullable type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -19968,30 +23532,30 @@ net.corda.core.flows.FlowRecoveryQuery: annotation: - Nullable type: Object - getCounterParties: + getCounterParties(): annotations: - Nullable default: false type: public final returnType: java.util.List - getInitiatedBy: + getInitiatedBy(): annotations: - Nullable default: false type: public final returnType: java.util.List - getTimeframe: + getTimeframe(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.FlowTimeWindow - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -20004,32 +23568,49 @@ net.corda.core.flows.FlowSession: implements: [] interface: false methods: - close: + close(): annotations: - Suspendable default: false type: public abstract returnType: void - getCounterparty: + getCounterparty(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.identity.Party - getCounterpartyFlowInfo: + getCounterpartyFlowInfo(): annotations: - Suspendable - NotNull default: false type: public abstract returnType: net.corda.core.flows.FlowInfo - getDestination: + getCounterpartyFlowInfo(boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public abstract + returnType: net.corda.core.flows.FlowInfo + params: + maySkipCheckpoint: + annotation: [] + type: boolean + getDestination(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.flows.Destination - receive: + receive(): + annotations: + - Suspendable + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + receive(Class): annotations: - Suspendable - NotNull @@ -20041,7 +23622,22 @@ net.corda.core.flows.FlowSession: annotation: - NotNull type: Class - send: + receive(Class, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public abstract + returnType: net.corda.core.utilities.UntrustworthyData + params: + receiveType: + annotation: + - NotNull + type: Class + maySkipCheckpoint: + annotation: [] + type: boolean + send(Object): annotations: - Suspendable default: false @@ -20052,7 +23648,21 @@ net.corda.core.flows.FlowSession: annotation: - NotNull type: Object - sendAndReceive: + send(Object, boolean): + annotations: + - Suspendable + default: false + type: public abstract + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, Object): annotations: - Suspendable - NotNull @@ -20068,6 +23678,35 @@ net.corda.core.flows.FlowSession: annotation: - NotNull type: Object + sendAndReceive(Class, Object, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public abstract + returnType: net.corda.core.utilities.UntrustworthyData + params: + receiveType: + annotation: + - NotNull + type: Class + payload: + annotation: + - NotNull + type: Object + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Object): + annotations: + - Suspendable + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object net.corda.core.flows.FlowStackSnapshot: annotations: [] type: public final class @@ -20075,25 +23714,25 @@ net.corda.core.flows.FlowStackSnapshot: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(java.time.Instant, String, java.util.List): annotations: - NotNull default: false @@ -20112,7 +23751,7 @@ net.corda.core.flows.FlowStackSnapshot: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -20122,30 +23761,30 @@ net.corda.core.flows.FlowStackSnapshot: annotation: - Nullable type: Object - getFlowClass: + getFlowClass(): annotations: - NotNull default: false type: public final returnType: String - getStackFrames: + getStackFrames(): annotations: - NotNull default: false type: public final returnType: java.util.List - getTime: + getTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -20158,19 +23797,19 @@ net.corda.core.flows.FlowStackSnapshot$Frame: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: StackTraceElement - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(StackTraceElement, java.util.List): annotations: - NotNull default: false @@ -20185,7 +23824,7 @@ net.corda.core.flows.FlowStackSnapshot$Frame: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -20195,24 +23834,24 @@ net.corda.core.flows.FlowStackSnapshot$Frame: annotation: - Nullable type: Object - getStackObjects: + getStackObjects(): annotations: - NotNull default: false type: public final returnType: java.util.List - getStackTraceElement: + getStackTraceElement(): annotations: - NotNull default: false type: public final returnType: StackTraceElement - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -20226,7 +23865,7 @@ net.corda.core.flows.FlowTimeWindow: implements: [] interface: false methods: - between: + between(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -20241,19 +23880,19 @@ net.corda.core.flows.FlowTimeWindow: annotation: - NotNull type: java.time.Instant - component1: + component1(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - component2: + component2(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - copy: + copy(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -20268,7 +23907,7 @@ net.corda.core.flows.FlowTimeWindow: annotation: - Nullable type: java.time.Instant - equals: + equals(Object): annotations: [] default: false type: public @@ -20278,7 +23917,7 @@ net.corda.core.flows.FlowTimeWindow: annotation: - Nullable type: Object - fromOnly: + fromOnly(java.time.Instant): annotations: - NotNull default: false @@ -20289,30 +23928,30 @@ net.corda.core.flows.FlowTimeWindow: annotation: - NotNull type: java.time.Instant - getFromTime: + getFromTime(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - getUntilTime: + getUntilTime(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - untilOnly: + untilOnly(java.time.Instant): annotations: - NotNull default: false @@ -20335,7 +23974,7 @@ net.corda.core.flows.FlowTimeWindow$Companion: implements: [] interface: false methods: - between: + between(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -20350,7 +23989,7 @@ net.corda.core.flows.FlowTimeWindow$Companion: annotation: - NotNull type: java.time.Instant - fromOnly: + fromOnly(java.time.Instant): annotations: - NotNull default: false @@ -20361,7 +24000,7 @@ net.corda.core.flows.FlowTimeWindow$Companion: annotation: - NotNull type: java.time.Instant - untilOnly: + untilOnly(java.time.Instant): annotations: - NotNull default: false @@ -20380,38 +24019,39 @@ net.corda.core.flows.FlowTransactionInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.TransactionStatus - component4: + component4(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component5: + component5(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.TransactionMetadata - copy: - annotations: + ? copy(net.corda.core.flows.StateMachineRunId, String, net.corda.core.node.services.TransactionStatus, + java.time.Instant, net.corda.core.flows.TransactionMetadata) + : annotations: - NotNull default: false type: public final @@ -20437,7 +24077,7 @@ net.corda.core.flows.FlowTransactionInfo: annotation: - Nullable type: net.corda.core.flows.TransactionMetadata - equals: + equals(Object): annotations: [] default: false type: public @@ -20447,42 +24087,42 @@ net.corda.core.flows.FlowTransactionInfo: annotation: - Nullable type: Object - getMetadata: + getMetadata(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.TransactionMetadata - getStateMachineRunId: + getStateMachineRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getStatus: + getStatus(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.TransactionStatus - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isInitiator: + isInitiator(net.corda.core.identity.CordaX500Name): annotations: [] default: false type: public final @@ -20492,7 +24132,7 @@ net.corda.core.flows.FlowTransactionInfo: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - toString: + toString(): annotations: - NotNull default: false @@ -20506,7 +24146,7 @@ net.corda.core.flows.HospitalizeFlowException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -20516,7 +24156,7 @@ net.corda.core.flows.HospitalizeFlowException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -20526,36 +24166,36 @@ net.corda.core.flows.HospitalizeFlowException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -20565,7 +24205,7 @@ net.corda.core.flows.HospitalizeFlowException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -20575,7 +24215,7 @@ net.corda.core.flows.HospitalizeFlowException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -20591,7 +24231,7 @@ net.corda.core.flows.IdentifiableException: extends: [] interface: true methods: - getErrorId: + getErrorId(): annotations: - Nullable default: true @@ -20604,7 +24244,7 @@ net.corda.core.flows.IllegalFlowLogicException: implements: [] interface: false methods: - getType: + getType(): annotations: - NotNull default: false @@ -20615,7 +24255,7 @@ net.corda.core.flows.InitiatedBy: type: public @interface interface: false methods: - value: + value(): annotations: [] default: false type: public abstract @@ -20625,7 +24265,7 @@ net.corda.core.flows.InitiatingFlow: type: public @interface interface: false methods: - version: + version(): annotations: [] default: false type: public abstract @@ -20638,7 +24278,7 @@ net.corda.core.flows.KilledFlowException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -20648,7 +24288,7 @@ net.corda.core.flows.KilledFlowException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -20658,42 +24298,42 @@ net.corda.core.flows.KilledFlowException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getId: + getId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -20703,7 +24343,7 @@ net.corda.core.flows.KilledFlowException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -20713,7 +24353,7 @@ net.corda.core.flows.KilledFlowException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -20731,7 +24371,7 @@ net.corda.core.flows.LedgerRecoveryException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -20741,7 +24381,7 @@ net.corda.core.flows.LedgerRecoveryException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -20751,48 +24391,48 @@ net.corda.core.flows.LedgerRecoveryException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -20802,7 +24442,7 @@ net.corda.core.flows.LedgerRecoveryException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -20812,7 +24452,7 @@ net.corda.core.flows.LedgerRecoveryException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -20822,7 +24462,7 @@ net.corda.core.flows.LedgerRecoveryException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -20840,7 +24480,19 @@ net.corda.core.flows.LedgerRecoveryFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -20852,14 +24504,19 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.flows.LedgerRecoveryResult - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -20869,7 +24526,7 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -20883,7 +24540,7 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -20894,20 +24551,20 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -20919,43 +24576,55 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -20967,18 +24636,18 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -20994,7 +24663,16 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -21010,7 +24688,26 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -21022,7 +24719,22 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -21040,7 +24752,7 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -21055,7 +24767,7 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -21070,7 +24782,25 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -21081,7 +24811,21 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -21101,7 +24845,16 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -21112,7 +24865,21 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -21123,26 +24890,26 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -21154,7 +24921,22 @@ net.corda.core.flows.LedgerRecoveryFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -21178,50 +24960,51 @@ net.corda.core.flows.LedgerRecoveryParameters: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - component2: + component2(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.RecoveryTimeWindow - component3: + component3(): annotations: [] default: false type: public final returnType: boolean - component4: + component4(): annotations: [] default: false type: public final returnType: boolean - component5: + component5(): annotations: [] default: false type: public final returnType: boolean - component6: + component6(): annotations: [] default: false type: public final returnType: boolean - component7: + component7(): annotations: [] default: false type: public final returnType: int - component8: + component8(): annotations: [] default: false type: public final returnType: boolean - copy: - annotations: + ? copy(java.util.Collection, net.corda.core.flows.RecoveryTimeWindow, + boolean, boolean, boolean, boolean, int, boolean) + : annotations: - NotNull default: false type: public final @@ -21253,7 +25036,7 @@ net.corda.core.flows.LedgerRecoveryParameters: alsoFinalize: annotation: [] type: boolean - equals: + equals(Object): annotations: [] default: false type: public @@ -21263,54 +25046,54 @@ net.corda.core.flows.LedgerRecoveryParameters: annotation: - Nullable type: Object - getAlsoFinalize: + getAlsoFinalize(): annotations: [] default: false type: public final returnType: boolean - getDryRun: + getDryRun(): annotations: [] default: false type: public final returnType: boolean - getRecoveryBatchSize: + getRecoveryBatchSize(): annotations: [] default: false type: public final returnType: int - getRecoveryPeers: + getRecoveryPeers(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - getTimeWindow: + getTimeWindow(): annotations: - Nullable default: false type: public final returnType: net.corda.core.flows.RecoveryTimeWindow - getUseAllNetworkNodes: + getUseAllNetworkNodes(): annotations: [] default: false type: public final returnType: boolean - getUseTimeWindowNarrowing: + getUseTimeWindowNarrowing(): annotations: [] default: false type: public final returnType: boolean - getVerboseLogging: + getVerboseLogging(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -21324,27 +25107,27 @@ net.corda.core.flows.LedgerRecoveryResult: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: long - component2: + component2(): annotations: [] default: false type: public final returnType: long - component3: + component3(): annotations: [] default: false type: public final returnType: long - component4: + component4(): annotations: [] default: false type: public final returnType: long - copy: + copy(long, long, long, long): annotations: - NotNull default: false @@ -21363,7 +25146,7 @@ net.corda.core.flows.LedgerRecoveryResult: totalErrors: annotation: [] type: long - equals: + equals(Object): annotations: [] default: false type: public @@ -21373,32 +25156,32 @@ net.corda.core.flows.LedgerRecoveryResult: annotation: - Nullable type: Object - getTotalErrors: + getTotalErrors(): annotations: [] default: false type: public final returnType: long - getTotalRecoveredInFlightTransactions: + getTotalRecoveredInFlightTransactions(): annotations: [] default: false type: public final returnType: long - getTotalRecoveredRecords: + getTotalRecoveredRecords(): annotations: [] default: false type: public final returnType: long - getTotalRecoveredTransactions: + getTotalRecoveredTransactions(): annotations: [] default: false type: public final returnType: long - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -21413,47 +25196,47 @@ net.corda.core.flows.MaybeSerializedSignedTransaction: - net.corda.core.contracts.NamedByHash interface: false methods: - get: + get(): annotations: - Nullable default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInFlight: + getInFlight(): annotations: [] default: false type: public final returnType: boolean - getNonSerialised: + getNonSerialised(): annotations: - Nullable default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - getSerialized: + getSerialized(): annotations: - Nullable default: false type: public final returnType: net.corda.core.serialization.SerializedBytes - isNull: + isNull(): annotations: [] default: false type: public final returnType: boolean - payloadContentDescription: + payloadContentDescription(): annotations: - NotNull default: false type: public final returnType: String - serializedByteCount: + serializedByteCount(): annotations: [] default: false type: public final @@ -21466,19 +25249,19 @@ net.corda.core.flows.NotarisationPayload: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Object - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.NotarisationRequestSignature - copy: + copy(Object, net.corda.core.flows.NotarisationRequestSignature): annotations: - NotNull default: false @@ -21493,7 +25276,7 @@ net.corda.core.flows.NotarisationPayload: annotation: - NotNull type: net.corda.core.flows.NotarisationRequestSignature - equals: + equals(Object): annotations: [] default: false type: public @@ -21503,36 +25286,36 @@ net.corda.core.flows.NotarisationPayload: annotation: - Nullable type: Object - getCoreTransaction: + getCoreTransaction(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.CoreTransaction - getRequestSignature: + getRequestSignature(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.NotarisationRequestSignature - getSignedTransaction: + getSignedTransaction(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - getTransaction: + getTransaction(): annotations: - NotNull default: false type: public final returnType: Object - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -21546,13 +25329,13 @@ net.corda.core.flows.NotarisationRequest: implements: [] interface: false methods: - getStatesToConsume: + getStatesToConsume(): annotations: - NotNull default: false type: public final returnType: java.util.List - getTransactionId: + getTransactionId(): annotations: - NotNull default: false @@ -21578,18 +25361,18 @@ net.corda.core.flows.NotarisationRequestSignature: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigitalSignature$WithKey - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(net.corda.core.crypto.DigitalSignature$WithKey, int): annotations: - NotNull default: false @@ -21603,7 +25386,7 @@ net.corda.core.flows.NotarisationRequestSignature: platformVersion: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -21613,23 +25396,23 @@ net.corda.core.flows.NotarisationRequestSignature: annotation: - Nullable type: Object - getDigitalSignature: + getDigitalSignature(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigitalSignature$WithKey - getPlatformVersion: + getPlatformVersion(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -21643,13 +25426,13 @@ net.corda.core.flows.NotarisationResponse: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(java.util.List): annotations: - NotNull default: false @@ -21660,7 +25443,7 @@ net.corda.core.flows.NotarisationResponse: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -21670,18 +25453,18 @@ net.corda.core.flows.NotarisationResponse: annotation: - Nullable type: Object - getSignatures: + getSignatures(): annotations: - NotNull default: false type: public final returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -21695,13 +25478,25 @@ net.corda.core.flows.NotaryChangeFlow: implements: [] interface: false methods: - assembleTx: + assembleTx(): annotations: - NotNull default: false type: protected returnType: net.corda.core.flows.AbstractStateReplacementFlow$UpgradeTx - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -21713,14 +25508,19 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.contracts.StateAndRef - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -21730,7 +25530,7 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -21744,7 +25544,7 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -21755,20 +25555,20 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -21780,60 +25580,72 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getModification: + getModification(): annotations: [] default: false type: public final returnType: M - getOriginalState: + getOriginalState(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateAndRef - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getParticipantSessions: + getParticipantSessions(): annotations: - NotNull default: false type: public returnType: "java.util.List>>" - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -21845,18 +25657,18 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -21872,7 +25684,16 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -21888,7 +25709,26 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -21900,7 +25740,22 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -21918,7 +25773,7 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -21933,7 +25788,7 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -21948,7 +25803,25 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -21959,7 +25832,21 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -21979,7 +25866,16 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -21990,7 +25886,21 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -22001,26 +25911,26 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -22032,7 +25942,22 @@ net.corda.core.flows.NotaryChangeFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -22080,20 +26005,21 @@ net.corda.core.flows.NotaryError$Conflict: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - copy: - annotations: + ? copy(net.corda.core.crypto.SecureHash, java.util.Map) + : annotations: - NotNull default: false type: public final @@ -22107,7 +26033,7 @@ net.corda.core.flows.NotaryError$Conflict: annotation: - NotNull type: "java.util.Map" - equals: + equals(Object): annotations: [] default: false type: public @@ -22117,24 +26043,24 @@ net.corda.core.flows.NotaryError$Conflict: annotation: - Nullable type: Object - getConsumedStates: + getConsumedStates(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getTxId: + getTxId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -22157,13 +26083,13 @@ net.corda.core.flows.NotaryError$General: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Throwable - copy: + copy(Throwable): annotations: - NotNull default: false @@ -22174,7 +26100,7 @@ net.corda.core.flows.NotaryError$General: annotation: - NotNull type: Throwable - equals: + equals(Object): annotations: [] default: false type: public @@ -22184,18 +26110,18 @@ net.corda.core.flows.NotaryError$General: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - NotNull default: false type: public final returnType: Throwable - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -22218,13 +26144,13 @@ net.corda.core.flows.NotaryError$RequestSignatureInvalid: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Throwable - copy: + copy(Throwable): annotations: - NotNull default: false @@ -22235,7 +26161,7 @@ net.corda.core.flows.NotaryError$RequestSignatureInvalid: annotation: - NotNull type: Throwable - equals: + equals(Object): annotations: [] default: false type: public @@ -22245,18 +26171,18 @@ net.corda.core.flows.NotaryError$RequestSignatureInvalid: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - NotNull default: false type: public final returnType: Throwable - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -22279,19 +26205,19 @@ net.corda.core.flows.NotaryError$TimeWindowInvalid: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.TimeWindow - copy: + copy(java.time.Instant, net.corda.core.contracts.TimeWindow): annotations: - NotNull default: false @@ -22306,7 +26232,7 @@ net.corda.core.flows.NotaryError$TimeWindowInvalid: annotation: - NotNull type: net.corda.core.contracts.TimeWindow - equals: + equals(Object): annotations: [] default: false type: public @@ -22316,24 +26242,24 @@ net.corda.core.flows.NotaryError$TimeWindowInvalid: annotation: - Nullable type: Object - getCurrentTime: + getCurrentTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getTxTimeWindow: + getTxTimeWindow(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.TimeWindow - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -22367,13 +26293,13 @@ net.corda.core.flows.NotaryError$TransactionInvalid: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Throwable - copy: + copy(Throwable): annotations: - NotNull default: false @@ -22384,7 +26310,7 @@ net.corda.core.flows.NotaryError$TransactionInvalid: annotation: - NotNull type: Throwable - equals: + equals(Object): annotations: [] default: false type: public @@ -22394,18 +26320,18 @@ net.corda.core.flows.NotaryError$TransactionInvalid: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - NotNull default: false type: public final returnType: Throwable - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -22449,7 +26375,7 @@ net.corda.core.flows.NotaryException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -22459,7 +26385,7 @@ net.corda.core.flows.NotaryException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -22469,60 +26395,60 @@ net.corda.core.flows.NotaryException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getError: + getError(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.NotaryError - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getTxId: + getTxId(): annotations: - Nullable default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -22532,7 +26458,7 @@ net.corda.core.flows.NotaryException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -22542,7 +26468,7 @@ net.corda.core.flows.NotaryException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -22552,7 +26478,7 @@ net.corda.core.flows.NotaryException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -22577,7 +26503,7 @@ net.corda.core.flows.NotaryFlow$Client: implements: [] interface: false methods: - applyWaitTimeUpdate: + applyWaitTimeUpdate(net.corda.core.flows.FlowSession, net.corda.core.flows.WaitTimeUpdate): annotations: [] default: false type: public @@ -22591,7 +26517,19 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.flows.WaitTimeUpdate - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -22603,14 +26541,19 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: java.util.List - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -22620,7 +26563,7 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -22634,13 +26577,13 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: "java.util.Map" - checkTransaction: + checkTransaction(): annotations: - NotNull default: false type: protected final returnType: net.corda.core.identity.Party - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -22651,20 +26594,20 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -22676,43 +26619,55 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -22724,12 +26679,12 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - notarise: + notarise(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -22741,13 +26696,13 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -22763,7 +26718,16 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -22779,7 +26743,26 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -22791,7 +26774,22 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -22809,7 +26807,7 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -22824,7 +26822,7 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -22839,7 +26837,25 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -22850,7 +26866,21 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -22870,7 +26900,16 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -22881,7 +26920,21 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -22892,27 +26945,28 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - validateResponse: - annotations: + ? validateResponse(net.corda.core.utilities.UntrustworthyData, + net.corda.core.identity.Party) + : annotations: - NotNull default: false type: protected final @@ -22926,7 +26980,7 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.identity.Party - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -22938,7 +26992,22 @@ net.corda.core.flows.NotaryFlow$Client: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -22961,7 +27030,7 @@ net.corda.core.flows.NotaryFlow$Client$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -22975,13 +27044,13 @@ net.corda.core.flows.NotaryFlow$Client$Companion$REQUESTING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -22991,25 +27060,25 @@ net.corda.core.flows.NotaryFlow$Client$Companion$REQUESTING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -23027,13 +27096,13 @@ net.corda.core.flows.NotaryFlow$Client$Companion$VALIDATING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -23043,25 +27112,25 @@ net.corda.core.flows.NotaryFlow$Client$Companion$VALIDATING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -23078,7 +27147,7 @@ net.corda.core.flows.NotarySigCheck: implements: [] interface: false methods: - needsNotarySignature: + needsNotarySignature(net.corda.core.transactions.SignedTransaction): annotations: [] default: false type: public final @@ -23100,7 +27169,19 @@ net.corda.core.flows.ReceiveFinalityFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -23112,14 +27193,19 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.transactions.SignedTransaction - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -23129,7 +27215,7 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -23143,7 +27229,7 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -23154,20 +27240,20 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23179,43 +27265,55 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23227,18 +27325,18 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23254,7 +27352,16 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -23270,7 +27377,26 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -23282,7 +27408,22 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -23300,7 +27441,7 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -23315,7 +27456,7 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -23330,7 +27471,25 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -23341,7 +27500,21 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -23361,7 +27534,16 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -23372,7 +27554,21 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -23383,26 +27579,26 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -23414,7 +27610,22 @@ net.corda.core.flows.ReceiveFinalityFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -23437,7 +27648,19 @@ net.corda.core.flows.ReceiveStateAndRefFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -23449,14 +27672,19 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: java.util.List> - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -23466,7 +27694,7 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -23480,7 +27708,7 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -23491,20 +27719,20 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23516,43 +27744,55 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23564,18 +27804,18 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23591,7 +27831,16 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -23607,7 +27856,26 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -23619,7 +27887,22 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -23637,7 +27920,7 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -23652,7 +27935,7 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -23667,7 +27950,25 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -23678,7 +27979,21 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -23698,7 +28013,16 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -23709,7 +28033,21 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -23720,26 +28058,26 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -23751,7 +28089,22 @@ net.corda.core.flows.ReceiveStateAndRefFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -23774,7 +28127,19 @@ net.corda.core.flows.ReceiveTransactionFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -23786,14 +28151,14 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.transactions.SignedTransaction - checkBeforeRecording: + checkBeforeRecording(net.corda.core.transactions.SignedTransaction): annotations: - Suspendable default: false @@ -23804,7 +28169,12 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.transactions.SignedTransaction - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -23814,7 +28184,7 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -23828,7 +28198,7 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -23839,20 +28209,20 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23864,43 +28234,55 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23912,18 +28294,18 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -23939,7 +28321,16 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -23955,7 +28346,26 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -23967,7 +28377,22 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -23985,7 +28410,7 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: "java.util.Map" - resolvePayload: + resolvePayload(Object): annotations: - NotNull default: false @@ -23996,7 +28421,7 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: Object - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -24011,7 +28436,7 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -24026,7 +28451,25 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -24037,7 +28480,21 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -24057,7 +28514,16 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -24068,7 +28534,21 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -24079,26 +28559,26 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -24110,7 +28590,22 @@ net.corda.core.flows.ReceiveTransactionFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -24134,43 +28629,44 @@ net.corda.core.flows.ReceiverDistributionRecord: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component4: + component4(): annotations: [] default: false type: public final returnType: int - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.OpaqueBytes - component6: + component6(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - copy: - annotations: + ? copy(net.corda.core.crypto.SecureHash, net.corda.core.crypto.SecureHash, java.time.Instant, + int, net.corda.core.utilities.OpaqueBytes, net.corda.core.node.StatesToRecord) + : annotations: - NotNull default: false type: public final @@ -24199,7 +28695,7 @@ net.corda.core.flows.ReceiverDistributionRecord: annotation: - NotNull type: net.corda.core.node.StatesToRecord - equals: + equals(Object): annotations: [] default: false type: public @@ -24209,53 +28705,53 @@ net.corda.core.flows.ReceiverDistributionRecord: annotation: - Nullable type: Object - getEncryptedDistributionList: + getEncryptedDistributionList(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.OpaqueBytes - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getPeerPartyId: + getPeerPartyId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getReceiverStatesToRecord: + getReceiverStatesToRecord(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public returnType: java.time.Instant - getTimestampDiscriminator: + getTimestampDiscriminator(): annotations: [] default: false type: public returnType: int - getTxId: + getTxId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -24269,7 +28765,7 @@ net.corda.core.flows.RecoveryTimeWindow: implements: [] interface: false methods: - between: + between(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -24284,19 +28780,19 @@ net.corda.core.flows.RecoveryTimeWindow: annotation: - NotNull type: java.time.Instant - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - copy: + copy(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -24311,7 +28807,7 @@ net.corda.core.flows.RecoveryTimeWindow: annotation: - NotNull type: java.time.Instant - equals: + equals(Object): annotations: [] default: false type: public @@ -24321,7 +28817,7 @@ net.corda.core.flows.RecoveryTimeWindow: annotation: - Nullable type: Object - fromOnly: + fromOnly(java.time.Instant): annotations: - NotNull default: false @@ -24332,30 +28828,30 @@ net.corda.core.flows.RecoveryTimeWindow: annotation: - NotNull type: java.time.Instant - getFromTime: + getFromTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getUntilTime: + getUntilTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - untilOnly: + untilOnly(java.time.Instant): annotations: - NotNull default: false @@ -24378,7 +28874,7 @@ net.corda.core.flows.RecoveryTimeWindow$Companion: implements: [] interface: false methods: - between: + between(java.time.Instant, java.time.Instant): annotations: - NotNull default: false @@ -24393,7 +28889,7 @@ net.corda.core.flows.RecoveryTimeWindow$Companion: annotation: - NotNull type: java.time.Instant - fromOnly: + fromOnly(java.time.Instant): annotations: - NotNull default: false @@ -24404,7 +28900,7 @@ net.corda.core.flows.RecoveryTimeWindow$Companion: annotation: - NotNull type: java.time.Instant - untilOnly: + untilOnly(java.time.Instant): annotations: - NotNull default: false @@ -24423,7 +28919,7 @@ net.corda.core.flows.ResultSerializationException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -24433,7 +28929,7 @@ net.corda.core.flows.ResultSerializationException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -24443,36 +28939,36 @@ net.corda.core.flows.ResultSerializationException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -24482,7 +28978,7 @@ net.corda.core.flows.ResultSerializationException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -24492,7 +28988,7 @@ net.corda.core.flows.ResultSerializationException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -24514,7 +29010,19 @@ net.corda.core.flows.SendStateAndRefFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -24526,14 +29034,19 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - Nullable default: false type: public returnType: Void - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -24543,7 +29056,7 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -24557,7 +29070,7 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -24568,20 +29081,20 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -24593,61 +29106,73 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOtherSessions: + getOtherSessions(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getOtherSideSession: + getOtherSideSession(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowSession - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getPayload: + getPayload(): annotations: - NotNull default: false type: public final returnType: Object - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -24659,23 +29184,23 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.identity.Party - isFinality: + isFinality(): annotations: [] default: false type: protected returnType: boolean - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -24691,7 +29216,16 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -24707,7 +29241,26 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -24719,7 +29272,22 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -24737,7 +29305,7 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -24752,7 +29320,7 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -24767,7 +29335,25 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -24778,7 +29364,21 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -24798,7 +29398,16 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: Object - sendPayloadAndReceiveDataRequest: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sendPayloadAndReceiveDataRequest(net.corda.core.flows.FlowSession, Object): annotations: - Suspendable - NotNull @@ -24814,7 +29423,7 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: Object - sleep: + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -24825,7 +29434,21 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -24836,26 +29459,26 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - verifyDataRequest: + verifyDataRequest(net.corda.core.internal.FetchDataFlow$Request$Data): annotations: - Suspendable default: false @@ -24866,7 +29489,7 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.internal.FetchDataFlow$Request$Data - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -24878,7 +29501,22 @@ net.corda.core.flows.SendStateAndRefFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -24901,7 +29539,19 @@ net.corda.core.flows.SendTransactionFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -24913,14 +29563,19 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - Nullable default: false type: public returnType: Void - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -24930,7 +29585,7 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -24944,7 +29599,7 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -24955,20 +29610,20 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -24980,85 +29635,97 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getObserverSessions: + getObserverSessions(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getOtherSessions: + getOtherSessions(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getOtherSideSession: + getOtherSideSession(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowSession - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getParticipantSessions: + getParticipantSessions(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getPayload: + getPayload(): annotations: - NotNull default: false type: public final returnType: Object - getProgressTracker: + getProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getSenderStatesToRecord: + getSenderStatesToRecord(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getStx: + getStx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -25070,23 +29737,23 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - isFinality: + isFinality(): annotations: [] default: false type: protected returnType: boolean - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -25102,7 +29769,16 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -25118,7 +29794,26 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -25130,7 +29825,22 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -25148,7 +29858,7 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -25163,7 +29873,7 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -25178,7 +29888,25 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -25189,7 +29917,21 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -25209,7 +29951,16 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: Object - sendPayloadAndReceiveDataRequest: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sendPayloadAndReceiveDataRequest(net.corda.core.flows.FlowSession, Object): annotations: - Suspendable - NotNull @@ -25225,7 +29976,7 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: Object - sleep: + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -25236,7 +29987,21 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -25247,26 +30012,26 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - verifyDataRequest: + verifyDataRequest(net.corda.core.internal.FetchDataFlow$Request$Data): annotations: - Suspendable default: false @@ -25277,7 +30042,7 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.internal.FetchDataFlow$Request$Data - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -25289,7 +30054,22 @@ net.corda.core.flows.SendTransactionFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -25312,14 +30092,16 @@ net.corda.core.flows.SendTransactionFlow$Companion: implements: [] interface: false methods: - getDUMMY_PARTICIPANT_NAME: + getDUMMY_PARTICIPANT_NAME(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - makeMetaData: - annotations: + ? makeMetaData(net.corda.core.transactions.SignedTransaction, boolean, net.corda.core.node.StatesToRecord, + java.util.Set, java.util.Set) + : annotations: - Nullable default: false type: public final @@ -25352,43 +30134,44 @@ net.corda.core.flows.SenderDistributionRecord: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component4: + component4(): annotations: [] default: false type: public final returnType: int - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - component6: + component6(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - copy: - annotations: + ? copy(net.corda.core.crypto.SecureHash, net.corda.core.crypto.SecureHash, java.time.Instant, + int, net.corda.core.node.StatesToRecord, net.corda.core.node.StatesToRecord) + : annotations: - NotNull default: false type: public final @@ -25417,7 +30200,7 @@ net.corda.core.flows.SenderDistributionRecord: annotation: - NotNull type: net.corda.core.node.StatesToRecord - equals: + equals(Object): annotations: [] default: false type: public @@ -25427,53 +30210,53 @@ net.corda.core.flows.SenderDistributionRecord: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getPeerPartyId: + getPeerPartyId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getReceiverStatesToRecord: + getReceiverStatesToRecord(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - getSenderStatesToRecord: + getSenderStatesToRecord(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.StatesToRecord - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public returnType: java.time.Instant - getTimestampDiscriminator: + getTimestampDiscriminator(): annotations: [] default: false type: public returnType: int - getTxId: + getTxId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -25486,7 +30269,19 @@ net.corda.core.flows.SignTransactionFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -25498,14 +30293,19 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: net.corda.core.transactions.SignedTransaction - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -25515,7 +30315,7 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -25529,7 +30329,7 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: "java.util.Map" - checkTransaction: + checkTransaction(net.corda.core.transactions.SignedTransaction): annotations: - Suspendable default: false @@ -25540,7 +30340,7 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.transactions.SignedTransaction - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -25551,20 +30351,20 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -25576,49 +30376,61 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOtherSideSession: + getOtherSideSession(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowSession - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -25630,18 +30442,18 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -25657,7 +30469,16 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -25673,7 +30494,26 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -25685,7 +30525,22 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -25703,7 +30558,7 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -25718,7 +30573,7 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -25733,7 +30588,25 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -25744,7 +30617,21 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -25764,7 +30651,16 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -25775,7 +30671,21 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -25786,32 +30696,32 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - tracker: + tracker(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.utilities.ProgressTracker - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -25823,7 +30733,22 @@ net.corda.core.flows.SignTransactionFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -25846,7 +30771,7 @@ net.corda.core.flows.SignTransactionFlow$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -25860,13 +30785,13 @@ net.corda.core.flows.SignTransactionFlow$Companion$RECEIVING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -25876,25 +30801,25 @@ net.corda.core.flows.SignTransactionFlow$Companion$RECEIVING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -25912,13 +30837,13 @@ net.corda.core.flows.SignTransactionFlow$Companion$SIGNING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -25928,25 +30853,25 @@ net.corda.core.flows.SignTransactionFlow$Companion$SIGNING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -25964,13 +30889,13 @@ net.corda.core.flows.SignTransactionFlow$Companion$VERIFYING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -25980,25 +30905,25 @@ net.corda.core.flows.SignTransactionFlow$Companion$VERIFYING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -26016,24 +30941,24 @@ net.corda.core.flows.SignedTransactionWithDistributionList: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - component2: + component2(): annotations: - NotNull default: false type: public final returnType: "byte[]" - component3: + component3(): annotations: [] default: false type: public final returnType: boolean - copy: + copy(net.corda.core.transactions.SignedTransaction, byte[], boolean): annotations: - NotNull default: false @@ -26051,7 +30976,7 @@ net.corda.core.flows.SignedTransactionWithDistributionList: isFinality: annotation: [] type: boolean - equals: + equals(Object): annotations: [] default: false type: public @@ -26061,29 +30986,29 @@ net.corda.core.flows.SignedTransactionWithDistributionList: annotation: - Nullable type: Object - getDistributionList: + getDistributionList(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getStx: + getStx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isFinality: + isFinality(): annotations: [] default: false type: public final returnType: boolean - toString: + toString(): annotations: - NotNull default: false @@ -26096,13 +31021,13 @@ net.corda.core.flows.StackFrameDataToken: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String): annotations: - NotNull default: false @@ -26113,7 +31038,7 @@ net.corda.core.flows.StackFrameDataToken: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -26123,18 +31048,18 @@ net.corda.core.flows.StackFrameDataToken: annotation: - Nullable type: Object - getClassName: + getClassName(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -26158,19 +31083,30 @@ net.corda.core.flows.StateConsumptionDetails: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateConsumptionDetails$ConsumedStateType - copy: + copy(net.corda.core.crypto.SecureHash): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.StateConsumptionDetails + params: + hashOfTransactionId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + copy(net.corda.core.crypto.SecureHash, net.corda.core.flows.StateConsumptionDetails$ConsumedStateType): annotations: - NotNull default: false @@ -26185,7 +31121,7 @@ net.corda.core.flows.StateConsumptionDetails: annotation: - NotNull type: net.corda.core.flows.StateConsumptionDetails$ConsumedStateType - equals: + equals(Object): annotations: [] default: false type: public @@ -26195,24 +31131,24 @@ net.corda.core.flows.StateConsumptionDetails: annotation: - Nullable type: Object - getHashOfTransactionId: + getHashOfTransactionId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getType: + getType(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateConsumptionDetails$ConsumedStateType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -26226,13 +31162,13 @@ net.corda.core.flows.StateConsumptionDetails$ConsumedStateType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -26241,7 +31177,7 @@ net.corda.core.flows.StateConsumptionDetails$ConsumedStateType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -26254,13 +31190,13 @@ net.corda.core.flows.StateMachineRunId: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.UUID - copy: + copy(java.util.UUID): annotations: - NotNull default: false @@ -26271,7 +31207,7 @@ net.corda.core.flows.StateMachineRunId: annotation: - NotNull type: java.util.UUID - equals: + equals(Object): annotations: [] default: false type: public @@ -26281,18 +31217,18 @@ net.corda.core.flows.StateMachineRunId: annotation: - Nullable type: Object - getUuid: + getUuid(): annotations: - NotNull default: false type: public final returnType: java.util.UUID - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -26310,7 +31246,7 @@ net.corda.core.flows.StateMachineRunId$Companion: implements: [] interface: false methods: - createRandom: + createRandom(): annotations: - NotNull default: false @@ -26324,7 +31260,7 @@ net.corda.core.flows.StateReplacementException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -26334,7 +31270,7 @@ net.corda.core.flows.StateReplacementException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -26344,48 +31280,48 @@ net.corda.core.flows.StateReplacementException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -26395,7 +31331,7 @@ net.corda.core.flows.StateReplacementException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -26405,7 +31341,7 @@ net.corda.core.flows.StateReplacementException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -26415,7 +31351,7 @@ net.corda.core.flows.StateReplacementException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -26433,19 +31369,19 @@ net.corda.core.flows.TransactionMetadata: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.DistributionList - copy: + copy(net.corda.core.identity.CordaX500Name, net.corda.core.flows.DistributionList): annotations: - NotNull default: false @@ -26460,7 +31396,7 @@ net.corda.core.flows.TransactionMetadata: annotation: - NotNull type: net.corda.core.flows.DistributionList - equals: + equals(Object): annotations: [] default: false type: public @@ -26470,24 +31406,24 @@ net.corda.core.flows.TransactionMetadata: annotation: - Nullable type: Object - getDistributionList: + getDistributionList(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.DistributionList - getInitiator: + getInitiator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -26502,7 +31438,7 @@ net.corda.core.flows.UnexpectedFlowEndException: - net.corda.core.flows.IdentifiableException interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -26512,7 +31448,7 @@ net.corda.core.flows.UnexpectedFlowEndException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -26522,48 +31458,48 @@ net.corda.core.flows.UnexpectedFlowEndException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -26573,7 +31509,7 @@ net.corda.core.flows.UnexpectedFlowEndException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -26583,7 +31519,7 @@ net.corda.core.flows.UnexpectedFlowEndException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -26601,13 +31537,13 @@ net.corda.core.flows.WaitTimeUpdate: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - copy: + copy(java.time.Duration): annotations: - NotNull default: false @@ -26618,7 +31554,7 @@ net.corda.core.flows.WaitTimeUpdate: annotation: - NotNull type: java.time.Duration - equals: + equals(Object): annotations: [] default: false type: public @@ -26628,18 +31564,18 @@ net.corda.core.flows.WaitTimeUpdate: annotation: - Nullable type: Object - getWaitTime: + getWaitTime(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -26652,7 +31588,19 @@ net.corda.core.flows.WithReferencedStatesFlow: implements: [] interface: false methods: - await: + await(net.corda.core.flows.FlowExternalAsyncOperation): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: R + params: + operation: + annotation: + - NotNull + type: net.corda.core.flows.FlowExternalAsyncOperation + await(net.corda.core.flows.FlowExternalOperation): annotations: - Suspendable - NotNull @@ -26664,14 +31612,19 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.flows.FlowExternalOperation - call: + call(): annotations: - Suspendable - NotNull default: false type: public returnType: T - checkFlowIsNotKilled: + checkFlowIsNotKilled(): + annotations: [] + default: false + type: public final + returnType: void + checkFlowIsNotKilled(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -26681,7 +31634,7 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: kotlin.jvm.functions.Function0 - checkFlowPermission: + checkFlowPermission(String, java.util.Map): annotations: [] default: false type: public final @@ -26695,7 +31648,7 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: "java.util.Map" - close: + close(net.corda.core.utilities.NonEmptySet): annotations: - Suspendable default: false @@ -26706,20 +31659,20 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - flowStackSnapshot: + flowStackSnapshot(): annotations: - Suspendable - Nullable default: false type: public final returnType: net.corda.core.flows.FlowStackSnapshot - getCurrentTopLevel: + getCurrentTopLevel(): annotations: - Nullable default: false type: public static final returnType: net.corda.core.flows.FlowLogic - getFlowInfo: + getFlowInfo(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -26731,43 +31684,55 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.identity.Party - getLogger: + getLogger(): annotations: - NotNull default: false type: public final returnType: org.slf4j.Logger - getOurIdentity: + getOurIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getOurIdentityAndCert: + getOurIdentityAndCert(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public returnType: net.corda.core.utilities.ProgressTracker - getRunId: + getRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - initiateFlow: + initiateFlow(net.corda.core.flows.Destination): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.flows.FlowSession + params: + destination: + annotation: + - NotNull + type: net.corda.core.flows.Destination + initiateFlow(net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -26779,18 +31744,18 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.identity.Party - isKilled: + isKilled(): annotations: [] default: false type: public final returnType: boolean - persistFlowStackSnapshot: + persistFlowStackSnapshot(): annotations: - Suspendable default: false type: public final returnType: void - receive: + receive(Class, net.corda.core.identity.Party): annotations: - Suspendable - NotNull @@ -26806,7 +31771,16 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.identity.Party - receiveAll: + receive(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: net.corda.core.identity.Party + receiveAll(Class, java.util.List): annotations: - Suspendable - NotNull @@ -26822,7 +31796,26 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: java.util.List - receiveAllMap: + receiveAll(Class, java.util.List, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: java.util.List> + params: + receiveType: + annotation: + - NotNull + type: Class + sessions: + annotation: + - NotNull + type: java.util.List + maySkipCheckpoint: + annotation: [] + type: boolean + receiveAllMap(java.util.Map>): annotations: - Suspendable - NotNull @@ -26834,7 +31827,22 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: "java.util.Map>" - recordAuditEvent: + receiveAllMap(java.util.Map>, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public + returnType: "java.util.Map>" + params: + sessions: + annotation: + - NotNull + type: "java.util.Map>" + maySkipCheckpoint: + annotation: [] + type: boolean + recordAuditEvent(String, String, java.util.Map): annotations: [] default: false type: public final @@ -26852,7 +31860,7 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: "java.util.Map" - send: + send(net.corda.core.identity.Party, Object): annotations: - Suspendable default: false @@ -26867,7 +31875,7 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: Object - sendAll: + sendAll(Object, java.util.Set): annotations: - Suspendable default: false @@ -26882,7 +31890,25 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: java.util.Set - sendAllMap: + sendAll(Object, java.util.Set, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payload: + annotation: + - NotNull + type: Object + sessions: + annotation: + - NotNull + type: java.util.Set + maySkipCheckpoint: + annotation: [] + type: boolean + sendAllMap(java.util.Map): annotations: - Suspendable default: false @@ -26893,7 +31919,21 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: "java.util.Map" - sendAndReceive: + sendAllMap(java.util.Map, boolean): + annotations: + - Suspendable + default: false + type: public final + returnType: void + params: + payloadsPerSession: + annotation: + - NotNull + type: "java.util.Map" + maySkipCheckpoint: + annotation: [] + type: boolean + sendAndReceive(Class, net.corda.core.identity.Party, Object): annotations: - Suspendable - NotNull @@ -26913,7 +31953,16 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: Object - sleep: + sendAndReceive(net.corda.core.identity.Party, Object): + annotations: [] + default: false + type: public final synthetic + returnType: net.corda.core.utilities.UntrustworthyData + params: + "null": + annotation: [] + type: Object + sleep(java.time.Duration): annotations: - Suspendable default: false @@ -26924,7 +31973,21 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: java.time.Duration - subFlow: + sleep(java.time.Duration, boolean): + annotations: + - Suspendable + default: false + type: public static final + returnType: void + params: + duration: + annotation: + - NotNull + type: java.time.Duration + maySkipCheckpoint: + annotation: [] + type: boolean + subFlow(net.corda.core.flows.FlowLogic): annotations: - Suspendable default: false @@ -26935,32 +31998,32 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.flows.FlowLogic - track: + track(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - trackStepsTree: + trackStepsTree(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - trackStepsTreeIndex: + trackStepsTreeIndex(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - tracker: + tracker(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.utilities.ProgressTracker - waitForLedgerCommit: + waitForLedgerCommit(net.corda.core.crypto.SecureHash): annotations: - Suspendable - NotNull @@ -26972,7 +32035,22 @@ net.corda.core.flows.WithReferencedStatesFlow: annotation: - NotNull type: net.corda.core.crypto.SecureHash - waitForStateConsumption: + waitForLedgerCommit(net.corda.core.crypto.SecureHash, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + hash: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + maySkipCheckpoint: + annotation: [] + type: boolean + waitForStateConsumption(java.util.Set): annotations: - Suspendable default: false @@ -26995,7 +32073,7 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion: implements: [] interface: false methods: - tracker: + tracker(): annotations: - NotNull default: false @@ -27009,13 +32087,13 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$ATTEMPT: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -27025,25 +32103,25 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$ATTEMPT: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -27061,13 +32139,13 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$RETRYING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -27077,25 +32155,25 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$RETRYING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -27113,13 +32191,13 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$SUCCESS: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -27129,25 +32207,25 @@ net.corda.core.flows.WithReferencedStatesFlow$Companion$SUCCESS: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -27166,7 +32244,7 @@ net.corda.core.flows.WrappedFlowExternalAsyncOperation: - net.corda.core.internal.FlowAsyncOperation interface: false methods: - execute: + execute(String): annotations: - NotNull default: false @@ -27177,7 +32255,7 @@ net.corda.core.flows.WrappedFlowExternalAsyncOperation: annotation: - NotNull type: String - getOperation: + getOperation(): annotations: - NotNull default: false @@ -27192,7 +32270,7 @@ net.corda.core.flows.WrappedFlowExternalOperation: - net.corda.core.internal.FlowAsyncOperation interface: false methods: - execute: + execute(String): annotations: - NotNull default: false @@ -27203,13 +32281,13 @@ net.corda.core.flows.WrappedFlowExternalOperation: annotation: - NotNull type: String - getOperation: + getOperation(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowExternalOperation - getServiceHub: + getServiceHub(): annotations: - NotNull default: false @@ -27224,7 +32302,7 @@ net.corda.core.identity.AbstractParty: - net.corda.core.flows.Destination interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -27234,24 +32312,24 @@ net.corda.core.identity.AbstractParty: annotation: - Nullable type: Object - getOwningKey: + getOwningKey(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - nameOrNull: + nameOrNull(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.identity.CordaX500Name - ref: + ref(byte[]): annotations: - NotNull default: false @@ -27262,6 +32340,17 @@ net.corda.core.identity.AbstractParty: annotation: - NotNull type: "byte[]" + ref(net.corda.core.utilities.OpaqueBytes): + annotations: + - NotNull + default: false + type: public abstract + returnType: net.corda.core.contracts.PartyAndReference + params: + bytes: + annotation: + - NotNull + type: net.corda.core.utilities.OpaqueBytes fields: Companion: annotation: @@ -27276,7 +32365,7 @@ net.corda.core.identity.AnonymousParty: - net.corda.core.flows.Destination interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -27286,24 +32375,24 @@ net.corda.core.identity.AnonymousParty: annotation: - Nullable type: Object - getOwningKey: + getOwningKey(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - nameOrNull: + nameOrNull(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.CordaX500Name - ref: + ref(byte[]): annotations: - NotNull default: false @@ -27314,7 +32403,18 @@ net.corda.core.identity.AnonymousParty: annotation: - NotNull type: "byte[]" - toString: + ref(net.corda.core.utilities.OpaqueBytes): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.core.contracts.PartyAndReference + params: + bytes: + annotation: + - NotNull + type: net.corda.core.utilities.OpaqueBytes + toString(): annotations: - NotNull default: false @@ -27332,7 +32432,7 @@ net.corda.core.identity.AnonymousParty$Companion: implements: [] interface: false methods: - create: + create(java.security.PublicKey): annotations: - NotNull default: false @@ -27351,7 +32451,7 @@ net.corda.core.identity.CordaX500Name: implements: [] interface: false methods: - build: + build(javax.security.auth.x500.X500Principal): annotations: - NotNull default: false @@ -27362,43 +32462,43 @@ net.corda.core.identity.CordaX500Name: annotation: - NotNull type: javax.security.auth.x500.X500Principal - component1: + component1(): annotations: - Nullable default: false type: public final returnType: String - component2: + component2(): annotations: - Nullable default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: String - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - component5: + component5(): annotations: - Nullable default: false type: public final returnType: String - component6: + component6(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String, String, String, String, String, String): annotations: - NotNull default: false @@ -27429,7 +32529,7 @@ net.corda.core.identity.CordaX500Name: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -27439,54 +32539,54 @@ net.corda.core.identity.CordaX500Name: annotation: - Nullable type: Object - getCommonName: + getCommonName(): annotations: - Nullable default: false type: public final returnType: String - getCountry: + getCountry(): annotations: - NotNull default: false type: public final returnType: String - getLocality: + getLocality(): annotations: - NotNull default: false type: public final returnType: String - getOrganisation: + getOrganisation(): annotations: - NotNull default: false type: public final returnType: String - getOrganisationUnit: + getOrganisationUnit(): annotations: - Nullable default: false type: public final returnType: String - getState: + getState(): annotations: - Nullable default: false type: public final returnType: String - getX500Principal: + getX500Principal(): annotations: - NotNull default: false type: public final returnType: javax.security.auth.x500.X500Principal - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - parse: + parse(String): annotations: - NotNull default: false @@ -27497,7 +32597,7 @@ net.corda.core.identity.CordaX500Name: annotation: - NotNull type: String - toString: + toString(): annotations: - NotNull default: false @@ -27540,7 +32640,7 @@ net.corda.core.identity.CordaX500Name$Companion: - net.corda.core.internal.utilities.Internable interface: false methods: - build: + build(javax.security.auth.x500.X500Principal): annotations: - NotNull default: false @@ -27551,13 +32651,13 @@ net.corda.core.identity.CordaX500Name$Companion: annotation: - NotNull type: javax.security.auth.x500.X500Principal - getInterner: + getInterner(): annotations: - NotNull default: false type: public returnType: net.corda.core.internal.utilities.PrivateInterner - parse: + parse(String): annotations: - NotNull default: false @@ -27575,7 +32675,7 @@ net.corda.core.identity.IdentityUtils: implements: [] interface: false methods: - excludeHostNode: + excludeHostNode(net.corda.core.node.ServiceHub, java.util.Map): annotations: - NotNull default: false @@ -27590,7 +32690,7 @@ net.corda.core.identity.IdentityUtils: annotation: - NotNull type: "java.util.Map" - excludeNotary: + excludeNotary(java.util.Map, net.corda.core.transactions.SignedTransaction): annotations: - NotNull default: false @@ -27605,8 +32705,9 @@ net.corda.core.identity.IdentityUtils: annotation: - NotNull type: net.corda.core.transactions.SignedTransaction - groupAbstractPartyByWellKnownParty: - annotations: + ? groupAbstractPartyByWellKnownParty(net.corda.core.node.ServiceHub, java.util.Collection) + : annotations: - NotNull default: false type: public static final @@ -27620,7 +32721,26 @@ net.corda.core.identity.IdentityUtils: annotation: - NotNull type: java.util.Collection - groupPublicKeysByWellKnownParty: + ? groupAbstractPartyByWellKnownParty(net.corda.core.node.ServiceHub, java.util.Collection, boolean) + : annotations: + - NotNull + default: false + type: public static final + returnType: "java.util.Map>" + params: + serviceHub: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + parties: + annotation: + - NotNull + type: java.util.Collection + ignoreUnrecognisedParties: + annotation: [] + type: boolean + groupPublicKeysByWellKnownParty(net.corda.core.node.ServiceHub, java.util.Collection): annotations: - NotNull default: false @@ -27635,7 +32755,26 @@ net.corda.core.identity.IdentityUtils: annotation: - NotNull type: java.util.Collection - x500Matches: + ? groupPublicKeysByWellKnownParty(net.corda.core.node.ServiceHub, java.util.Collection, boolean) + : annotations: + - NotNull + default: false + type: public static final + returnType: "java.util.Map>" + params: + serviceHub: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + publicKeys: + annotation: + - NotNull + type: java.util.Collection + ignoreUnrecognisedParties: + annotation: [] + type: boolean + x500Matches(String, boolean, net.corda.core.identity.CordaX500Name): annotations: [] default: false type: public static final @@ -27661,19 +32800,19 @@ net.corda.core.identity.Party: - net.corda.core.flows.Destination interface: false methods: - anonymise: + anonymise(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.AnonymousParty - description: + description(): annotations: - NotNull default: false type: public final returnType: String - equals: + equals(Object): annotations: [] default: false type: public @@ -27683,30 +32822,30 @@ net.corda.core.identity.Party: annotation: - Nullable type: Object - getName: + getName(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getOwningKey: + getOwningKey(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - nameOrNull: + nameOrNull(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.CordaX500Name - ref: + ref(byte[]): annotations: - NotNull default: false @@ -27717,7 +32856,18 @@ net.corda.core.identity.Party: annotation: - NotNull type: "byte[]" - toString: + ref(net.corda.core.utilities.OpaqueBytes): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.core.contracts.PartyAndReference + params: + bytes: + annotation: + - NotNull + type: net.corda.core.utilities.OpaqueBytes + toString(): annotations: - NotNull default: false @@ -27735,7 +32885,7 @@ net.corda.core.identity.Party$Companion: implements: [] interface: false methods: - create: + create(java.security.cert.X509Certificate): annotations: - NotNull default: false @@ -27746,6 +32896,21 @@ net.corda.core.identity.Party$Companion: annotation: - NotNull type: java.security.cert.X509Certificate + create(net.corda.core.identity.CordaX500Name, java.security.PublicKey): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.identity.Party + params: + name: + annotation: + - NotNull + type: net.corda.core.identity.CordaX500Name + owningKey: + annotation: + - NotNull + type: java.security.PublicKey net.corda.core.identity.PartyAndCertificate: annotations: - CordaSerializable @@ -27754,19 +32919,19 @@ net.corda.core.identity.PartyAndCertificate: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.security.cert.X509Certificate - equals: + equals(Object): annotations: [] default: false type: public @@ -27776,48 +32941,59 @@ net.corda.core.identity.PartyAndCertificate: annotation: - Nullable type: Object - getCertPath: + getCertPath(): annotations: - NotNull default: false type: public final returnType: java.security.cert.CertPath - getCertificate: + getCertificate(): annotations: - NotNull default: false type: public final returnType: java.security.cert.X509Certificate - getName: + getName(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getOwningKey: + getOwningKey(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - getParty: + getParty(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - verify: + verify(java.security.cert.TrustAnchor): + annotations: + - NotNull + default: false + type: public final + returnType: java.security.cert.PKIXCertPathValidatorResult + params: + trustAnchor: + annotation: + - NotNull + type: java.security.cert.TrustAnchor + verify(java.util.Set): annotations: - NotNull default: false @@ -27843,25 +33019,25 @@ net.corda.core.messaging.ClientRpcSslOptions: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.nio.file.Path - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(java.nio.file.Path, String, String): annotations: - NotNull default: false @@ -27880,7 +33056,7 @@ net.corda.core.messaging.ClientRpcSslOptions: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -27890,30 +33066,30 @@ net.corda.core.messaging.ClientRpcSslOptions: annotation: - Nullable type: Object - getTrustStorePassword: + getTrustStorePassword(): annotations: - NotNull default: false type: public final returnType: String - getTrustStorePath: + getTrustStorePath(): annotations: - NotNull default: false type: public final returnType: java.nio.file.Path - getTrustStoreProvider: + getTrustStoreProvider(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -27926,7 +33102,7 @@ net.corda.core.messaging.CordaRPCOps: - net.corda.core.messaging.RPCOps interface: true methods: - acceptNewNetworkParameters: + acceptNewNetworkParameters(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public abstract @@ -27936,7 +33112,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.crypto.SecureHash - addVaultTransactionNote: + addVaultTransactionNote(net.corda.core.crypto.SecureHash, String): annotations: [] default: false type: public abstract @@ -27950,7 +33126,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: String - attachmentExists: + attachmentExists(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public abstract @@ -27960,41 +33136,41 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.crypto.SecureHash - clearNetworkMapCache: + clearNetworkMapCache(): annotations: [] default: false type: public abstract returnType: void - currentNodeTime: + currentNodeTime(): annotations: - NotNull default: false type: public abstract returnType: java.time.Instant - finishedFlowsWithClientIds: + finishedFlowsWithClientIds(): annotations: - NotNull default: false type: public abstract returnType: "java.util.Map" - finishedFlowsWithClientIdsAsAdmin: + finishedFlowsWithClientIdsAsAdmin(): annotations: - NotNull default: false type: public abstract returnType: "java.util.Map" - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NetworkParameters - getProtocolVersion: + getProtocolVersion(): annotations: [] default: false type: public abstract returnType: int - getVaultTransactionNotes: + getVaultTransactionNotes(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -28005,7 +33181,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.crypto.SecureHash - internalVerifiedTransactionsFeed: + internalVerifiedTransactionsFeed(): annotations: - RPCReturnsObservables - NotNull @@ -28013,23 +33189,23 @@ net.corda.core.messaging.CordaRPCOps: type: public abstract returnType: "net.corda.core.messaging.DataFeed,\ \ net.corda.core.transactions.SignedTransaction>" - internalVerifiedTransactionsSnapshot: + internalVerifiedTransactionsSnapshot(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - isFlowsDrainingModeEnabled: + isFlowsDrainingModeEnabled(): annotations: [] default: false type: public abstract returnType: boolean - isWaitingForShutdown: + isWaitingForShutdown(): annotations: [] default: false type: public abstract returnType: boolean - killFlow: + killFlow(net.corda.core.flows.StateMachineRunId): annotations: [] default: false type: public abstract @@ -28039,7 +33215,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.flows.StateMachineRunId - networkMapFeed: + networkMapFeed(): annotations: - RPCReturnsObservables - NotNull @@ -28047,13 +33223,13 @@ net.corda.core.messaging.CordaRPCOps: type: public abstract returnType: "net.corda.core.messaging.DataFeed,\ \ net.corda.core.node.services.NetworkMapCache$MapChange>" - networkMapSnapshot: + networkMapSnapshot(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - networkParametersFeed: + networkParametersFeed(): annotations: - RPCReturnsObservables - NotNull @@ -28061,19 +33237,19 @@ net.corda.core.messaging.CordaRPCOps: type: public abstract returnType: "net.corda.core.messaging.DataFeed" - nodeDiagnosticInfo: + nodeDiagnosticInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeDiagnosticInfo - nodeInfo: + nodeInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeInfo - nodeInfoFromParty: + nodeInfoFromParty(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -28084,13 +33260,13 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.identity.AbstractParty - notaryIdentities: + notaryIdentities(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - notaryPartyFromX500Name: + notaryPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -28101,7 +33277,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - openAttachment: + openAttachment(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -28112,7 +33288,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.crypto.SecureHash - partiesFromName: + partiesFromName(String, boolean): annotations: - NotNull default: false @@ -28126,7 +33302,7 @@ net.corda.core.messaging.CordaRPCOps: exactMatch: annotation: [] type: boolean - partyFromKey: + partyFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -28137,7 +33313,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: java.security.PublicKey - queryAttachments: + queryAttachments(net.corda.core.node.services.vault.AttachmentQueryCriteria, net.corda.core.node.services.vault.AttachmentSort): annotations: - NotNull default: false @@ -28152,7 +33328,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - Nullable type: net.corda.core.node.services.vault.AttachmentSort - reattachFlowWithClientId: + reattachFlowWithClientId(String): annotations: - RPCReturnsObservables - Nullable @@ -28164,18 +33340,18 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: String - refreshNetworkMapCache: + refreshNetworkMapCache(): annotations: [] default: false type: public abstract returnType: void - registeredFlows: + registeredFlows(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - removeClientId: + removeClientId(String): annotations: [] default: false type: public abstract @@ -28185,7 +33361,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: String - removeClientIdAsAdmin: + removeClientIdAsAdmin(String): annotations: [] default: false type: public abstract @@ -28195,7 +33371,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: String - setFlowsDrainingModeEnabled: + setFlowsDrainingModeEnabled(boolean): annotations: [] default: false type: public abstract @@ -28204,12 +33380,12 @@ net.corda.core.messaging.CordaRPCOps: enabled: annotation: [] type: boolean - shutdown: + shutdown(): annotations: [] default: false type: public abstract returnType: void - startFlowDynamic: + startFlowDynamic(Class>, Object[]): annotations: - RPCReturnsObservables - NotNull @@ -28225,7 +33401,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: "Object[]" - startFlowDynamicWithClientId: + startFlowDynamicWithClientId(String, Class>, Object[]): annotations: - RPCReturnsObservables - NotNull @@ -28245,7 +33421,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: "Object[]" - startTrackedFlowDynamic: + startTrackedFlowDynamic(Class>, Object[]): annotations: - RPCReturnsObservables - NotNull @@ -28261,7 +33437,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: "Object[]" - stateMachineRecordedTransactionMappingFeed: + stateMachineRecordedTransactionMappingFeed(): annotations: - RPCReturnsObservables - NotNull @@ -28269,13 +33445,13 @@ net.corda.core.messaging.CordaRPCOps: type: public abstract returnType: "net.corda.core.messaging.DataFeed,\ \ net.corda.core.messaging.StateMachineTransactionMapping>" - stateMachineRecordedTransactionMappingSnapshot: + stateMachineRecordedTransactionMappingSnapshot(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - stateMachinesFeed: + stateMachinesFeed(): annotations: - RPCReturnsObservables - NotNull @@ -28283,13 +33459,13 @@ net.corda.core.messaging.CordaRPCOps: type: public abstract returnType: "net.corda.core.messaging.DataFeed,\ \ net.corda.core.messaging.StateMachineUpdate>" - stateMachinesSnapshot: + stateMachinesSnapshot(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - terminate: + terminate(boolean): annotations: [] default: false type: public abstract @@ -28298,7 +33474,7 @@ net.corda.core.messaging.CordaRPCOps: drainPendingFlows: annotation: [] type: boolean - uploadAttachment: + uploadAttachment(java.io.InputStream): annotations: - NotNull default: false @@ -28309,7 +33485,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: java.io.InputStream - uploadAttachmentWithMetadata: + uploadAttachmentWithMetadata(java.io.InputStream, String, String): annotations: - NotNull default: false @@ -28328,7 +33504,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: String - vaultQuery: + vaultQuery(Class): annotations: - NotNull default: false @@ -28339,8 +33515,9 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: Class - vaultQueryBy: - annotations: + ? vaultQueryBy(net.corda.core.node.services.vault.QueryCriteria, net.corda.core.node.services.vault.PageSpecification, + net.corda.core.node.services.vault.Sort, Class) + : annotations: - RPCReturnsObservables - NotNull default: false @@ -28363,7 +33540,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: Class - vaultQueryByCriteria: + vaultQueryByCriteria(net.corda.core.node.services.vault.QueryCriteria, Class): annotations: - NotNull default: false @@ -28378,8 +33555,9 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: Class - vaultQueryByWithPagingSpec: - annotations: + ? vaultQueryByWithPagingSpec(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification) + : annotations: - NotNull default: false type: public abstract @@ -28397,8 +33575,9 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.node.services.vault.PageSpecification - vaultQueryByWithSorting: - annotations: + ? vaultQueryByWithSorting(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.Sort) + : annotations: - NotNull default: false type: public abstract @@ -28416,7 +33595,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.node.services.vault.Sort - vaultTrack: + vaultTrack(Class): annotations: - NotNull default: false @@ -28428,8 +33607,9 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: Class - vaultTrackBy: - annotations: + ? vaultTrackBy(net.corda.core.node.services.vault.QueryCriteria, net.corda.core.node.services.vault.PageSpecification, + net.corda.core.node.services.vault.Sort, Class) + : annotations: - RPCReturnsObservables - NotNull default: false @@ -28453,7 +33633,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: Class - vaultTrackByCriteria: + vaultTrackByCriteria(Class, net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -28469,8 +33649,9 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - vaultTrackByWithPagingSpec: - annotations: + ? vaultTrackByWithPagingSpec(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification) + : annotations: - NotNull default: false type: public abstract @@ -28489,8 +33670,9 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.node.services.vault.PageSpecification - vaultTrackByWithSorting: - annotations: + ? vaultTrackByWithSorting(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.Sort) + : annotations: - NotNull default: false type: public abstract @@ -28509,14 +33691,14 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.node.services.vault.Sort - waitUntilNetworkReady: + waitUntilNetworkReady(): annotations: - RPCReturnsObservables - NotNull default: false type: public abstract returnType: net.corda.core.concurrent.CordaFuture - wellKnownPartyFromAnonymous: + wellKnownPartyFromAnonymous(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -28527,7 +33709,7 @@ net.corda.core.messaging.CordaRPCOps: annotation: - NotNull type: net.corda.core.identity.AbstractParty - wellKnownPartyFromX500Name: + wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -28545,7 +33727,7 @@ net.corda.core.messaging.CordaRPCOpsKt: implements: [] interface: false methods: - pendingFlowsCount: + pendingFlowsCount(net.corda.core.messaging.CordaRPCOps): annotations: - NotNull default: false @@ -28557,8 +33739,68 @@ net.corda.core.messaging.CordaRPCOpsKt: annotation: - NotNull type: net.corda.core.messaging.CordaRPCOps - startFlow: + startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function0): annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandle + params: + "null": + annotation: [] + type: kotlin.jvm.functions.Function0 + startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function1, A): + annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandle + params: + "null": + annotation: [] + type: A + startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function2, A, B): + annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandle + params: + "null": + annotation: [] + type: B + ? startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function3, A, B, C) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandle + params: + "null": + annotation: [] + type: C + ? startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function4, A, B, C, D) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandle + params: + "null": + annotation: [] + type: D + ? startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function5, A, B, C, + D, E) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandle + params: + "null": + annotation: [] + type: E + ? startFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function6, + A, B, C, D, E, F) + : annotations: [] default: false type: public static final synthetic returnType: net.corda.core.messaging.FlowHandle @@ -28566,8 +33808,69 @@ net.corda.core.messaging.CordaRPCOpsKt: "null": annotation: [] type: F - startFlowWithClientId: + startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function0): annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandleWithClientId + params: + "null": + annotation: [] + type: kotlin.jvm.functions.Function0 + startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function1, A): + annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandleWithClientId + params: + "null": + annotation: [] + type: A + ? startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function2, A, B) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandleWithClientId + params: + "null": + annotation: [] + type: B + ? startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function3, A, B, C) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandleWithClientId + params: + "null": + annotation: [] + type: C + ? startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function4, A, B, C, D) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandleWithClientId + params: + "null": + annotation: [] + type: D + ? startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function5, A, B, C, + D, E) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowHandleWithClientId + params: + "null": + annotation: [] + type: E + ? startFlowWithClientId(net.corda.core.messaging.CordaRPCOps, String, kotlin.jvm.functions.Function6, + A, B, C, D, E, F) + : annotations: [] default: false type: public static final synthetic returnType: net.corda.core.messaging.FlowHandleWithClientId @@ -28575,7 +33878,7 @@ net.corda.core.messaging.CordaRPCOpsKt: "null": annotation: [] type: F - startTrackedFlow: + startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function0): annotations: [] default: false type: public static final synthetic @@ -28583,9 +33886,70 @@ net.corda.core.messaging.CordaRPCOpsKt: params: "null": annotation: [] - type: F - vaultQueryBy: + type: kotlin.jvm.functions.Function0 + startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function1, A): annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowProgressHandle + params: + "null": + annotation: [] + type: A + startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function2, A, B): + annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowProgressHandle + params: + "null": + annotation: [] + type: B + ? startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function3, A, B, C) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowProgressHandle + params: + "null": + annotation: [] + type: C + ? startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function4, A, B, C, D) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowProgressHandle + params: + "null": + annotation: [] + type: D + ? startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function5, A, B, C, + D, E) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowProgressHandle + params: + "null": + annotation: [] + type: E + ? startTrackedFlow(net.corda.core.messaging.CordaRPCOps, kotlin.jvm.functions.Function6, + A, B, C, D, E, F) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.messaging.FlowProgressHandle + params: + "null": + annotation: [] + type: F + ? vaultQueryBy(net.corda.core.messaging.CordaRPCOps, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification, net.corda.core.node.services.vault.Sort) + : annotations: [] default: false type: public static final synthetic returnType: net.corda.core.node.services.Vault$Page @@ -28593,8 +33957,9 @@ net.corda.core.messaging.CordaRPCOpsKt: "null": annotation: [] type: net.corda.core.node.services.vault.Sort - vaultTrackBy: - annotations: [] + ? vaultTrackBy(net.corda.core.messaging.CordaRPCOps, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification, net.corda.core.node.services.vault.Sort) + : annotations: [] default: false type: public static final synthetic returnType: "net.corda.core.messaging.DataFeed,\ @@ -28611,18 +33976,18 @@ net.corda.core.messaging.DataFeed: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: A - component2: + component2(): annotations: - NotNull default: false type: public final returnType: rx.Observable - copy: + copy(A, rx.Observable): annotations: - NotNull default: false @@ -28636,7 +34001,7 @@ net.corda.core.messaging.DataFeed: annotation: - NotNull type: rx.Observable - equals: + equals(Object): annotations: [] default: false type: public @@ -28646,23 +34011,23 @@ net.corda.core.messaging.DataFeed: annotation: - Nullable type: Object - getSnapshot: + getSnapshot(): annotations: [] default: false type: public final returnType: A - getUpdates: + getUpdates(): annotations: - NotNull default: false type: public final returnType: rx.Observable - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -28676,18 +34041,18 @@ net.corda.core.messaging.FlowHandle: - java.lang.AutoCloseable interface: true methods: - close: + close(): annotations: [] default: false type: public abstract returnType: void - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.flows.StateMachineRunId - getReturnValue: + getReturnValue(): annotations: - NotNull default: false @@ -28702,24 +34067,24 @@ net.corda.core.messaging.FlowHandleImpl: - net.corda.core.messaging.FlowHandle interface: false methods: - close: + close(): annotations: [] default: false type: public returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.concurrent.CordaFuture - copy: + copy(net.corda.core.flows.StateMachineRunId, net.corda.core.concurrent.CordaFuture): annotations: - NotNull default: false @@ -28734,7 +34099,7 @@ net.corda.core.messaging.FlowHandleImpl: annotation: - NotNull type: net.corda.core.concurrent.CordaFuture - equals: + equals(Object): annotations: [] default: false type: public @@ -28744,24 +34109,24 @@ net.corda.core.messaging.FlowHandleImpl: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.flows.StateMachineRunId - getReturnValue: + getReturnValue(): annotations: - NotNull default: false type: public returnType: net.corda.core.concurrent.CordaFuture - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -28775,24 +34140,24 @@ net.corda.core.messaging.FlowHandleWithClientId: - net.corda.core.messaging.FlowHandle interface: true methods: - close: + close(): annotations: [] default: false type: public abstract returnType: void - getClientId: + getClientId(): annotations: - NotNull default: false type: public abstract returnType: String - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.flows.StateMachineRunId - getReturnValue: + getReturnValue(): annotations: - NotNull default: false @@ -28807,30 +34172,30 @@ net.corda.core.messaging.FlowHandleWithClientIdImpl: - net.corda.core.messaging.FlowHandleWithClientId interface: false methods: - close: + close(): annotations: [] default: false type: public returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.concurrent.CordaFuture - component3: + component3(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(net.corda.core.flows.StateMachineRunId, net.corda.core.concurrent.CordaFuture, String): annotations: - NotNull default: false @@ -28849,7 +34214,7 @@ net.corda.core.messaging.FlowHandleWithClientIdImpl: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -28859,30 +34224,30 @@ net.corda.core.messaging.FlowHandleWithClientIdImpl: annotation: - Nullable type: Object - getClientId: + getClientId(): annotations: - NotNull default: false type: public returnType: String - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.flows.StateMachineRunId - getReturnValue: + getReturnValue(): annotations: - NotNull default: false type: public returnType: net.corda.core.concurrent.CordaFuture - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -28896,37 +34261,37 @@ net.corda.core.messaging.FlowProgressHandle: - net.corda.core.messaging.FlowHandle interface: true methods: - close: + close(): annotations: [] default: false type: public abstract returnType: void - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.flows.StateMachineRunId - getProgress: + getProgress(): annotations: - NotNull default: false type: public abstract returnType: rx.Observable - getReturnValue: + getReturnValue(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.concurrent.CordaFuture - getStepsTreeFeed: + getStepsTreeFeed(): annotations: - Nullable default: false type: public abstract returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - getStepsTreeIndexFeed: + getStepsTreeIndexFeed(): annotations: - Nullable default: false @@ -28941,48 +34306,70 @@ net.corda.core.messaging.FlowProgressHandleImpl: - net.corda.core.messaging.FlowProgressHandle interface: false methods: - close: + close(): annotations: [] default: false type: public returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.concurrent.CordaFuture - component3: + component3(): annotations: - NotNull default: false type: public final returnType: rx.Observable - component4: + component4(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - component5: + component5(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - copy: + copy(net.corda.core.flows.StateMachineRunId, net.corda.core.concurrent.CordaFuture, rx.Observable): annotations: - NotNull default: false type: public final returnType: net.corda.core.messaging.FlowProgressHandleImpl + params: + id: + annotation: + - NotNull + type: net.corda.core.flows.StateMachineRunId + returnValue: + annotation: + - NotNull + type: net.corda.core.concurrent.CordaFuture + progress: + annotation: + - NotNull + type: rx.Observable + ? copy(net.corda.core.flows.StateMachineRunId, net.corda.core.concurrent.CordaFuture, + rx.Observable, net.corda.core.messaging.DataFeed, + net.corda.core.messaging.DataFeed>, java.util.List>>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.messaging.FlowProgressHandleImpl params: id: annotation: @@ -29005,7 +34392,7 @@ net.corda.core.messaging.FlowProgressHandleImpl: - Nullable type: "net.corda.core.messaging.DataFeed>, java.util.List>>" - equals: + equals(Object): annotations: [] default: false type: public @@ -29015,43 +34402,43 @@ net.corda.core.messaging.FlowProgressHandleImpl: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.flows.StateMachineRunId - getProgress: + getProgress(): annotations: - NotNull default: false type: public returnType: rx.Observable - getReturnValue: + getReturnValue(): annotations: - NotNull default: false type: public returnType: net.corda.core.concurrent.CordaFuture - getStepsTreeFeed: + getStepsTreeFeed(): annotations: - Nullable default: false type: public returnType: "net.corda.core.messaging.DataFeed>, java.util.List>>" - getStepsTreeIndexFeed: + getStepsTreeIndexFeed(): annotations: - Nullable default: false type: public returnType: "net.corda.core.messaging.DataFeed" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -29080,31 +34467,31 @@ net.corda.core.messaging.ParametersUpdateInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - component3: + component3(): annotations: - NotNull default: false type: public final returnType: String - component4: + component4(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - copy: + copy(net.corda.core.crypto.SecureHash, net.corda.core.node.NetworkParameters, String, java.time.Instant): annotations: - NotNull default: false @@ -29127,7 +34514,7 @@ net.corda.core.messaging.ParametersUpdateInfo: annotation: - NotNull type: java.time.Instant - equals: + equals(Object): annotations: [] default: false type: public @@ -29137,36 +34524,36 @@ net.corda.core.messaging.ParametersUpdateInfo: annotation: - Nullable type: Object - getDescription: + getDescription(): annotations: - NotNull default: false type: public final returnType: String - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getParameters: + getParameters(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - getUpdateDeadline: + getUpdateDeadline(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -29178,7 +34565,7 @@ net.corda.core.messaging.RPCOps: extends: [] interface: true methods: - getProtocolVersion: + getProtocolVersion(): annotations: [] default: false type: public abstract @@ -29204,38 +34591,63 @@ net.corda.core.messaging.StateMachineInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowInitiator - component4: + component4(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - copy: - annotations: + ? copy(net.corda.core.flows.StateMachineRunId, String, net.corda.core.flows.FlowInitiator, + net.corda.core.messaging.DataFeed) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.messaging.StateMachineInfo + params: + id: + annotation: + - NotNull + type: net.corda.core.flows.StateMachineRunId + flowLogicClassName: + annotation: + - NotNull + type: String + initiator: + annotation: + - NotNull + type: net.corda.core.flows.FlowInitiator + progressTrackerStepAndUpdates: + annotation: + - Nullable + type: "net.corda.core.messaging.DataFeed" + ? copy(net.corda.core.flows.StateMachineRunId, String, net.corda.core.flows.FlowInitiator, + net.corda.core.messaging.DataFeed, net.corda.core.context.InvocationContext) + : annotations: - NotNull default: false type: public final @@ -29261,7 +34673,7 @@ net.corda.core.messaging.StateMachineInfo: annotation: - NotNull type: net.corda.core.context.InvocationContext - equals: + equals(Object): annotations: [] default: false type: public @@ -29271,42 +34683,42 @@ net.corda.core.messaging.StateMachineInfo: annotation: - Nullable type: Object - getFlowLogicClassName: + getFlowLogicClassName(): annotations: - NotNull default: false type: public final returnType: String - getId: + getId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getInitiator: + getInitiator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.FlowInitiator - getInvocationContext: + getInvocationContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.context.InvocationContext - getProgressTrackerStepAndUpdates: + getProgressTrackerStepAndUpdates(): annotations: - Nullable default: false type: public final returnType: "net.corda.core.messaging.DataFeed" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -29320,19 +34732,19 @@ net.corda.core.messaging.StateMachineTransactionMapping: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - copy: + copy(net.corda.core.flows.StateMachineRunId, net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -29347,7 +34759,7 @@ net.corda.core.messaging.StateMachineTransactionMapping: annotation: - NotNull type: net.corda.core.crypto.SecureHash - equals: + equals(Object): annotations: [] default: false type: public @@ -29357,24 +34769,24 @@ net.corda.core.messaging.StateMachineTransactionMapping: annotation: - Nullable type: Object - getStateMachineRunId: + getStateMachineRunId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - getTransactionId: + getTransactionId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -29388,7 +34800,7 @@ net.corda.core.messaging.StateMachineUpdate: implements: [] interface: false methods: - getId: + getId(): annotations: - NotNull default: false @@ -29402,13 +34814,13 @@ net.corda.core.messaging.StateMachineUpdate$Added: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.messaging.StateMachineInfo - copy: + copy(net.corda.core.messaging.StateMachineInfo): annotations: - NotNull default: false @@ -29419,7 +34831,7 @@ net.corda.core.messaging.StateMachineUpdate$Added: annotation: - NotNull type: net.corda.core.messaging.StateMachineInfo - equals: + equals(Object): annotations: [] default: false type: public @@ -29429,24 +34841,24 @@ net.corda.core.messaging.StateMachineUpdate$Added: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.flows.StateMachineRunId - getStateMachineInfo: + getStateMachineInfo(): annotations: - NotNull default: false type: public final returnType: net.corda.core.messaging.StateMachineInfo - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -29460,19 +34872,19 @@ net.corda.core.messaging.StateMachineUpdate$Removed: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.flows.StateMachineRunId - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.Try - copy: + copy(net.corda.core.flows.StateMachineRunId, net.corda.core.utilities.Try): annotations: - NotNull default: false @@ -29487,7 +34899,7 @@ net.corda.core.messaging.StateMachineUpdate$Removed: annotation: - NotNull type: net.corda.core.utilities.Try - equals: + equals(Object): annotations: [] default: false type: public @@ -29497,24 +34909,24 @@ net.corda.core.messaging.StateMachineUpdate$Removed: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.flows.StateMachineRunId - getResult: + getResult(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.Try - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -29527,17 +34939,17 @@ net.corda.core.messaging.flows.FlowManagerRPCOps: - net.corda.core.messaging.RPCOps interface: true methods: - debugCheckpoints: + debugCheckpoints(): annotations: [] default: false type: public abstract returnType: void - dumpCheckpoints: + dumpCheckpoints(): annotations: [] default: false type: public abstract returnType: void - getProtocolVersion: + getProtocolVersion(): annotations: [] default: false type: public abstract @@ -29549,7 +34961,7 @@ net.corda.core.node.AppServiceHub: - net.corda.core.node.ServiceHub interface: true methods: - addSignature: + addSignature(net.corda.core.transactions.SignedTransaction): annotations: - NotNull default: true @@ -29560,7 +34972,22 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.transactions.SignedTransaction - cordaService: + addSignature(net.corda.core.transactions.SignedTransaction, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.transactions.SignedTransaction + params: + signedTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + cordaService(Class): annotations: - NotNull default: false @@ -29571,7 +34998,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: Class - cordaTelemetryComponent: + cordaTelemetryComponent(Class): annotations: - NotNull default: false @@ -29582,7 +35009,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: Class - createSignature: + createSignature(net.corda.core.transactions.FilteredTransaction): annotations: - NotNull default: true @@ -29593,109 +35020,150 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.transactions.FilteredTransaction - getAppContext: + createSignature(net.corda.core.transactions.FilteredTransaction, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.crypto.TransactionSignature + params: + filteredTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.FilteredTransaction + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + createSignature(net.corda.core.transactions.SignedTransaction): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.crypto.TransactionSignature + params: + signedTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + createSignature(net.corda.core.transactions.SignedTransaction, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.crypto.TransactionSignature + params: + signedTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + getAppContext(): annotations: - NotNull default: true type: public returnType: net.corda.core.cordapp.CordappContext - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.AttachmentStorage - getClock: + getClock(): annotations: - NotNull default: false type: public abstract returnType: java.time.Clock - getContractUpgradeService: + getContractUpgradeService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.ContractUpgradeService - getCordappProvider: + getCordappProvider(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.cordapp.CordappProvider - getDatabase: + getDatabase(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.vault.CordaTransactionSupport - getDiagnosticsService: + getDiagnosticsService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.diagnostics.DiagnosticsService - getIdentityService: + getIdentityService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.IdentityService - getKeyManagementService: + getKeyManagementService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.KeyManagementService - getMyInfo: + getMyInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeInfo - getNetworkMapCache: + getNetworkMapCache(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.NetworkMapCache - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NetworkParameters - getNetworkParametersService: + getNetworkParametersService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.NetworkParametersService - getTelemetryService: + getTelemetryService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.TelemetryService - getValidatedTransactions: + getValidatedTransactions(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.TransactionStorage - getVaultService: + getVaultService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.VaultService - jdbcSession: + jdbcSession(): annotations: - NotNull default: false type: public abstract returnType: java.sql.Connection - loadContractAttachment: + loadContractAttachment(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -29706,7 +35174,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadState: + loadState(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -29717,7 +35185,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadStates: + loadStates(java.util.Set): annotations: - NotNull default: false @@ -29728,7 +35196,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: java.util.Set - recordTransactions: + recordTransactions(Iterable): annotations: [] default: true type: public @@ -29738,7 +35206,65 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: Iterable - register: + recordTransactions(boolean, Iterable): + annotations: [] + default: true + type: public + returnType: void + params: + notifyVault: + annotation: [] + type: boolean + txs: + annotation: + - NotNull + type: Iterable + recordTransactions(boolean, net.corda.core.transactions.SignedTransaction, net.corda.core.transactions.SignedTransaction[]): + annotations: [] + default: true + type: public + returnType: void + params: + notifyVault: + annotation: [] + type: boolean + first: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + remaining: + annotation: + - NotNull + type: "net.corda.core.transactions.SignedTransaction[]" + recordTransactions(net.corda.core.node.StatesToRecord, Iterable): + annotations: [] + default: false + type: public abstract + returnType: void + params: + statesToRecord: + annotation: + - NotNull + type: net.corda.core.node.StatesToRecord + txs: + annotation: + - NotNull + type: Iterable + recordTransactions(net.corda.core.transactions.SignedTransaction, net.corda.core.transactions.SignedTransaction[]): + annotations: [] + default: true + type: public + returnType: void + params: + first: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + remaining: + annotation: + - NotNull + type: "net.corda.core.transactions.SignedTransaction[]" + register(int, kotlin.jvm.functions.Function1): annotations: [] default: true type: public @@ -29752,7 +35278,20 @@ net.corda.core.node.AppServiceHub: - NotNull type: "kotlin.jvm.functions.Function1" - registerUnloadHandler: + register(int, net.corda.core.node.services.ServiceLifecycleObserver): + annotations: [] + default: false + type: public abstract + returnType: void + params: + priority: + annotation: [] + type: int + observer: + annotation: + - NotNull + type: net.corda.core.node.services.ServiceLifecycleObserver + registerUnloadHandler(kotlin.jvm.functions.Function0): annotations: [] default: false type: public abstract @@ -29762,7 +35301,18 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: kotlin.jvm.functions.Function0 - signInitialTransaction: + signInitialTransaction(net.corda.core.transactions.TransactionBuilder): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.transactions.SignedTransaction + params: + builder: + annotation: + - NotNull + type: net.corda.core.transactions.TransactionBuilder + signInitialTransaction(net.corda.core.transactions.TransactionBuilder, Iterable): annotations: - NotNull default: true @@ -29777,7 +35327,22 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: Iterable - specialise: + signInitialTransaction(net.corda.core.transactions.TransactionBuilder, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.transactions.SignedTransaction + params: + builder: + annotation: + - NotNull + type: net.corda.core.transactions.TransactionBuilder + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + specialise(net.corda.core.transactions.LedgerTransaction): annotations: - NotNull default: true @@ -29788,7 +35353,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.transactions.LedgerTransaction - startFlow: + startFlow(net.corda.core.flows.FlowLogic): annotations: - NotNull default: false @@ -29799,7 +35364,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.flows.FlowLogic - startTrackedFlow: + startTrackedFlow(net.corda.core.flows.FlowLogic): annotations: - NotNull default: false @@ -29810,7 +35375,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.flows.FlowLogic - toStateAndRef: + toStateAndRef(net.corda.core.contracts.StateRef): annotations: - NotNull default: true @@ -29821,7 +35386,7 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: net.corda.core.contracts.StateRef - withEntityManager: + withEntityManager(java.util.function.Consumer): annotations: [] default: false type: public abstract @@ -29831,6 +35396,17 @@ net.corda.core.node.AppServiceHub: annotation: - NotNull type: java.util.function.Consumer + withEntityManager(kotlin.jvm.functions.Function1): + annotations: [] + default: false + type: public abstract + returnType: T + params: + block: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" net.corda.core.node.AppServiceHub$Companion: annotations: [] type: public static final class @@ -29864,70 +35440,183 @@ net.corda.core.node.NetworkParameters: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component10: + component10(): annotations: - Nullable default: false type: public final returnType: java.time.Duration - component11: + component11(): annotations: - Nullable default: false type: public final returnType: java.time.Duration - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: [] default: false type: public final returnType: int - component4: + component4(): annotations: [] default: false type: public final returnType: int - component5: + component5(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component6: + component6(): annotations: [] default: false type: public final returnType: int - component7: + component7(): annotations: - NotNull default: false type: public final returnType: "java.util.Map>" - component8: + component8(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - component9: + component9(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - copy: - annotations: + ? copy(int, java.util.List, int, int, java.time.Instant, + int, java.util.Map>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.NetworkParameters + params: + minimumPlatformVersion: + annotation: [] + type: int + notaries: + annotation: + - NotNull + type: java.util.List + maxMessageSize: + annotation: [] + type: int + maxTransactionSize: + annotation: [] + type: int + modifiedTime: + annotation: + - NotNull + type: java.time.Instant + epoch: + annotation: [] + type: int + whitelistedContractImplementations: + annotation: + - NotNull + type: "java.util.Map>" + ? copy(int, java.util.List, int, int, java.time.Instant, + int, java.util.Map>, + java.time.Duration) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.NetworkParameters + params: + minimumPlatformVersion: + annotation: [] + type: int + notaries: + annotation: + - NotNull + type: java.util.List + maxMessageSize: + annotation: [] + type: int + maxTransactionSize: + annotation: [] + type: int + modifiedTime: + annotation: + - NotNull + type: java.time.Instant + epoch: + annotation: [] + type: int + whitelistedContractImplementations: + annotation: + - NotNull + type: "java.util.Map>" + eventHorizon: + annotation: + - NotNull + type: java.time.Duration + ? copy(int, java.util.List, int, int, java.time.Instant, + int, java.util.Map>, + java.time.Duration, java.util.Map) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.NetworkParameters + params: + minimumPlatformVersion: + annotation: [] + type: int + notaries: + annotation: + - NotNull + type: java.util.List + maxMessageSize: + annotation: [] + type: int + maxTransactionSize: + annotation: [] + type: int + modifiedTime: + annotation: + - NotNull + type: java.time.Instant + epoch: + annotation: [] + type: int + whitelistedContractImplementations: + annotation: + - NotNull + type: "java.util.Map>" + eventHorizon: + annotation: + - NotNull + type: java.time.Duration + packageOwnership: + annotation: + - NotNull + type: "java.util.Map" + ? copy(int, java.util.List, int, int, java.time.Instant, + int, java.util.Map>, + java.time.Duration, java.util.Map, + java.time.Duration, java.time.Duration) + : annotations: - NotNull default: false type: public final @@ -29973,7 +35662,7 @@ net.corda.core.node.NetworkParameters: annotation: - Nullable type: java.time.Duration - equals: + equals(Object): annotations: [] default: false type: public @@ -29983,80 +35672,80 @@ net.corda.core.node.NetworkParameters: annotation: - Nullable type: Object - getConfidentialIdentityMinimumBackupInterval: + getConfidentialIdentityMinimumBackupInterval(): annotations: - Nullable default: false type: public final returnType: java.time.Duration - getEpoch: + getEpoch(): annotations: [] default: false type: public final returnType: int - getEventHorizon: + getEventHorizon(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - getMaxMessageSize: + getMaxMessageSize(): annotations: [] default: false type: public final returnType: int - getMaxTransactionSize: + getMaxTransactionSize(): annotations: [] default: false type: public final returnType: int - getMinimumPlatformVersion: + getMinimumPlatformVersion(): annotations: [] default: false type: public final returnType: int - getModifiedTime: + getModifiedTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getNotaries: + getNotaries(): annotations: - NotNull default: false type: public final returnType: java.util.List - getPackageOwnership: + getPackageOwnership(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getRecoveryMaximumBackupInterval: + getRecoveryMaximumBackupInterval(): annotations: - Nullable default: false type: public final returnType: java.time.Duration - getWhitelistedContractImplementations: + getWhitelistedContractImplementations(): annotations: - NotNull default: false type: public final returnType: "java.util.Map>" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toImmutable: + toImmutable(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - toString: + toString(): annotations: - NotNull default: false @@ -30077,36 +35766,36 @@ net.corda.core.node.NodeDiagnosticInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: [] default: false type: public final returnType: int - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - component5: + component5(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(String, String, int, String, java.util.List): annotations: - NotNull default: false @@ -30132,7 +35821,7 @@ net.corda.core.node.NodeDiagnosticInfo: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -30142,41 +35831,41 @@ net.corda.core.node.NodeDiagnosticInfo: annotation: - Nullable type: Object - getCordapps: + getCordapps(): annotations: - NotNull default: false type: public final returnType: java.util.List - getPlatformVersion: + getPlatformVersion(): annotations: [] default: false type: public final returnType: int - getRevision: + getRevision(): annotations: - NotNull default: false type: public final returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public final returnType: String - getVersion: + getVersion(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -30190,30 +35879,31 @@ net.corda.core.node.NodeInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: [] default: false type: public final returnType: int - component4: + component4(): annotations: [] default: false type: public final returnType: long - copy: - annotations: + ? copy(java.util.List, java.util.List, + int, long) + : annotations: - NotNull default: false type: public final @@ -30233,7 +35923,7 @@ net.corda.core.node.NodeInfo: serial: annotation: [] type: long - equals: + equals(Object): annotations: [] default: false type: public @@ -30243,40 +35933,40 @@ net.corda.core.node.NodeInfo: annotation: - Nullable type: Object - getAddresses: + getAddresses(): annotations: - NotNull default: false type: public final returnType: java.util.List - getLegalIdentities: + getLegalIdentities(): annotations: - NotNull default: false type: public final returnType: java.util.List - getLegalIdentitiesAndCerts: + getLegalIdentitiesAndCerts(): annotations: - NotNull default: false type: public final returnType: java.util.List - getPlatformVersion: + getPlatformVersion(): annotations: [] default: false type: public final returnType: int - getSerial: + getSerial(): annotations: [] default: false type: public final returnType: long - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - identityAndCertFromX500Name: + identityAndCertFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -30287,7 +35977,7 @@ net.corda.core.node.NodeInfo: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - identityFromX500Name: + identityFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -30298,7 +35988,7 @@ net.corda.core.node.NodeInfo: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - isLegalIdentity: + isLegalIdentity(net.corda.core.identity.CordaX500Name): annotations: [] default: false type: public final @@ -30308,7 +35998,17 @@ net.corda.core.node.NodeInfo: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - toString: + isLegalIdentity(net.corda.core.identity.Party): + annotations: [] + default: false + type: public final + returnType: boolean + params: + party: + annotation: + - NotNull + type: net.corda.core.identity.Party + toString(): annotations: - NotNull default: false @@ -30322,18 +36022,18 @@ net.corda.core.node.NotaryInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component2: + component2(): annotations: [] default: false type: public final returnType: boolean - copy: + copy(net.corda.core.identity.Party, boolean): annotations: - NotNull default: false @@ -30347,7 +36047,7 @@ net.corda.core.node.NotaryInfo: validating: annotation: [] type: boolean - equals: + equals(Object): annotations: [] default: false type: public @@ -30357,23 +36057,23 @@ net.corda.core.node.NotaryInfo: annotation: - Nullable type: Object - getIdentity: + getIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getValidating: + getValidating(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -30386,7 +36086,7 @@ net.corda.core.node.ServiceHub: - net.corda.core.node.ServicesForResolution interface: true methods: - addSignature: + addSignature(net.corda.core.transactions.SignedTransaction): annotations: - NotNull default: true @@ -30397,7 +36097,22 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: net.corda.core.transactions.SignedTransaction - cordaService: + addSignature(net.corda.core.transactions.SignedTransaction, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.transactions.SignedTransaction + params: + signedTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + cordaService(Class): annotations: - NotNull default: false @@ -30408,7 +36123,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: Class - cordaTelemetryComponent: + cordaTelemetryComponent(Class): annotations: - NotNull default: false @@ -30419,7 +36134,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: Class - createSignature: + createSignature(net.corda.core.transactions.FilteredTransaction): annotations: - NotNull default: true @@ -30430,103 +36145,144 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: net.corda.core.transactions.FilteredTransaction - getAppContext: + createSignature(net.corda.core.transactions.FilteredTransaction, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.crypto.TransactionSignature + params: + filteredTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.FilteredTransaction + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + createSignature(net.corda.core.transactions.SignedTransaction): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.crypto.TransactionSignature + params: + signedTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + createSignature(net.corda.core.transactions.SignedTransaction, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.crypto.TransactionSignature + params: + signedTransaction: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + getAppContext(): annotations: - NotNull default: true type: public returnType: net.corda.core.cordapp.CordappContext - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.AttachmentStorage - getClock: + getClock(): annotations: - NotNull default: false type: public abstract returnType: java.time.Clock - getContractUpgradeService: + getContractUpgradeService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.ContractUpgradeService - getCordappProvider: + getCordappProvider(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.cordapp.CordappProvider - getDiagnosticsService: + getDiagnosticsService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.diagnostics.DiagnosticsService - getIdentityService: + getIdentityService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.IdentityService - getKeyManagementService: + getKeyManagementService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.KeyManagementService - getMyInfo: + getMyInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeInfo - getNetworkMapCache: + getNetworkMapCache(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.NetworkMapCache - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NetworkParameters - getNetworkParametersService: + getNetworkParametersService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.NetworkParametersService - getTelemetryService: + getTelemetryService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.TelemetryService - getValidatedTransactions: + getValidatedTransactions(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.TransactionStorage - getVaultService: + getVaultService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.VaultService - jdbcSession: + jdbcSession(): annotations: - NotNull default: false type: public abstract returnType: java.sql.Connection - loadContractAttachment: + loadContractAttachment(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -30537,7 +36293,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadState: + loadState(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -30548,7 +36304,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadStates: + loadStates(java.util.Set): annotations: - NotNull default: false @@ -30559,7 +36315,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: java.util.Set - recordTransactions: + recordTransactions(Iterable): annotations: [] default: true type: public @@ -30569,7 +36325,65 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: Iterable - registerUnloadHandler: + recordTransactions(boolean, Iterable): + annotations: [] + default: true + type: public + returnType: void + params: + notifyVault: + annotation: [] + type: boolean + txs: + annotation: + - NotNull + type: Iterable + recordTransactions(boolean, net.corda.core.transactions.SignedTransaction, net.corda.core.transactions.SignedTransaction[]): + annotations: [] + default: true + type: public + returnType: void + params: + notifyVault: + annotation: [] + type: boolean + first: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + remaining: + annotation: + - NotNull + type: "net.corda.core.transactions.SignedTransaction[]" + recordTransactions(net.corda.core.node.StatesToRecord, Iterable): + annotations: [] + default: false + type: public abstract + returnType: void + params: + statesToRecord: + annotation: + - NotNull + type: net.corda.core.node.StatesToRecord + txs: + annotation: + - NotNull + type: Iterable + recordTransactions(net.corda.core.transactions.SignedTransaction, net.corda.core.transactions.SignedTransaction[]): + annotations: [] + default: true + type: public + returnType: void + params: + first: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + remaining: + annotation: + - NotNull + type: "net.corda.core.transactions.SignedTransaction[]" + registerUnloadHandler(kotlin.jvm.functions.Function0): annotations: [] default: false type: public abstract @@ -30579,7 +36393,18 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: kotlin.jvm.functions.Function0 - signInitialTransaction: + signInitialTransaction(net.corda.core.transactions.TransactionBuilder): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.transactions.SignedTransaction + params: + builder: + annotation: + - NotNull + type: net.corda.core.transactions.TransactionBuilder + signInitialTransaction(net.corda.core.transactions.TransactionBuilder, Iterable): annotations: - NotNull default: true @@ -30594,7 +36419,22 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: Iterable - specialise: + signInitialTransaction(net.corda.core.transactions.TransactionBuilder, java.security.PublicKey): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.transactions.SignedTransaction + params: + builder: + annotation: + - NotNull + type: net.corda.core.transactions.TransactionBuilder + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + specialise(net.corda.core.transactions.LedgerTransaction): annotations: - NotNull default: true @@ -30605,7 +36445,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: net.corda.core.transactions.LedgerTransaction - toStateAndRef: + toStateAndRef(net.corda.core.contracts.StateRef): annotations: - NotNull default: true @@ -30616,7 +36456,7 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: net.corda.core.contracts.StateRef - withEntityManager: + withEntityManager(java.util.function.Consumer): annotations: [] default: false type: public abstract @@ -30626,43 +36466,54 @@ net.corda.core.node.ServiceHub: annotation: - NotNull type: java.util.function.Consumer + withEntityManager(kotlin.jvm.functions.Function1): + annotations: [] + default: false + type: public abstract + returnType: T + params: + block: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" net.corda.core.node.ServicesForResolution: annotations: [] type: public interface extends: [] interface: true methods: - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.AttachmentStorage - getCordappProvider: + getCordappProvider(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.cordapp.CordappProvider - getIdentityService: + getIdentityService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.IdentityService - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NetworkParameters - getNetworkParametersService: + getNetworkParametersService(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.NetworkParametersService - loadContractAttachment: + loadContractAttachment(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -30673,7 +36524,7 @@ net.corda.core.node.ServicesForResolution: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadState: + loadState(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -30684,7 +36535,7 @@ net.corda.core.node.ServicesForResolution: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadStates: + loadStates(java.util.Set): annotations: - NotNull default: false @@ -30695,7 +36546,7 @@ net.corda.core.node.ServicesForResolution: annotation: - NotNull type: java.util.Set - specialise: + specialise(net.corda.core.transactions.LedgerTransaction): annotations: - NotNull default: true @@ -30714,13 +36565,13 @@ net.corda.core.node.StatesToRecord: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -30729,7 +36580,7 @@ net.corda.core.node.StatesToRecord: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -30742,7 +36593,7 @@ net.corda.core.node.ZoneVersionTooLowException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -30752,7 +36603,7 @@ net.corda.core.node.ZoneVersionTooLowException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -30762,36 +36613,36 @@ net.corda.core.node.ZoneVersionTooLowException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -30801,7 +36652,7 @@ net.corda.core.node.ZoneVersionTooLowException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -30811,7 +36662,7 @@ net.corda.core.node.ZoneVersionTooLowException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -30827,7 +36678,7 @@ net.corda.core.node.services.AttachmentStorage: extends: [] interface: true methods: - getLatestContractAttachments: + getLatestContractAttachments(String, int): annotations: - NotNull default: false @@ -30841,7 +36692,7 @@ net.corda.core.node.services.AttachmentStorage: minContractVersion: annotation: [] type: int - hasAttachment: + hasAttachment(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public abstract @@ -30851,7 +36702,18 @@ net.corda.core.node.services.AttachmentStorage: annotation: - NotNull type: net.corda.core.crypto.SecureHash - importAttachment: + importAttachment(java.io.InputStream): + annotations: + - NotNull + default: false + type: public abstract + returnType: net.corda.core.crypto.SecureHash + params: + jar: + annotation: + - NotNull + type: java.io.InputStream + importAttachment(java.io.InputStream, String, String): annotations: - NotNull default: false @@ -30870,7 +36732,7 @@ net.corda.core.node.services.AttachmentStorage: annotation: - Nullable type: String - importOrGetAttachment: + importOrGetAttachment(java.io.InputStream): annotations: - NotNull default: false @@ -30881,7 +36743,7 @@ net.corda.core.node.services.AttachmentStorage: annotation: - NotNull type: java.io.InputStream - openAttachment: + openAttachment(net.corda.core.crypto.SecureHash): annotations: - Nullable default: false @@ -30892,7 +36754,7 @@ net.corda.core.node.services.AttachmentStorage: annotation: - NotNull type: net.corda.core.crypto.SecureHash - queryAttachments: + queryAttachments(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: true @@ -30903,6 +36765,21 @@ net.corda.core.node.services.AttachmentStorage: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria + queryAttachments(net.corda.core.node.services.vault.AttachmentQueryCriteria, net.corda.core.node.services.vault.AttachmentSort): + annotations: + - NotNull + default: false + type: public abstract + returnType: java.util.List + params: + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.AttachmentQueryCriteria + sorting: + annotation: + - Nullable + type: net.corda.core.node.services.vault.AttachmentSort net.corda.core.node.services.AttachmentStorageKt: annotations: [] type: public final class @@ -30916,7 +36793,7 @@ net.corda.core.node.services.ContractUpgradeService: extends: [] interface: true methods: - getAuthorisedContractUpgrade: + getAuthorisedContractUpgrade(net.corda.core.contracts.StateRef): annotations: - Nullable default: false @@ -30927,7 +36804,7 @@ net.corda.core.node.services.ContractUpgradeService: annotation: - NotNull type: net.corda.core.contracts.StateRef - removeAuthorisedContractUpgrade: + removeAuthorisedContractUpgrade(net.corda.core.contracts.StateRef): annotations: [] default: false type: public abstract @@ -30937,8 +36814,9 @@ net.corda.core.node.services.ContractUpgradeService: annotation: - NotNull type: net.corda.core.contracts.StateRef - storeAuthorisedContractUpgrade: - annotations: [] + ? storeAuthorisedContractUpgrade(net.corda.core.contracts.StateRef, Class>) + : annotations: [] default: false type: public abstract returnType: void @@ -30969,7 +36847,7 @@ net.corda.core.node.services.IdentityService: extends: [] interface: true methods: - assertOwnership: + assertOwnership(net.corda.core.identity.Party, net.corda.core.identity.AnonymousParty): annotations: [] default: true type: public @@ -30983,7 +36861,7 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: net.corda.core.identity.AnonymousParty - certificateFromKey: + certificateFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -30994,7 +36872,7 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: java.security.PublicKey - externalIdForPublicKey: + externalIdForPublicKey(java.security.PublicKey): annotations: - Suspendable - Nullable @@ -31006,31 +36884,31 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: java.security.PublicKey - getAllIdentities: + getAllIdentities(): annotations: - NotNull default: false type: public abstract returnType: Iterable - getCaCertStore: + getCaCertStore(): annotations: - NotNull default: false type: public abstract returnType: java.security.cert.CertStore - getTrustAnchor: + getTrustAnchor(): annotations: - NotNull default: false type: public abstract returnType: java.security.cert.TrustAnchor - getTrustRoot: + getTrustRoot(): annotations: - NotNull default: false type: public abstract returnType: java.security.cert.X509Certificate - partiesFromName: + partiesFromName(String, boolean): annotations: - NotNull default: false @@ -31044,7 +36922,7 @@ net.corda.core.node.services.IdentityService: exactMatch: annotation: [] type: boolean - partyFromKey: + partyFromKey(java.security.PublicKey): annotations: - Nullable default: false @@ -31055,7 +36933,7 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: java.security.PublicKey - publicKeysForExternalId: + publicKeysForExternalId(java.util.UUID): annotations: - NotNull default: false @@ -31066,7 +36944,7 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: java.util.UUID - registerKey: + registerKey(java.security.PublicKey, net.corda.core.identity.Party, java.util.UUID): annotations: [] default: false type: public abstract @@ -31084,7 +36962,7 @@ net.corda.core.node.services.IdentityService: annotation: - Nullable type: java.util.UUID - requireWellKnownPartyFromAnonymous: + requireWellKnownPartyFromAnonymous(net.corda.core.identity.AbstractParty): annotations: - NotNull default: true @@ -31095,7 +36973,7 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: net.corda.core.identity.AbstractParty - verifyAndRegisterIdentity: + verifyAndRegisterIdentity(net.corda.core.identity.PartyAndCertificate): annotations: - Nullable default: false @@ -31106,7 +36984,7 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: net.corda.core.identity.PartyAndCertificate - wellKnownPartyFromAnonymous: + wellKnownPartyFromAnonymous(net.corda.core.contracts.PartyAndReference): annotations: - Nullable default: true @@ -31117,7 +36995,18 @@ net.corda.core.node.services.IdentityService: annotation: - NotNull type: net.corda.core.contracts.PartyAndReference - wellKnownPartyFromX500Name: + wellKnownPartyFromAnonymous(net.corda.core.identity.AbstractParty): + annotations: + - Nullable + default: true + type: public + returnType: net.corda.core.identity.Party + params: + party: + annotation: + - NotNull + type: net.corda.core.identity.AbstractParty + wellKnownPartyFromX500Name(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -31141,7 +37030,7 @@ net.corda.core.node.services.KeyManagementService: extends: [] interface: true methods: - filterMyKeys: + filterMyKeys(Iterable): annotations: - NotNull default: false @@ -31152,7 +37041,14 @@ net.corda.core.node.services.KeyManagementService: annotation: - NotNull type: Iterable - freshKey: + freshKey(): + annotations: + - Suspendable + - NotNull + default: false + type: public abstract + returnType: java.security.PublicKey + freshKey(java.util.UUID): annotations: - Suspendable - NotNull @@ -31164,7 +37060,22 @@ net.corda.core.node.services.KeyManagementService: annotation: - NotNull type: java.util.UUID - freshKeyAndCert: + freshKeyAndCert(net.corda.core.identity.PartyAndCertificate, boolean): + annotations: + - Suspendable + - NotNull + default: false + type: public abstract + returnType: net.corda.core.identity.PartyAndCertificate + params: + identity: + annotation: + - NotNull + type: net.corda.core.identity.PartyAndCertificate + revocationEnabled: + annotation: [] + type: boolean + freshKeyAndCert(net.corda.core.identity.PartyAndCertificate, boolean, java.util.UUID): annotations: - Suspendable - NotNull @@ -31183,13 +37094,29 @@ net.corda.core.node.services.KeyManagementService: annotation: - NotNull type: java.util.UUID - getKeys: + getKeys(): annotations: - NotNull default: false type: public abstract returnType: java.util.Set - sign: + sign(byte[], java.security.PublicKey): + annotations: + - Suspendable + - NotNull + default: false + type: public abstract + returnType: net.corda.core.crypto.DigitalSignature$WithKey + params: + bytes: + annotation: + - NotNull + type: "byte[]" + publicKey: + annotation: + - NotNull + type: java.security.PublicKey + sign(net.corda.core.crypto.SignableData, java.security.PublicKey): annotations: - Suspendable - NotNull @@ -31212,24 +37139,24 @@ net.corda.core.node.services.NetworkMapCache: - net.corda.core.node.services.NetworkMapCacheBase interface: true methods: - clearNetworkMapCache: + clearNetworkMapCache(): annotations: [] default: false type: public abstract returnType: void - getAllNodes: + getAllNodes(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getChanged: + getChanged(): annotations: - NotNull default: false type: public abstract returnType: rx.Observable - getNodeByAddress: + getNodeByAddress(net.corda.core.utilities.NetworkHostAndPort): annotations: - Nullable default: false @@ -31240,7 +37167,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.utilities.NetworkHostAndPort - getNodeByLegalIdentity: + getNodeByLegalIdentity(net.corda.core.identity.AbstractParty): annotations: - Nullable default: false @@ -31251,7 +37178,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.AbstractParty - getNodeByLegalName: + getNodeByLegalName(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -31262,13 +37189,13 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getNodeReady: + getNodeReady(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.concurrent.CordaFuture - getNodesByLegalIdentityKey: + getNodesByLegalIdentityKey(java.security.PublicKey): annotations: - NotNull default: false @@ -31279,7 +37206,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: java.security.PublicKey - getNodesByLegalName: + getNodesByLegalName(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -31290,7 +37217,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getNotary: + getNotary(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: true @@ -31301,13 +37228,13 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getNotaryIdentities: + getNotaryIdentities(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getPartyInfo: + getPartyInfo(net.corda.core.identity.Party): annotations: - Nullable default: false @@ -31318,7 +37245,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.Party - getPeerByLegalName: + getPeerByLegalName(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: true @@ -31329,7 +37256,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getPeerCertificateByLegalName: + getPeerCertificateByLegalName(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -31340,7 +37267,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - isNotary: + isNotary(net.corda.core.identity.Party): annotations: [] default: false type: public abstract @@ -31350,7 +37277,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.Party - isValidatingNotary: + isValidatingNotary(net.corda.core.identity.Party): annotations: [] default: false type: public abstract @@ -31360,7 +37287,7 @@ net.corda.core.node.services.NetworkMapCache: annotation: - NotNull type: net.corda.core.identity.Party - track: + track(): annotations: - NotNull default: false @@ -31375,7 +37302,7 @@ net.corda.core.node.services.NetworkMapCache$MapChange: implements: [] interface: false methods: - getNode: + getNode(): annotations: - NotNull default: false @@ -31389,13 +37316,13 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Added: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NodeInfo - copy: + copy(net.corda.core.node.NodeInfo): annotations: - NotNull default: false @@ -31406,7 +37333,7 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Added: annotation: - NotNull type: net.corda.core.node.NodeInfo - equals: + equals(Object): annotations: [] default: false type: public @@ -31416,18 +37343,18 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Added: annotation: - Nullable type: Object - getNode: + getNode(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.NodeInfo - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -31441,19 +37368,19 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Modified: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NodeInfo - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NodeInfo - copy: + copy(net.corda.core.node.NodeInfo, net.corda.core.node.NodeInfo): annotations: - NotNull default: false @@ -31468,7 +37395,7 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Modified: annotation: - NotNull type: net.corda.core.node.NodeInfo - equals: + equals(Object): annotations: [] default: false type: public @@ -31478,24 +37405,24 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Modified: annotation: - Nullable type: Object - getNode: + getNode(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.NodeInfo - getPreviousNode: + getPreviousNode(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NodeInfo - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -31509,13 +37436,13 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Removed: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NodeInfo - copy: + copy(net.corda.core.node.NodeInfo): annotations: - NotNull default: false @@ -31526,7 +37453,7 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Removed: annotation: - NotNull type: net.corda.core.node.NodeInfo - equals: + equals(Object): annotations: [] default: false type: public @@ -31536,18 +37463,18 @@ net.corda.core.node.services.NetworkMapCache$MapChange$Removed: annotation: - Nullable type: Object - getNode: + getNode(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.NodeInfo - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -31559,24 +37486,24 @@ net.corda.core.node.services.NetworkMapCacheBase: extends: [] interface: true methods: - clearNetworkMapCache: + clearNetworkMapCache(): annotations: [] default: false type: public abstract returnType: void - getAllNodes: + getAllNodes(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getChanged: + getChanged(): annotations: - NotNull default: false type: public abstract returnType: rx.Observable - getNodeByAddress: + getNodeByAddress(net.corda.core.utilities.NetworkHostAndPort): annotations: - Nullable default: false @@ -31587,7 +37514,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.utilities.NetworkHostAndPort - getNodeByLegalName: + getNodeByLegalName(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -31598,13 +37525,13 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getNodeReady: + getNodeReady(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.concurrent.CordaFuture - getNodesByLegalIdentityKey: + getNodesByLegalIdentityKey(java.security.PublicKey): annotations: - NotNull default: false @@ -31615,7 +37542,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: java.security.PublicKey - getNodesByLegalName: + getNodesByLegalName(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -31626,7 +37553,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getNotary: + getNotary(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: true @@ -31637,13 +37564,13 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getNotaryIdentities: + getNotaryIdentities(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getPartyInfo: + getPartyInfo(net.corda.core.identity.Party): annotations: - Nullable default: false @@ -31654,7 +37581,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.Party - getPeerByLegalName: + getPeerByLegalName(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: true @@ -31665,7 +37592,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getPeerCertificateByLegalName: + getPeerCertificateByLegalName(net.corda.core.identity.CordaX500Name): annotations: - Nullable default: false @@ -31676,7 +37603,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - isNotary: + isNotary(net.corda.core.identity.Party): annotations: [] default: false type: public abstract @@ -31686,7 +37613,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.Party - isValidatingNotary: + isValidatingNotary(net.corda.core.identity.Party): annotations: [] default: false type: public abstract @@ -31696,7 +37623,7 @@ net.corda.core.node.services.NetworkMapCacheBase: annotation: - NotNull type: net.corda.core.identity.Party - track: + track(): annotations: - NotNull default: false @@ -31709,19 +37636,19 @@ net.corda.core.node.services.NetworkParametersService: extends: [] interface: true methods: - getCurrentHash: + getCurrentHash(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getDefaultHash: + getDefaultHash(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - lookup: + lookup(net.corda.core.crypto.SecureHash): annotations: - Nullable default: false @@ -31739,7 +37666,7 @@ net.corda.core.node.services.PartyInfo: implements: [] interface: false methods: - getParty: + getParty(): annotations: - NotNull default: false @@ -31752,13 +37679,13 @@ net.corda.core.node.services.PartyInfo$DistributedNode: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - copy: + copy(net.corda.core.identity.Party): annotations: - NotNull default: false @@ -31769,7 +37696,7 @@ net.corda.core.node.services.PartyInfo$DistributedNode: annotation: - NotNull type: net.corda.core.identity.Party - equals: + equals(Object): annotations: [] default: false type: public @@ -31779,18 +37706,18 @@ net.corda.core.node.services.PartyInfo$DistributedNode: annotation: - Nullable type: Object - getParty: + getParty(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -31803,19 +37730,19 @@ net.corda.core.node.services.PartyInfo$SingleNode: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(net.corda.core.identity.Party, java.util.List): annotations: - NotNull default: false @@ -31830,7 +37757,7 @@ net.corda.core.node.services.PartyInfo$SingleNode: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -31840,24 +37767,24 @@ net.corda.core.node.services.PartyInfo$SingleNode: annotation: - Nullable type: Object - getAddresses: + getAddresses(): annotations: - NotNull default: false type: public final returnType: java.util.List - getParty: + getParty(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -31870,13 +37797,13 @@ net.corda.core.node.services.ServiceLifecycleEvent: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -31885,7 +37812,7 @@ net.corda.core.node.services.ServiceLifecycleEvent: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -31896,7 +37823,7 @@ net.corda.core.node.services.ServiceLifecycleObserver: extends: [] interface: true methods: - onServiceLifecycleEvent: + onServiceLifecycleEvent(net.corda.core.node.services.ServiceLifecycleEvent): annotations: [] default: false type: public abstract @@ -31915,19 +37842,19 @@ net.corda.core.node.services.SignedTransactionWithStatus: - net.corda.core.contracts.NamedByHash interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.TransactionStatus - copy: + copy(net.corda.core.transactions.SignedTransaction, net.corda.core.node.services.TransactionStatus): annotations: - NotNull default: false @@ -31942,7 +37869,7 @@ net.corda.core.node.services.SignedTransactionWithStatus: annotation: - NotNull type: net.corda.core.node.services.TransactionStatus - equals: + equals(Object): annotations: [] default: false type: public @@ -31952,30 +37879,30 @@ net.corda.core.node.services.SignedTransactionWithStatus: annotation: - Nullable type: Object - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getStatus: + getStatus(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.TransactionStatus - getStx: + getStx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.SignedTransaction - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -31989,7 +37916,7 @@ net.corda.core.node.services.StatesNotAvailableException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -31999,7 +37926,7 @@ net.corda.core.node.services.StatesNotAvailableException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -32009,48 +37936,48 @@ net.corda.core.node.services.StatesNotAvailableException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -32060,7 +37987,7 @@ net.corda.core.node.services.StatesNotAvailableException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -32070,7 +37997,7 @@ net.corda.core.node.services.StatesNotAvailableException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -32080,7 +38007,7 @@ net.corda.core.node.services.StatesNotAvailableException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -32090,7 +38017,7 @@ net.corda.core.node.services.StatesNotAvailableException: annotation: - Nullable type: String - toString: + toString(): annotations: - NotNull default: false @@ -32102,7 +38029,7 @@ net.corda.core.node.services.TelemetryService: extends: [] interface: true methods: - getTelemetryHandle: + getTelemetryHandle(Class): annotations: - Nullable default: false @@ -32120,13 +38047,13 @@ net.corda.core.node.services.TimeWindowChecker: implements: [] interface: false methods: - getClock: + getClock(): annotations: - NotNull default: false type: public final returnType: java.time.Clock - isValid: + isValid(net.corda.core.contracts.TimeWindow): annotations: [] default: false type: public final @@ -32144,13 +38071,13 @@ net.corda.core.node.services.TransactionStatus: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -32159,7 +38086,7 @@ net.corda.core.node.services.TransactionStatus: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -32170,7 +38097,7 @@ net.corda.core.node.services.TransactionStorage: extends: [] interface: true methods: - getTransaction: + getTransaction(net.corda.core.crypto.SecureHash): annotations: - Nullable default: false @@ -32181,7 +38108,7 @@ net.corda.core.node.services.TransactionStorage: annotation: - NotNull type: net.corda.core.crypto.SecureHash - getTransactionWithStatus: + getTransactionWithStatus(net.corda.core.crypto.SecureHash): annotations: - Nullable default: false @@ -32192,20 +38119,20 @@ net.corda.core.node.services.TransactionStorage: annotation: - NotNull type: net.corda.core.crypto.SecureHash - getUpdates: + getUpdates(): annotations: - NotNull default: false type: public abstract returnType: rx.Observable - track: + track(): annotations: - NotNull default: false type: public abstract returnType: "net.corda.core.messaging.DataFeed,\ \ net.corda.core.transactions.SignedTransaction>" - trackTransaction: + trackTransaction(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -32224,7 +38151,7 @@ net.corda.core.node.services.UnknownAnonymousPartyException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -32234,7 +38161,7 @@ net.corda.core.node.services.UnknownAnonymousPartyException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -32244,36 +38171,36 @@ net.corda.core.node.services.UnknownAnonymousPartyException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -32283,7 +38210,7 @@ net.corda.core.node.services.UnknownAnonymousPartyException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -32293,7 +38220,7 @@ net.corda.core.node.services.UnknownAnonymousPartyException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -32311,7 +38238,7 @@ net.corda.core.node.services.Vault: implements: [] interface: false methods: - getStates: + getStates(): annotations: - NotNull default: false @@ -32329,13 +38256,13 @@ net.corda.core.node.services.Vault$Companion: implements: [] interface: false methods: - getNoNotaryUpdate: + getNoNotaryUpdate(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$Update - getNoUpdate: + getNoUpdate(): annotations: - NotNull default: false @@ -32349,13 +38276,13 @@ net.corda.core.node.services.Vault$ConstraintInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.AttachmentConstraint - copy: + copy(net.corda.core.contracts.AttachmentConstraint): annotations: - NotNull default: false @@ -32366,13 +38293,13 @@ net.corda.core.node.services.Vault$ConstraintInfo: annotation: - NotNull type: net.corda.core.contracts.AttachmentConstraint - data: + data(): annotations: - Nullable default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -32382,24 +38309,24 @@ net.corda.core.node.services.Vault$ConstraintInfo: annotation: - Nullable type: Object - getConstraint: + getConstraint(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.AttachmentConstraint - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - type: + type(): annotations: - NotNull default: false @@ -32417,7 +38344,7 @@ net.corda.core.node.services.Vault$ConstraintInfo$Companion: implements: [] interface: false methods: - constraintInfo: + constraintInfo(net.corda.core.node.services.Vault$ConstraintInfo$Type, byte[]): annotations: - NotNull default: false @@ -32440,13 +38367,13 @@ net.corda.core.node.services.Vault$ConstraintInfo$Type: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -32455,7 +38382,7 @@ net.corda.core.node.services.Vault$ConstraintInfo$Type: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -32468,43 +38395,74 @@ net.corda.core.node.services.Vault$Page: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: [] default: false type: public final returnType: long - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component5: + component5(): annotations: - NotNull default: false type: public final returnType: java.util.List - component6: + component6(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.StateRef - copy: - annotations: + ? copy(java.util.List>, java.util.List, long, + net.corda.core.node.services.Vault$StateStatus, java.util.List) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.Vault$Page + params: + states: + annotation: + - NotNull + type: java.util.List> + statesMetadata: + annotation: + - NotNull + type: java.util.List + totalStatesAvailable: + annotation: [] + type: long + stateTypes: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + otherResults: + annotation: + - NotNull + type: java.util.List + ? copy(java.util.List>, java.util.List, long, + net.corda.core.node.services.Vault$StateStatus, java.util.List, net.corda.core.contracts.StateRef) + : annotations: - NotNull default: false type: public final @@ -32534,7 +38492,7 @@ net.corda.core.node.services.Vault$Page: annotation: - Nullable type: net.corda.core.contracts.StateRef - equals: + equals(Object): annotations: [] default: false type: public @@ -32544,47 +38502,47 @@ net.corda.core.node.services.Vault$Page: annotation: - Nullable type: Object - getOtherResults: + getOtherResults(): annotations: - NotNull default: false type: public final returnType: java.util.List - getPreviousPageAnchor: + getPreviousPageAnchor(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.StateRef - getStateTypes: + getStateTypes(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - getStates: + getStates(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getStatesMetadata: + getStatesMetadata(): annotations: - NotNull default: false type: public final returnType: java.util.List - getTotalStatesAvailable: + getTotalStatesAvailable(): annotations: [] default: false type: public final returnType: long - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -32598,13 +38556,13 @@ net.corda.core.node.services.Vault$RelevancyStatus: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -32613,7 +38571,7 @@ net.corda.core.node.services.Vault$RelevancyStatus: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -32626,68 +38584,157 @@ net.corda.core.node.services.Vault$StateMetadata: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - component10: + component10(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.Vault$ConstraintInfo - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - component4: + component4(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component6: + component6(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.AbstractParty - component7: + component7(): annotations: - Nullable default: false type: public final returnType: String - component8: + component8(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - component9: + component9(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - copy: - annotations: + ? copy(net.corda.core.contracts.StateRef, String, java.time.Instant, java.time.Instant, + net.corda.core.node.services.Vault$StateStatus, net.corda.core.identity.AbstractParty, + String, java.time.Instant) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.Vault$StateMetadata + params: + ref: + annotation: + - NotNull + type: net.corda.core.contracts.StateRef + contractStateClassName: + annotation: + - NotNull + type: String + recordedTime: + annotation: + - NotNull + type: java.time.Instant + consumedTime: + annotation: + - Nullable + type: java.time.Instant + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + notary: + annotation: + - Nullable + type: net.corda.core.identity.AbstractParty + lockId: + annotation: + - Nullable + type: String + lockUpdateTime: + annotation: + - Nullable + type: java.time.Instant + ? copy(net.corda.core.contracts.StateRef, String, java.time.Instant, java.time.Instant, + net.corda.core.node.services.Vault$StateStatus, net.corda.core.identity.AbstractParty, + String, java.time.Instant, net.corda.core.node.services.Vault$RelevancyStatus) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.Vault$StateMetadata + params: + ref: + annotation: + - NotNull + type: net.corda.core.contracts.StateRef + contractStateClassName: + annotation: + - NotNull + type: String + recordedTime: + annotation: + - NotNull + type: java.time.Instant + consumedTime: + annotation: + - Nullable + type: java.time.Instant + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + notary: + annotation: + - Nullable + type: net.corda.core.identity.AbstractParty + lockId: + annotation: + - Nullable + type: String + lockUpdateTime: + annotation: + - Nullable + type: java.time.Instant + relevancyStatus: + annotation: + - Nullable + type: net.corda.core.node.services.Vault$RelevancyStatus + ? copy(net.corda.core.contracts.StateRef, String, java.time.Instant, java.time.Instant, + net.corda.core.node.services.Vault$StateStatus, net.corda.core.identity.AbstractParty, + String, java.time.Instant, net.corda.core.node.services.Vault$RelevancyStatus, + net.corda.core.node.services.Vault$ConstraintInfo) + : annotations: - NotNull default: false type: public final @@ -32733,7 +38780,7 @@ net.corda.core.node.services.Vault$StateMetadata: annotation: - Nullable type: net.corda.core.node.services.Vault$ConstraintInfo - equals: + equals(Object): annotations: [] default: false type: public @@ -32743,72 +38790,72 @@ net.corda.core.node.services.Vault$StateMetadata: annotation: - Nullable type: Object - getConstraintInfo: + getConstraintInfo(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.Vault$ConstraintInfo - getConsumedTime: + getConsumedTime(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - getContractStateClassName: + getContractStateClassName(): annotations: - NotNull default: false type: public final returnType: String - getLockId: + getLockId(): annotations: - Nullable default: false type: public final returnType: String - getLockUpdateTime: + getLockUpdateTime(): annotations: - Nullable default: false type: public final returnType: java.time.Instant - getNotary: + getNotary(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.AbstractParty - getRecordedTime: + getRecordedTime(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getRef: + getRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - getRelevancyStatus: + getRelevancyStatus(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - getStatus: + getStatus(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -32822,13 +38869,13 @@ net.corda.core.node.services.Vault$StateStatus: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -32837,7 +38884,7 @@ net.corda.core.node.services.Vault$StateStatus: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -32850,43 +38897,48 @@ net.corda.core.node.services.Vault$Update: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.Set> - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.Set> - component3: + component3(): annotations: - Nullable default: false type: public final returnType: java.util.UUID - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$UpdateType - component5: + component5(): annotations: - NotNull default: false type: public final returnType: java.util.Set> - component6: + component6(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - containsType: + containsType(): + annotations: [] + default: false + type: public final synthetic + returnType: boolean + containsType(Class, net.corda.core.node.services.Vault$StateStatus): annotations: [] default: false type: public final @@ -32900,8 +38952,72 @@ net.corda.core.node.services.Vault$Update: annotation: - NotNull type: net.corda.core.node.services.Vault$StateStatus - copy: - annotations: + ? copy(java.util.Set>, java.util.Set>, java.util.UUID, net.corda.core.node.services.Vault$UpdateType) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.Vault$Update + params: + consumed: + annotation: + - NotNull + type: java.util.Set> + produced: + annotation: + - NotNull + type: java.util.Set> + flowId: + annotation: + - Nullable + type: java.util.UUID + type: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$UpdateType + ? copy(java.util.Set>, java.util.Set>, java.util.UUID, net.corda.core.node.services.Vault$UpdateType, java.util.Set>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.Vault$Update + params: + consumed: + annotation: + - NotNull + type: java.util.Set> + produced: + annotation: + - NotNull + type: java.util.Set> + flowId: + annotation: + - Nullable + type: java.util.UUID + type: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$UpdateType + references: + annotation: + - NotNull + type: java.util.Set> + ? copy(java.util.Set>, java.util.Set>, java.util.UUID, net.corda.core.node.services.Vault$UpdateType, java.util.Set>, java.util.Map) + : annotations: - NotNull default: false type: public final @@ -32934,7 +39050,7 @@ net.corda.core.node.services.Vault$Update: annotation: - NotNull type: "java.util.Map" - equals: + equals(Object): annotations: [] default: false type: public @@ -32944,53 +39060,53 @@ net.corda.core.node.services.Vault$Update: annotation: - Nullable type: Object - getConsumed: + getConsumed(): annotations: - NotNull default: false type: public final returnType: java.util.Set> - getConsumingTxIds: + getConsumingTxIds(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getFlowId: + getFlowId(): annotations: - Nullable default: false type: public final returnType: java.util.UUID - getProduced: + getProduced(): annotations: - NotNull default: false type: public final returnType: java.util.Set> - getReferences: + getReferences(): annotations: - NotNull default: false type: public final returnType: java.util.Set> - getType: + getType(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$UpdateType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isEmpty: + isEmpty(): annotations: [] default: false type: public final returnType: boolean - plus: + plus(net.corda.core.node.services.Vault$Update): annotations: - NotNull default: false @@ -33001,7 +39117,7 @@ net.corda.core.node.services.Vault$Update: annotation: - NotNull type: net.corda.core.node.services.Vault$Update - toString: + toString(): annotations: - NotNull default: false @@ -33015,13 +39131,13 @@ net.corda.core.node.services.Vault$UpdateType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -33030,7 +39146,7 @@ net.corda.core.node.services.Vault$UpdateType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -33043,7 +39159,7 @@ net.corda.core.node.services.VaultQueryException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -33053,7 +39169,7 @@ net.corda.core.node.services.VaultQueryException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -33063,48 +39179,48 @@ net.corda.core.node.services.VaultQueryException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -33114,7 +39230,7 @@ net.corda.core.node.services.VaultQueryException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -33124,7 +39240,7 @@ net.corda.core.node.services.VaultQueryException: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -33134,7 +39250,7 @@ net.corda.core.node.services.VaultQueryException: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -33150,8 +39266,9 @@ net.corda.core.node.services.VaultService: extends: [] interface: true methods: - _queryBy: - annotations: + ? _queryBy(net.corda.core.node.services.vault.QueryCriteria, net.corda.core.node.services.vault.PageSpecification, + net.corda.core.node.services.vault.Sort, Class) + : annotations: - NotNull default: false type: public abstract @@ -33173,8 +39290,9 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: Class - _trackBy: - annotations: + ? _trackBy(net.corda.core.node.services.vault.QueryCriteria, net.corda.core.node.services.vault.PageSpecification, + net.corda.core.node.services.vault.Sort, Class) + : annotations: - NotNull default: false type: public abstract @@ -33197,7 +39315,7 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: Class - addNoteToTransaction: + addNoteToTransaction(net.corda.core.crypto.SecureHash, String): annotations: [] default: false type: public abstract @@ -33211,13 +39329,13 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: String - getRawUpdates: + getRawUpdates(): annotations: - NotNull default: false type: public abstract returnType: rx.Observable> - getTransactionNotes: + getTransactionNotes(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -33228,18 +39346,80 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: net.corda.core.crypto.SecureHash - getUpdates: + getUpdates(): annotations: - NotNull default: false type: public abstract returnType: rx.Observable> - queryBy: + queryBy(Class): annotations: - NotNull default: true type: public returnType: net.corda.core.node.services.Vault$Page + params: + contractStateType: + annotation: + - NotNull + type: Class + queryBy(Class, net.corda.core.node.services.vault.PageSpecification): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.node.services.Vault$Page + params: + contractStateType: + annotation: + - NotNull + type: Class + paging: + annotation: + - NotNull + type: net.corda.core.node.services.vault.PageSpecification + queryBy(Class, net.corda.core.node.services.vault.QueryCriteria): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.node.services.Vault$Page + params: + contractStateType: + annotation: + - NotNull + type: Class + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria + ? queryBy(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification) + : annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.node.services.Vault$Page + params: + contractStateType: + annotation: + - NotNull + type: Class + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria + paging: + annotation: + - NotNull + type: net.corda.core.node.services.vault.PageSpecification + ? queryBy(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification, net.corda.core.node.services.vault.Sort) + : annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.node.services.Vault$Page params: contractStateType: annotation: @@ -33257,7 +39437,26 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: net.corda.core.node.services.vault.Sort - softLockRelease: + queryBy(Class, net.corda.core.node.services.vault.QueryCriteria, net.corda.core.node.services.vault.Sort): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.node.services.Vault$Page + params: + contractStateType: + annotation: + - NotNull + type: Class + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria + sorting: + annotation: + - NotNull + type: net.corda.core.node.services.vault.Sort + softLockRelease(java.util.UUID, net.corda.core.utilities.NonEmptySet): annotations: [] default: false type: public abstract @@ -33271,7 +39470,7 @@ net.corda.core.node.services.VaultService: annotation: - Nullable type: net.corda.core.utilities.NonEmptySet - softLockReserve: + softLockReserve(java.util.UUID, net.corda.core.utilities.NonEmptySet): annotations: [] default: false type: public abstract @@ -33285,11 +39484,77 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: net.corda.core.utilities.NonEmptySet - trackBy: + trackBy(Class): annotations: - NotNull default: true type: public + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + contractStateType: + annotation: + - NotNull + type: Class + trackBy(Class, net.corda.core.node.services.vault.PageSpecification): + annotations: + - NotNull + default: true + type: public + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + contractStateType: + annotation: + - NotNull + type: Class + paging: + annotation: + - NotNull + type: net.corda.core.node.services.vault.PageSpecification + trackBy(Class, net.corda.core.node.services.vault.QueryCriteria): + annotations: + - NotNull + default: true + type: public + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + contractStateType: + annotation: + - NotNull + type: Class + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria + ? trackBy(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification) + : annotations: + - NotNull + default: true + type: public + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + contractStateType: + annotation: + - NotNull + type: Class + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria + paging: + annotation: + - NotNull + type: net.corda.core.node.services.vault.PageSpecification + ? trackBy(Class, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification, net.corda.core.node.services.vault.Sort) + : annotations: + - NotNull + default: true + type: public returnType: "net.corda.core.messaging.DataFeed,\ \ net.corda.core.node.services.Vault$Update>" params: @@ -33309,8 +39574,29 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: net.corda.core.node.services.vault.Sort - tryLockFungibleStatesForSpending: + trackBy(Class, net.corda.core.node.services.vault.QueryCriteria, net.corda.core.node.services.vault.Sort): annotations: + - NotNull + default: true + type: public + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + contractStateType: + annotation: + - NotNull + type: Class + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria + sorting: + annotation: + - NotNull + type: net.corda.core.node.services.vault.Sort + ? tryLockFungibleStatesForSpending(java.util.UUID, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.contracts.Amount, Class) + : annotations: - Suspendable - NotNull default: false @@ -33333,7 +39619,7 @@ net.corda.core.node.services.VaultService: annotation: - NotNull type: Class - whenConsumed: + whenConsumed(net.corda.core.contracts.StateRef): annotations: - NotNull default: true @@ -33351,7 +39637,7 @@ net.corda.core.node.services.VaultServiceKt: implements: [] interface: false methods: - queryBy: + queryBy(net.corda.core.node.services.VaultService): annotations: [] default: false type: public static final synthetic @@ -33359,9 +39645,110 @@ net.corda.core.node.services.VaultServiceKt: params: "null": annotation: [] - type: net.corda.core.node.services.vault.Sort - trackBy: + type: net.corda.core.node.services.VaultService + queryBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.PageSpecification): annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.node.services.Vault$Page + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.PageSpecification + queryBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria): + annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.node.services.Vault$Page + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.QueryCriteria + ? queryBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.node.services.Vault$Page + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.PageSpecification + ? queryBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification, net.corda.core.node.services.vault.Sort) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.node.services.Vault$Page + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.Sort + ? queryBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.Sort) + : annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.core.node.services.Vault$Page + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.Sort + trackBy(net.corda.core.node.services.VaultService): + annotations: [] + default: false + type: public static final synthetic + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + "null": + annotation: [] + type: net.corda.core.node.services.VaultService + trackBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.PageSpecification): + annotations: [] + default: false + type: public static final synthetic + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.PageSpecification + trackBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria): + annotations: [] + default: false + type: public static final synthetic + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.QueryCriteria + ? trackBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification) + : annotations: [] + default: false + type: public static final synthetic + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.PageSpecification + ? trackBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.PageSpecification, net.corda.core.node.services.vault.Sort) + : annotations: [] + default: false + type: public static final synthetic + returnType: "net.corda.core.messaging.DataFeed,\ + \ net.corda.core.node.services.Vault$Update>" + params: + "null": + annotation: [] + type: net.corda.core.node.services.vault.Sort + ? trackBy(net.corda.core.node.services.VaultService, net.corda.core.node.services.vault.QueryCriteria, + net.corda.core.node.services.vault.Sort) + : annotations: [] default: false type: public static final synthetic returnType: "net.corda.core.messaging.DataFeed,\ @@ -33381,7 +39768,7 @@ net.corda.core.node.services.diagnostics.DiagnosticsService: extends: [] interface: true methods: - nodeVersionInfo: + nodeVersionInfo(): annotations: - NotNull default: false @@ -33394,30 +39781,30 @@ net.corda.core.node.services.diagnostics.NodeVersionInfo: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: [] default: false type: public final returnType: int - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(String, String, int, String): annotations: - NotNull default: false @@ -33439,7 +39826,7 @@ net.corda.core.node.services.diagnostics.NodeVersionInfo: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -33449,35 +39836,35 @@ net.corda.core.node.services.diagnostics.NodeVersionInfo: annotation: - Nullable type: Object - getPlatformVersion: + getPlatformVersion(): annotations: [] default: false type: public final returnType: int - getReleaseVersion: + getReleaseVersion(): annotations: - NotNull default: false type: public final returnType: String - getRevision: + getRevision(): annotations: - NotNull default: false type: public final returnType: String - getVendor: + getVendor(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -33491,13 +39878,13 @@ net.corda.core.node.services.vault.AggregateFunctionType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -33506,7 +39893,7 @@ net.corda.core.node.services.vault.AggregateFunctionType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -33521,7 +39908,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria: - net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria interface: false methods: - and: + and(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33532,7 +39919,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - or: + or(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33543,7 +39930,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - visit: + visit(P): annotations: - NotNull default: false @@ -33563,7 +39950,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AndComposition: - net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria$AndVisitor interface: false methods: - and: + and(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33574,19 +39961,19 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AndComposition: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - getA: + getA(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.AttachmentQueryCriteria - getB: + getB(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.AttachmentQueryCriteria - or: + or(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33597,7 +39984,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AndComposition: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - visit: + visit(P): annotations: - NotNull default: true @@ -33616,7 +40003,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33627,50 +40014,73 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - component1: + component1(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component2: + component2(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component3: + component3(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component4: + component4(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate> - component5: + component5(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate> - component6: + component6(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component7: + component7(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - copy: - annotations: + ? copy(net.corda.core.node.services.vault.ColumnPredicate, net.corda.core.node.services.vault.ColumnPredicate, + net.corda.core.node.services.vault.ColumnPredicate) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCriteria + params: + uploaderCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.ColumnPredicate + filenameCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.ColumnPredicate + uploadDateCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.ColumnPredicate + ? copy(net.corda.core.node.services.vault.ColumnPredicate, net.corda.core.node.services.vault.ColumnPredicate, + net.corda.core.node.services.vault.ColumnPredicate, net.corda.core.node.services.vault.ColumnPredicate>, + net.corda.core.node.services.vault.ColumnPredicate>, + net.corda.core.node.services.vault.ColumnPredicate, net.corda.core.node.services.vault.ColumnPredicate) + : annotations: - NotNull default: false type: public final @@ -33704,7 +40114,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - Nullable type: net.corda.core.node.services.vault.ColumnPredicate - equals: + equals(Object): annotations: [] default: false type: public @@ -33714,48 +40124,48 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - Nullable type: Object - getContractClassNamesCondition: + getContractClassNamesCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate> - getFilenameCondition: + getFilenameCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - getSignersCondition: + getSignersCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate> - getUploadDateCondition: + getUploadDateCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - getUploaderCondition: + getUploaderCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - getVersionCondition: + getVersionCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isSigned: + isSigned(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -33766,13 +40176,13 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - isSignedCondition: + isSignedCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - or: + or(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33783,13 +40193,13 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - visit: + visit(net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser): annotations: - NotNull default: false @@ -33800,7 +40210,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser - withContractClassNames: + withContractClassNames(net.corda.core.node.services.vault.ColumnPredicate>): annotations: - NotNull default: false @@ -33811,7 +40221,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate> - withFilename: + withFilename(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -33822,7 +40232,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - withSigners: + withSigners(net.corda.core.node.services.vault.ColumnPredicate>): annotations: - NotNull default: false @@ -33833,7 +40243,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate> - withUploadDate: + withUploadDate(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -33844,7 +40254,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - withUploader: + withUploader(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -33855,7 +40265,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCrite annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - withVersion: + withVersion(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -33875,7 +40285,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$OrComposition: - net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria$OrVisitor interface: false methods: - and: + and(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33886,19 +40296,19 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$OrComposition: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - getA: + getA(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.AttachmentQueryCriteria - getB: + getB(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.AttachmentQueryCriteria - or: + or(net.corda.core.node.services.vault.AttachmentQueryCriteria): annotations: - NotNull default: false @@ -33909,7 +40319,7 @@ net.corda.core.node.services.vault.AttachmentQueryCriteria$OrComposition: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria - visit: + visit(P): annotations: - NotNull default: true @@ -33928,13 +40338,13 @@ net.corda.core.node.services.vault.AttachmentSort: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - copy: + copy(java.util.Collection): annotations: - NotNull default: false @@ -33945,7 +40355,7 @@ net.corda.core.node.services.vault.AttachmentSort: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -33955,18 +40365,18 @@ net.corda.core.node.services.vault.AttachmentSort: annotation: - Nullable type: Object - getColumns: + getColumns(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -33979,19 +40389,19 @@ net.corda.core.node.services.vault.AttachmentSort$AttachmentSortAttribute: implements: [] interface: false methods: - getColumnName: + getColumnName(): annotations: - NotNull default: false type: public final returnType: String - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -34000,7 +40410,7 @@ net.corda.core.node.services.vault.AttachmentSort$AttachmentSortAttribute: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -34013,20 +40423,21 @@ net.corda.core.node.services.vault.AttachmentSort$AttachmentSortColumn: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.AttachmentSort$AttachmentSortAttribute - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Direction - copy: - annotations: + ? copy(net.corda.core.node.services.vault.AttachmentSort$AttachmentSortAttribute, + net.corda.core.node.services.vault.Sort$Direction) + : annotations: - NotNull default: false type: public final @@ -34040,7 +40451,7 @@ net.corda.core.node.services.vault.AttachmentSort$AttachmentSortColumn: annotation: - NotNull type: net.corda.core.node.services.vault.Sort$Direction - equals: + equals(Object): annotations: [] default: false type: public @@ -34050,24 +40461,24 @@ net.corda.core.node.services.vault.AttachmentSort$AttachmentSortColumn: annotation: - Nullable type: Object - getDirection: + getDirection(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Direction - getSortAttribute: + getSortAttribute(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.AttachmentSort$AttachmentSortAttribute - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -34080,7 +40491,7 @@ net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser: - net.corda.core.node.services.vault.BaseQueryCriteriaParser interface: true methods: - parse: + parse(Q, S): annotations: - NotNull default: false @@ -34095,7 +40506,7 @@ net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser: annotation: - Nullable type: S - parseAnd: + parseAnd(Q, Q): annotations: - NotNull default: false @@ -34110,7 +40521,7 @@ net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser: annotation: - NotNull type: Q - parseCriteria: + parseCriteria(net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCriteria): annotations: - NotNull default: false @@ -34121,7 +40532,7 @@ net.corda.core.node.services.vault.AttachmentsQueryCriteriaParser: annotation: - NotNull type: net.corda.core.node.services.vault.AttachmentQueryCriteria$AttachmentsQueryCriteria - parseOr: + parseOr(Q, Q): annotations: - NotNull default: false @@ -34142,7 +40553,7 @@ net.corda.core.node.services.vault.BaseQueryCriteriaParser: extends: [] interface: true methods: - parse: + parse(Q, S): annotations: - NotNull default: false @@ -34157,7 +40568,7 @@ net.corda.core.node.services.vault.BaseQueryCriteriaParser: annotation: - Nullable type: S - parseAnd: + parseAnd(Q, Q): annotations: - NotNull default: false @@ -34172,7 +40583,7 @@ net.corda.core.node.services.vault.BaseQueryCriteriaParser: annotation: - NotNull type: Q - parseOr: + parseOr(Q, Q): annotations: - NotNull default: false @@ -34203,13 +40614,13 @@ net.corda.core.node.services.vault.BinaryComparisonOperator: - net.corda.core.node.services.vault.Operator interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -34218,7 +40629,7 @@ net.corda.core.node.services.vault.BinaryComparisonOperator: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -34232,13 +40643,13 @@ net.corda.core.node.services.vault.BinaryLogicalOperator: - net.corda.core.node.services.vault.Operator interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -34247,7 +40658,7 @@ net.corda.core.node.services.vault.BinaryLogicalOperator: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -34260,7 +40671,28 @@ net.corda.core.node.services.vault.Builder: implements: [] interface: false methods: - avg: + ? avg(kotlin.reflect.KProperty1, java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$avg: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + groupByColumns: + annotation: + - Nullable + type: "java.util.List>" + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + avg(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34272,7 +40704,92 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo - between: + avg(net.corda.core.node.services.vault.FieldInfo, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$avg: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + ? avg(net.corda.core.node.services.vault.FieldInfo, java.util.List, + net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$avg: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + avg(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$avg: + annotation: + - NotNull + type: reflect.Field + avg(reflect.Field, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$avg: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + avg(reflect.Field, java.util.List, net.corda.core.node.services.vault.Sort$Direction): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$avg: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + between(R, R): annotations: - NotNull default: false @@ -34287,7 +40804,67 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - compare: + between(kotlin.reflect.KProperty1, R, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$between: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + from: + annotation: + - NotNull + type: R + to: + annotation: + - NotNull + type: R + between(net.corda.core.node.services.vault.FieldInfo, R, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$between: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + from: + annotation: + - NotNull + type: R + to: + annotation: + - NotNull + type: R + between(reflect.Field, R, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$between: + annotation: + - NotNull + type: reflect.Field + from: + annotation: + - NotNull + type: R + to: + annotation: + - NotNull + type: R + compare(net.corda.core.node.services.vault.BinaryComparisonOperator, R): annotations: - NotNull default: false @@ -34302,7 +40879,27 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - comparePredicate: + comparePredicate(kotlin.reflect.KProperty1, net.corda.core.node.services.vault.BinaryComparisonOperator, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$comparePredicate: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + operator: + annotation: + - NotNull + type: net.corda.core.node.services.vault.BinaryComparisonOperator + value: + annotation: + - NotNull + type: R + comparePredicate(net.corda.core.node.services.vault.FieldInfo, net.corda.core.node.services.vault.BinaryComparisonOperator, R): annotations: - NotNull default: false @@ -34322,7 +40919,39 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - count: + comparePredicate(reflect.Field, net.corda.core.node.services.vault.BinaryComparisonOperator, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$comparePredicate: + annotation: + - NotNull + type: reflect.Field + operator: + annotation: + - NotNull + type: net.corda.core.node.services.vault.BinaryComparisonOperator + value: + annotation: + - NotNull + type: R + count(kotlin.reflect.KProperty1): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$count: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + count(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34334,7 +40963,19 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo - equal: + count(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$count: + annotation: + - NotNull + type: reflect.Field + equal(R): annotations: - NotNull default: false @@ -34344,11 +40985,152 @@ net.corda.core.node.services.vault.Builder: value: annotation: [] type: R - functionPredicate: + equal(R, boolean): annotations: - NotNull default: false type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$EqualityComparison + params: + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + equal(kotlin.reflect.KProperty1, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$equal: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: [] + type: R + equal(kotlin.reflect.KProperty1, R, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$equal: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + equal(net.corda.core.node.services.vault.FieldInfo, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$equal: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: [] + type: R + equal(net.corda.core.node.services.vault.FieldInfo, R, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$equal: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + equal(reflect.Field, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$equal: + annotation: + - NotNull + type: reflect.Field + value: + annotation: [] + type: R + equal(reflect.Field, R, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$equal: + annotation: + - NotNull + type: reflect.Field + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + ? functionPredicate(kotlin.reflect.KProperty1, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$functionPredicate: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + predicate: + annotation: + - NotNull + type: net.corda.core.node.services.vault.ColumnPredicate + groupByColumns: + annotation: + - Nullable + type: "java.util.List>" + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + ? functionPredicate(net.corda.core.node.services.vault.FieldInfo, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" params: @@ -34369,7 +41151,34 @@ net.corda.core.node.services.vault.Builder: annotation: - Nullable type: net.corda.core.node.services.vault.Sort$Direction - greaterThan: + ? functionPredicate(reflect.Field, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$functionPredicate: + annotation: + - NotNull + type: reflect.Field + predicate: + annotation: + - NotNull + type: net.corda.core.node.services.vault.ColumnPredicate + groupByColumns: + annotation: + - Nullable + type: "java.util.List>" + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + greaterThan(R): annotations: - NotNull default: false @@ -34380,7 +41189,55 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - greaterThanOrEqual: + greaterThan(kotlin.reflect.KProperty1, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$greaterThan: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: + - NotNull + type: R + greaterThan(net.corda.core.node.services.vault.FieldInfo, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$greaterThan: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: + - NotNull + type: R + greaterThan(reflect.Field, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$greaterThan: + annotation: + - NotNull + type: reflect.Field + value: + annotation: + - NotNull + type: R + greaterThanOrEqual(R): annotations: - NotNull default: false @@ -34391,7 +41248,55 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - in: + greaterThanOrEqual(kotlin.reflect.KProperty1, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$greaterThanOrEqual: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: + - NotNull + type: R + greaterThanOrEqual(net.corda.core.node.services.vault.FieldInfo, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$greaterThanOrEqual: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: + - NotNull + type: R + greaterThanOrEqual(reflect.Field, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$greaterThanOrEqual: + annotation: + - NotNull + type: reflect.Field + value: + annotation: + - NotNull + type: R + in(java.util.Collection): annotations: - NotNull default: false @@ -34402,13 +41307,150 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: java.util.Collection - isNotNull: + in(java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$CollectionExpression + params: + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + in(kotlin.reflect.KProperty1, java.util.Collection): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$in: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + collection: + annotation: + - NotNull + type: java.util.Collection + in(kotlin.reflect.KProperty1, java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$in: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + in(net.corda.core.node.services.vault.FieldInfo, java.util.Collection): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$in: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + collection: + annotation: + - NotNull + type: java.util.Collection + in(net.corda.core.node.services.vault.FieldInfo, java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$in: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + in(reflect.Field, java.util.Collection): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$in: + annotation: + - NotNull + type: reflect.Field + collection: + annotation: + - NotNull + type: java.util.Collection + in(reflect.Field, java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$in: + annotation: + - NotNull + type: reflect.Field + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + isNotNull(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate$NullExpression - isNull: + isNull(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$NullExpression + isNull(kotlin.reflect.KProperty1): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$isNull: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + isNull(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34420,7 +41462,19 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo - lessThan: + isNull(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$isNull: + annotation: + - NotNull + type: reflect.Field + lessThan(R): annotations: - NotNull default: false @@ -34431,7 +41485,55 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - lessThanOrEqual: + lessThan(kotlin.reflect.KProperty1, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$lessThan: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: + - NotNull + type: R + lessThan(net.corda.core.node.services.vault.FieldInfo, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$lessThan: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: + - NotNull + type: R + lessThan(reflect.Field, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$lessThan: + annotation: + - NotNull + type: reflect.Field + value: + annotation: + - NotNull + type: R + lessThanOrEqual(R): annotations: - NotNull default: false @@ -34442,7 +41544,115 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: R - like: + lessThanOrEqual(kotlin.reflect.KProperty1, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$lessThanOrEqual: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: + - NotNull + type: R + lessThanOrEqual(net.corda.core.node.services.vault.FieldInfo, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$lessThanOrEqual: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: + - NotNull + type: R + lessThanOrEqual(reflect.Field, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$lessThanOrEqual: + annotation: + - NotNull + type: reflect.Field + value: + annotation: + - NotNull + type: R + like(String): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$Likeness + params: + string: + annotation: + - NotNull + type: String + like(String, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$Likeness + params: + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + like(kotlin.reflect.KProperty1, String): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$like: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + string: + annotation: + - NotNull + type: String + like(kotlin.reflect.KProperty1, String, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$like: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + like(net.corda.core.node.services.vault.FieldInfo, String): annotations: - NotNull default: false @@ -34458,7 +41668,82 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: String - max: + like(net.corda.core.node.services.vault.FieldInfo, String, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$like: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + like(reflect.Field, String): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$like: + annotation: + - NotNull + type: reflect.Field + string: + annotation: + - NotNull + type: String + like(reflect.Field, String, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$like: + annotation: + - NotNull + type: reflect.Field + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + ? max(kotlin.reflect.KProperty1, java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$max: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + groupByColumns: + annotation: + - Nullable + type: "java.util.List>" + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + max(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34470,7 +41755,113 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo - min: + max(net.corda.core.node.services.vault.FieldInfo, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$max: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + ? max(net.corda.core.node.services.vault.FieldInfo, java.util.List, + net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$max: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + max(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$max: + annotation: + - NotNull + type: reflect.Field + max(reflect.Field, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$max: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + max(reflect.Field, java.util.List, net.corda.core.node.services.vault.Sort$Direction): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$max: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + ? min(kotlin.reflect.KProperty1, java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$min: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + groupByColumns: + annotation: + - Nullable + type: "java.util.List>" + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + min(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34482,7 +41873,92 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo - notEqual: + min(net.corda.core.node.services.vault.FieldInfo, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$min: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + ? min(net.corda.core.node.services.vault.FieldInfo, java.util.List, + net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$min: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + min(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$min: + annotation: + - NotNull + type: reflect.Field + min(reflect.Field, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$min: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + min(reflect.Field, java.util.List, net.corda.core.node.services.vault.Sort$Direction): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$min: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + notEqual(R): annotations: - NotNull default: false @@ -34492,7 +41968,119 @@ net.corda.core.node.services.vault.Builder: value: annotation: [] type: R - notIn: + notEqual(R, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$EqualityComparison + params: + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + notEqual(kotlin.reflect.KProperty1, R): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notEqual: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: [] + type: R + notEqual(kotlin.reflect.KProperty1, R, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notEqual: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + notEqual(net.corda.core.node.services.vault.FieldInfo, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notEqual: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: [] + type: R + notEqual(net.corda.core.node.services.vault.FieldInfo, R, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notEqual: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + notEqual(reflect.Field, R): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notEqual: + annotation: + - NotNull + type: reflect.Field + value: + annotation: [] + type: R + notEqual(reflect.Field, R, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notEqual: + annotation: + - NotNull + type: reflect.Field + value: + annotation: [] + type: R + exactMatch: + annotation: [] + type: boolean + notIn(java.util.Collection): annotations: - NotNull default: false @@ -34503,7 +42091,186 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: java.util.Collection - notLike: + notIn(java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$CollectionExpression + params: + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + notIn(kotlin.reflect.KProperty1, java.util.Collection): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notIn: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + collection: + annotation: + - NotNull + type: java.util.Collection + notIn(kotlin.reflect.KProperty1, java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notIn: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + notIn(net.corda.core.node.services.vault.FieldInfo, java.util.Collection): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notIn: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + collection: + annotation: + - NotNull + type: java.util.Collection + notIn(net.corda.core.node.services.vault.FieldInfo, java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notIn: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + notIn(reflect.Field, java.util.Collection): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notIn: + annotation: + - NotNull + type: reflect.Field + collection: + annotation: + - NotNull + type: java.util.Collection + notIn(reflect.Field, java.util.Collection, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notIn: + annotation: + - NotNull + type: reflect.Field + collection: + annotation: + - NotNull + type: java.util.Collection + exactMatch: + annotation: [] + type: boolean + notLike(String): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$Likeness + params: + string: + annotation: + - NotNull + type: String + notLike(String, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.ColumnPredicate$Likeness + params: + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + notLike(kotlin.reflect.KProperty1, String): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notLike: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + string: + annotation: + - NotNull + type: String + notLike(kotlin.reflect.KProperty1, String, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notLike: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + notLike(net.corda.core.node.services.vault.FieldInfo, String): annotations: - NotNull default: false @@ -34519,7 +42286,73 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: String - notNull: + notLike(net.corda.core.node.services.vault.FieldInfo, String, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notLike: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + notLike(reflect.Field, String): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notLike: + annotation: + - NotNull + type: reflect.Field + string: + annotation: + - NotNull + type: String + notLike(reflect.Field, String, boolean): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notLike: + annotation: + - NotNull + type: reflect.Field + string: + annotation: + - NotNull + type: String + exactMatch: + annotation: [] + type: boolean + notNull(kotlin.reflect.KProperty1): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notNull: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + notNull(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34531,7 +42364,35 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo - predicate: + notNull(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$notNull: + annotation: + - NotNull + type: reflect.Field + predicate(kotlin.reflect.KProperty1, net.corda.core.node.services.vault.ColumnPredicate): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$predicate: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + predicate: + annotation: + - NotNull + type: net.corda.core.node.services.vault.ColumnPredicate + predicate(net.corda.core.node.services.vault.FieldInfo, net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -34547,7 +42408,44 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - sum: + predicate(reflect.Field, net.corda.core.node.services.vault.ColumnPredicate): + annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression" + params: + $this$predicate: + annotation: + - NotNull + type: reflect.Field + predicate: + annotation: + - NotNull + type: net.corda.core.node.services.vault.ColumnPredicate + ? sum(kotlin.reflect.KProperty1, java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$sum: + annotation: + - NotNull + type: "kotlin.reflect.KProperty1" + groupByColumns: + annotation: + - Nullable + type: "java.util.List>" + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + sum(net.corda.core.node.services.vault.FieldInfo): annotations: - NotNull default: false @@ -34559,6 +42457,91 @@ net.corda.core.node.services.vault.Builder: annotation: - NotNull type: net.corda.core.node.services.vault.FieldInfo + sum(net.corda.core.node.services.vault.FieldInfo, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$sum: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + ? sum(net.corda.core.node.services.vault.FieldInfo, java.util.List, + net.corda.core.node.services.vault.Sort$Direction) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$sum: + annotation: + - NotNull + type: net.corda.core.node.services.vault.FieldInfo + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction + sum(reflect.Field): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$sum: + annotation: + - NotNull + type: reflect.Field + sum(reflect.Field, java.util.List): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$sum: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + sum(reflect.Field, java.util.List, net.corda.core.node.services.vault.Sort$Direction): + annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpression" + params: + $this$sum: + annotation: + - NotNull + type: reflect.Field + groupByColumns: + annotation: + - Nullable + type: java.util.List + orderBy: + annotation: + - Nullable + type: net.corda.core.node.services.vault.Sort$Direction fields: INSTANCE: annotation: @@ -34573,13 +42556,13 @@ net.corda.core.node.services.vault.CollectionOperator: - net.corda.core.node.services.vault.Operator interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -34588,7 +42571,7 @@ net.corda.core.node.services.vault.CollectionOperator: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -34601,13 +42584,13 @@ net.corda.core.node.services.vault.Column: implements: [] interface: false methods: - getDeclaringClass: + getDeclaringClass(): annotations: - NotNull default: false type: public final returnType: Class - getName: + getName(): annotations: - NotNull default: false @@ -34629,13 +42612,13 @@ net.corda.core.node.services.vault.ColumnPredicate$AggregateFunction: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.AggregateFunctionType - copy: + copy(net.corda.core.node.services.vault.AggregateFunctionType): annotations: - NotNull default: false @@ -34646,7 +42629,7 @@ net.corda.core.node.services.vault.ColumnPredicate$AggregateFunction: annotation: - NotNull type: net.corda.core.node.services.vault.AggregateFunctionType - equals: + equals(Object): annotations: [] default: false type: public @@ -34656,18 +42639,18 @@ net.corda.core.node.services.vault.ColumnPredicate$AggregateFunction: annotation: - Nullable type: Object - getType: + getType(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.AggregateFunctionType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -34681,19 +42664,19 @@ net.corda.core.node.services.vault.ColumnPredicate$Between: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: C - component2: + component2(): annotations: - NotNull default: false type: public final returnType: C - copy: + copy(C, C): annotations: - NotNull default: false @@ -34708,7 +42691,7 @@ net.corda.core.node.services.vault.ColumnPredicate$Between: annotation: - NotNull type: C - equals: + equals(Object): annotations: [] default: false type: public @@ -34718,24 +42701,24 @@ net.corda.core.node.services.vault.ColumnPredicate$Between: annotation: - Nullable type: Object - getRightFromLiteral: + getRightFromLiteral(): annotations: - NotNull default: false type: public final returnType: C - getRightToLiteral: + getRightToLiteral(): annotations: - NotNull default: false type: public final returnType: C - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -34749,19 +42732,19 @@ net.corda.core.node.services.vault.ColumnPredicate$BinaryComparison: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.BinaryComparisonOperator - component2: + component2(): annotations: - NotNull default: false type: public final returnType: C - copy: + copy(net.corda.core.node.services.vault.BinaryComparisonOperator, C): annotations: - NotNull default: false @@ -34776,7 +42759,7 @@ net.corda.core.node.services.vault.ColumnPredicate$BinaryComparison: annotation: - NotNull type: C - equals: + equals(Object): annotations: [] default: false type: public @@ -34786,24 +42769,24 @@ net.corda.core.node.services.vault.ColumnPredicate$BinaryComparison: annotation: - Nullable type: Object - getOperator: + getOperator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.BinaryComparisonOperator - getRightLiteral: + getRightLiteral(): annotations: - NotNull default: false type: public final returnType: C - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -34817,19 +42800,19 @@ net.corda.core.node.services.vault.ColumnPredicate$CollectionExpression: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.CollectionOperator - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - copy: + copy(net.corda.core.node.services.vault.CollectionOperator, java.util.Collection): annotations: - NotNull default: false @@ -34844,7 +42827,7 @@ net.corda.core.node.services.vault.ColumnPredicate$CollectionExpression: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -34854,24 +42837,24 @@ net.corda.core.node.services.vault.ColumnPredicate$CollectionExpression: annotation: - Nullable type: Object - getOperator: + getOperator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.CollectionOperator - getRightLiteral: + getRightLiteral(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -34885,18 +42868,18 @@ net.corda.core.node.services.vault.ColumnPredicate$EqualityComparison: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.EqualityComparisonOperator - component2: + component2(): annotations: [] default: false type: public final returnType: C - copy: + copy(net.corda.core.node.services.vault.EqualityComparisonOperator, C): annotations: - NotNull default: false @@ -34910,7 +42893,7 @@ net.corda.core.node.services.vault.ColumnPredicate$EqualityComparison: rightLiteral: annotation: [] type: C - equals: + equals(Object): annotations: [] default: false type: public @@ -34920,23 +42903,23 @@ net.corda.core.node.services.vault.ColumnPredicate$EqualityComparison: annotation: - Nullable type: Object - getOperator: + getOperator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.EqualityComparisonOperator - getRightLiteral: + getRightLiteral(): annotations: [] default: false type: public final returnType: C - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -34950,19 +42933,19 @@ net.corda.core.node.services.vault.ColumnPredicate$Likeness: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.LikenessOperator - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(net.corda.core.node.services.vault.LikenessOperator, String): annotations: - NotNull default: false @@ -34977,7 +42960,7 @@ net.corda.core.node.services.vault.ColumnPredicate$Likeness: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -34987,24 +42970,24 @@ net.corda.core.node.services.vault.ColumnPredicate$Likeness: annotation: - Nullable type: Object - getOperator: + getOperator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.LikenessOperator - getRightLiteral: + getRightLiteral(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -35018,13 +43001,13 @@ net.corda.core.node.services.vault.ColumnPredicate$NullExpression: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.NullOperator - copy: + copy(net.corda.core.node.services.vault.NullOperator): annotations: - NotNull default: false @@ -35035,7 +43018,7 @@ net.corda.core.node.services.vault.ColumnPredicate$NullExpression: annotation: - NotNull type: net.corda.core.node.services.vault.NullOperator - equals: + equals(Object): annotations: [] default: false type: public @@ -35045,18 +43028,18 @@ net.corda.core.node.services.vault.ColumnPredicate$NullExpression: annotation: - Nullable type: Object - getOperator: + getOperator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.NullOperator - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -35068,7 +43051,7 @@ net.corda.core.node.services.vault.CordaTransactionSupport: extends: [] interface: true methods: - transaction: + transaction(kotlin.jvm.functions.Function1): annotations: [] default: false type: public abstract @@ -35095,32 +43078,34 @@ net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpressio implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.Column" - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component3: + component3(): annotations: - Nullable default: false type: public final returnType: "java.util.List>" - component4: + component4(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Direction - copy: - annotations: + ? copy(net.corda.core.node.services.vault.Column, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List>, net.corda.core.node.services.vault.Sort$Direction) + : annotations: - NotNull default: false type: public final @@ -35144,7 +43129,7 @@ net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpressio annotation: - Nullable type: net.corda.core.node.services.vault.Sort$Direction - equals: + equals(Object): annotations: [] default: false type: public @@ -35154,36 +43139,36 @@ net.corda.core.node.services.vault.CriteriaExpression$AggregateFunctionExpressio annotation: - Nullable type: Object - getColumn: + getColumn(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.Column" - getGroupByColumns: + getGroupByColumns(): annotations: - Nullable default: false type: public final returnType: "java.util.List>" - getOrderBy: + getOrderBy(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Direction - getPredicate: + getPredicate(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -35197,26 +43182,27 @@ net.corda.core.node.services.vault.CriteriaExpression$BinaryLogical: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - component2: + component2(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.BinaryLogicalOperator - copy: - annotations: + ? copy(net.corda.core.node.services.vault.CriteriaExpression, net.corda.core.node.services.vault.CriteriaExpression, net.corda.core.node.services.vault.BinaryLogicalOperator) + : annotations: - NotNull default: false type: public final @@ -35234,7 +43220,7 @@ net.corda.core.node.services.vault.CriteriaExpression$BinaryLogical: annotation: - NotNull type: net.corda.core.node.services.vault.BinaryLogicalOperator - equals: + equals(Object): annotations: [] default: false type: public @@ -35244,30 +43230,30 @@ net.corda.core.node.services.vault.CriteriaExpression$BinaryLogical: annotation: - Nullable type: Object - getLeft: + getLeft(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - getOperator: + getOperator(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.BinaryLogicalOperator - getRight: + getRight(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -35281,19 +43267,19 @@ net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.Column" - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - copy: + copy(net.corda.core.node.services.vault.Column, net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -35309,7 +43295,7 @@ net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression: annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - equals: + equals(Object): annotations: [] default: false type: public @@ -35319,24 +43305,24 @@ net.corda.core.node.services.vault.CriteriaExpression$ColumnPredicateExpression: annotation: - Nullable type: Object - getColumn: + getColumn(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.Column" - getPredicate: + getPredicate(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -35350,13 +43336,13 @@ net.corda.core.node.services.vault.CriteriaExpression$Not: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - copy: + copy(net.corda.core.node.services.vault.CriteriaExpression): annotations: - NotNull default: false @@ -35367,7 +43353,7 @@ net.corda.core.node.services.vault.CriteriaExpression$Not: annotation: - NotNull type: "net.corda.core.node.services.vault.CriteriaExpression" - equals: + equals(Object): annotations: [] default: false type: public @@ -35377,18 +43363,18 @@ net.corda.core.node.services.vault.CriteriaExpression$Not: annotation: - Nullable type: Object - getExpression: + getExpression(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -35403,13 +43389,13 @@ net.corda.core.node.services.vault.EqualityComparisonOperator: - net.corda.core.node.services.vault.Operator interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -35418,7 +43404,7 @@ net.corda.core.node.services.vault.EqualityComparisonOperator: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -35430,13 +43416,13 @@ net.corda.core.node.services.vault.FieldInfo: implements: [] interface: false methods: - getEntityClass: + getEntityClass(): annotations: - NotNull default: false type: public final returnType: Class - getName: + getName(): annotations: - NotNull default: false @@ -35448,7 +43434,7 @@ net.corda.core.node.services.vault.GenericQueryCriteria: extends: [] interface: true methods: - visit: + visit(P): annotations: - NotNull default: false @@ -35465,7 +43451,7 @@ net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria: extends: [] interface: true methods: - and: + and(Q): annotations: - NotNull default: false @@ -35476,7 +43462,7 @@ net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria: annotation: - NotNull type: Q - or: + or(Q): annotations: - NotNull default: false @@ -35494,19 +43480,19 @@ net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria$A - net.corda.core.node.services.vault.GenericQueryCriteria interface: true methods: - getA: + getA(): annotations: - NotNull default: false type: public abstract returnType: Q - getB: + getB(): annotations: - NotNull default: false type: public abstract returnType: Q - visit: + visit(P): annotations: - NotNull default: true @@ -35524,19 +43510,19 @@ net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria$O - net.corda.core.node.services.vault.GenericQueryCriteria interface: true methods: - getA: + getA(): annotations: - NotNull default: false type: public abstract returnType: Q - getB: + getB(): annotations: - NotNull default: false type: public abstract returnType: Q - visit: + visit(P): annotations: - NotNull default: true @@ -35554,7 +43540,7 @@ net.corda.core.node.services.vault.IQueryCriteriaParser: - net.corda.core.node.services.vault.BaseQueryCriteriaParser interface: true methods: - parse: + parse(Q, S): annotations: - NotNull default: false @@ -35569,7 +43555,7 @@ net.corda.core.node.services.vault.IQueryCriteriaParser: annotation: - Nullable type: S - parseAnd: + parseAnd(Q, Q): annotations: - NotNull default: false @@ -35584,7 +43570,51 @@ net.corda.core.node.services.vault.IQueryCriteriaParser: annotation: - NotNull type: Q - parseCriteria: + parseCriteria(net.corda.core.node.services.vault.QueryCriteria$CommonQueryCriteria): + annotations: + - NotNull + default: false + type: public abstract + returnType: java.util.Collection + params: + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria$CommonQueryCriteria + parseCriteria(net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria): + annotations: + - NotNull + default: false + type: public abstract + returnType: java.util.Collection + params: + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria + parseCriteria(net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria): + annotations: + - NotNull + default: false + type: public abstract + returnType: java.util.Collection + params: + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria + parseCriteria(net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria): + annotations: + - NotNull + default: false + type: public abstract + returnType: java.util.Collection + params: + criteria: + annotation: + - NotNull + type: net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria + parseCriteria(net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria): annotations: - NotNull default: false @@ -35595,7 +43625,7 @@ net.corda.core.node.services.vault.IQueryCriteriaParser: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria - parseOr: + parseOr(Q, Q): annotations: - NotNull default: false @@ -35619,13 +43649,13 @@ net.corda.core.node.services.vault.LikenessOperator: - net.corda.core.node.services.vault.Operator interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -35634,7 +43664,7 @@ net.corda.core.node.services.vault.LikenessOperator: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -35648,13 +43678,13 @@ net.corda.core.node.services.vault.NullOperator: - net.corda.core.node.services.vault.Operator interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -35663,7 +43693,7 @@ net.corda.core.node.services.vault.NullOperator: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -35683,17 +43713,17 @@ net.corda.core.node.services.vault.PageSpecification: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(int, int): annotations: - NotNull default: false @@ -35706,7 +43736,7 @@ net.corda.core.node.services.vault.PageSpecification: pageSize: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -35716,27 +43746,27 @@ net.corda.core.node.services.vault.PageSpecification: annotation: - Nullable type: Object - getPageNumber: + getPageNumber(): annotations: [] default: false type: public final returnType: int - getPageSize: + getPageSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isDefault: + isDefault(): annotations: [] default: false type: public final returnType: boolean - toString: + toString(): annotations: - NotNull default: false @@ -35752,7 +43782,7 @@ net.corda.core.node.services.vault.QueryCriteria: - net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35763,7 +43793,7 @@ net.corda.core.node.services.vault.QueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35774,7 +43804,7 @@ net.corda.core.node.services.vault.QueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - visit: + visit(P): annotations: - NotNull default: false @@ -35794,7 +43824,7 @@ net.corda.core.node.services.vault.QueryCriteria$AndComposition: - net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria$AndVisitor interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35805,19 +43835,19 @@ net.corda.core.node.services.vault.QueryCriteria$AndComposition: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - getA: + getA(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.QueryCriteria - getB: + getB(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.QueryCriteria - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35828,7 +43858,7 @@ net.corda.core.node.services.vault.QueryCriteria$AndComposition: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - visit: + visit(P): annotations: - NotNull default: true @@ -35847,7 +43877,7 @@ net.corda.core.node.services.vault.QueryCriteria$CommonQueryCriteria: implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35858,55 +43888,55 @@ net.corda.core.node.services.vault.QueryCriteria$CommonQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - getConstraintTypes: + getConstraintTypes(): annotations: - NotNull default: false type: public returnType: java.util.Set - getConstraints: + getConstraints(): annotations: - NotNull default: false type: public returnType: java.util.Set - getContractStateTypes: + getContractStateTypes(): annotations: - Nullable default: false type: public abstract returnType: java.util.Set> - getExactParticipants: + getExactParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getExternalIds: + getExternalIds(): annotations: - NotNull default: false type: public returnType: java.util.List - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getRelevancyStatus: + getRelevancyStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$RelevancyStatus - getStatus: + getStatus(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.services.Vault$StateStatus - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35917,7 +43947,7 @@ net.corda.core.node.services.vault.QueryCriteria$CommonQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - visit: + visit(net.corda.core.node.services.vault.IQueryCriteriaParser): annotations: - NotNull default: false @@ -35936,7 +43966,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -35947,62 +43977,151 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - component1: + component1(): annotations: - Nullable default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - Nullable default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component4: + component4(): annotations: - Nullable default: false type: public final returnType: java.util.List - component5: + component5(): annotations: - Nullable default: false type: public final returnType: java.util.List - component6: + component6(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component7: + component7(): annotations: - Nullable default: false type: public final returnType: java.util.Set> - component8: + component8(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - component9: + component9(): annotations: - Nullable default: false type: public final returnType: java.util.List - copy: - annotations: + ? copy(java.util.List, java.util.List, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List, java.util.List, net.corda.core.node.services.Vault$StateStatus, + java.util.Set>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria + params: + participants: + annotation: + - Nullable + type: java.util.List + owner: + annotation: + - Nullable + type: java.util.List + quantity: + annotation: + - Nullable + type: net.corda.core.node.services.vault.ColumnPredicate + issuer: + annotation: + - Nullable + type: java.util.List + issuerRef: + annotation: + - Nullable + type: java.util.List + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + ? copy(java.util.List, java.util.List, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List, java.util.List, net.corda.core.node.services.Vault$StateStatus, + java.util.Set>, + net.corda.core.node.services.Vault$RelevancyStatus) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria + params: + participants: + annotation: + - Nullable + type: java.util.List + owner: + annotation: + - Nullable + type: java.util.List + quantity: + annotation: + - Nullable + type: net.corda.core.node.services.vault.ColumnPredicate + issuer: + annotation: + - Nullable + type: java.util.List + issuerRef: + annotation: + - Nullable + type: java.util.List + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + relevancyStatus: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$RelevancyStatus + ? copy(java.util.List, java.util.List, net.corda.core.node.services.vault.ColumnPredicate, + java.util.List, java.util.List, net.corda.core.node.services.Vault$StateStatus, + java.util.Set>, + net.corda.core.node.services.Vault$RelevancyStatus, java.util.List) + : annotations: - NotNull default: false type: public final @@ -36044,7 +44163,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - Nullable type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -36054,84 +44173,84 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - Nullable type: Object - getConstraintTypes: + getConstraintTypes(): annotations: - NotNull default: false type: public returnType: java.util.Set - getConstraints: + getConstraints(): annotations: - NotNull default: false type: public returnType: java.util.Set - getContractStateTypes: + getContractStateTypes(): annotations: - Nullable default: false type: public returnType: java.util.Set> - getExactParticipants: + getExactParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getExternalIds: + getExternalIds(): annotations: - NotNull default: false type: public returnType: java.util.List - getIssuer: + getIssuer(): annotations: - Nullable default: false type: public final returnType: java.util.List - getIssuerRef: + getIssuerRef(): annotations: - Nullable default: false type: public final returnType: java.util.List - getOwner: + getOwner(): annotations: - Nullable default: false type: public final returnType: java.util.List - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getQuantity: + getQuantity(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - getRelevancyStatus: + getRelevancyStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$RelevancyStatus - getStatus: + getStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$StateStatus - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36142,13 +44261,13 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - visit: + visit(net.corda.core.node.services.vault.IQueryCriteriaParser): annotations: - NotNull default: false @@ -36159,7 +44278,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.IQueryCriteriaParser - withContractStateTypes: + withContractStateTypes(java.util.Set>): annotations: - NotNull default: false @@ -36170,7 +44289,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: java.util.Set> - withExactParticipants: + withExactParticipants(java.util.List): annotations: - NotNull default: false @@ -36181,7 +44300,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: java.util.List - withIssuer: + withIssuer(java.util.List): annotations: - NotNull default: false @@ -36192,7 +44311,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: java.util.List - withOwner: + withOwner(java.util.List): annotations: - NotNull default: false @@ -36203,7 +44322,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: java.util.List - withParticipants: + withParticipants(java.util.List): annotations: - NotNull default: false @@ -36214,7 +44333,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: java.util.List - withQuantity: + withQuantity(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -36225,7 +44344,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - withRelevancyStatus: + withRelevancyStatus(net.corda.core.node.services.Vault$RelevancyStatus): annotations: - NotNull default: false @@ -36236,7 +44355,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - withStatus: + withStatus(net.corda.core.node.services.Vault$StateStatus): annotations: - NotNull default: false @@ -36247,7 +44366,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleAssetQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$StateStatus - withissuerRef: + withissuerRef(java.util.List): annotations: - NotNull default: false @@ -36266,7 +44385,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36277,38 +44396,40 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - component1: + component1(): annotations: - Nullable default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component4: + component4(): annotations: - Nullable default: false type: public final returnType: java.util.Set> - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - copy: - annotations: + ? copy(java.util.List, net.corda.core.node.services.vault.ColumnPredicate, + net.corda.core.node.services.Vault$StateStatus, java.util.Set>, net.corda.core.node.services.Vault$RelevancyStatus) + : annotations: - NotNull default: false type: public final @@ -36334,7 +44455,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - equals: + equals(Object): annotations: [] default: false type: public @@ -36344,66 +44465,66 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - Nullable type: Object - getConstraintTypes: + getConstraintTypes(): annotations: - NotNull default: false type: public returnType: java.util.Set - getConstraints: + getConstraints(): annotations: - NotNull default: false type: public returnType: java.util.Set - getContractStateTypes: + getContractStateTypes(): annotations: - Nullable default: false type: public returnType: java.util.Set> - getExactParticipants: + getExactParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getExternalIds: + getExternalIds(): annotations: - NotNull default: false type: public returnType: java.util.List - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getQuantity: + getQuantity(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - getRelevancyStatus: + getRelevancyStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$RelevancyStatus - getStatus: + getStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$StateStatus - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36414,13 +44535,13 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - visit: + visit(net.corda.core.node.services.vault.IQueryCriteriaParser): annotations: - NotNull default: false @@ -36431,7 +44552,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.IQueryCriteriaParser - withContractStateTypes: + withContractStateTypes(java.util.Set>): annotations: - NotNull default: false @@ -36442,7 +44563,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: java.util.Set> - withParticipants: + withParticipants(java.util.List): annotations: - NotNull default: false @@ -36453,7 +44574,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: java.util.List - withQuantity: + withQuantity(net.corda.core.node.services.vault.ColumnPredicate): annotations: - NotNull default: false @@ -36464,7 +44585,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - withRelevancyStatus: + withRelevancyStatus(net.corda.core.node.services.Vault$RelevancyStatus): annotations: - NotNull default: false @@ -36475,7 +44596,7 @@ net.corda.core.node.services.vault.QueryCriteria$FungibleStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - withStatus: + withStatus(net.corda.core.node.services.Vault$StateStatus): annotations: - NotNull default: false @@ -36494,7 +44615,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36505,50 +44626,115 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - component1: + component1(): annotations: - Nullable default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - Nullable default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - Nullable default: false type: public final returnType: java.util.List - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component5: + component5(): annotations: - Nullable default: false type: public final returnType: java.util.Set> - component6: + component6(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - component7: + component7(): annotations: - Nullable default: false type: public final returnType: java.util.List - copy: - annotations: + ? copy(java.util.List, java.util.List, + java.util.List, net.corda.core.node.services.Vault$StateStatus, java.util.Set>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria + params: + participants: + annotation: + - Nullable + type: java.util.List + uuid: + annotation: + - Nullable + type: java.util.List + externalId: + annotation: + - Nullable + type: java.util.List + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + ? copy(java.util.List, java.util.List, + java.util.List, net.corda.core.node.services.Vault$StateStatus, java.util.Set>, net.corda.core.node.services.Vault$RelevancyStatus) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria + params: + participants: + annotation: + - Nullable + type: java.util.List + uuid: + annotation: + - Nullable + type: java.util.List + externalId: + annotation: + - Nullable + type: java.util.List + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + relevancyStatus: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$RelevancyStatus + ? copy(java.util.List, java.util.List, + java.util.List, net.corda.core.node.services.Vault$StateStatus, java.util.Set>, net.corda.core.node.services.Vault$RelevancyStatus, + java.util.List) + : annotations: - NotNull default: false type: public final @@ -36582,7 +44768,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - Nullable type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -36592,72 +44778,72 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - Nullable type: Object - getConstraintTypes: + getConstraintTypes(): annotations: - NotNull default: false type: public returnType: java.util.Set - getConstraints: + getConstraints(): annotations: - NotNull default: false type: public returnType: java.util.Set - getContractStateTypes: + getContractStateTypes(): annotations: - Nullable default: false type: public returnType: java.util.Set> - getExactParticipants: + getExactParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getExternalId: + getExternalId(): annotations: - Nullable default: false type: public final returnType: java.util.List - getExternalIds: + getExternalIds(): annotations: - NotNull default: false type: public returnType: java.util.List - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getRelevancyStatus: + getRelevancyStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$RelevancyStatus - getStatus: + getStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$StateStatus - getUuid: + getUuid(): annotations: - Nullable default: false type: public final returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36668,13 +44854,13 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - visit: + visit(net.corda.core.node.services.vault.IQueryCriteriaParser): annotations: - NotNull default: false @@ -36685,7 +44871,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.IQueryCriteriaParser - withContractStateTypes: + withContractStateTypes(java.util.Set>): annotations: - NotNull default: false @@ -36696,7 +44882,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: java.util.Set> - withExactParticipants: + withExactParticipants(java.util.List): annotations: - NotNull default: false @@ -36707,7 +44893,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: java.util.List - withExternalId: + withExternalId(java.util.List): annotations: - NotNull default: false @@ -36718,7 +44904,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: java.util.List - withParticipants: + withParticipants(java.util.List): annotations: - NotNull default: false @@ -36729,7 +44915,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: java.util.List - withRelevancyStatus: + withRelevancyStatus(net.corda.core.node.services.Vault$RelevancyStatus): annotations: - NotNull default: false @@ -36740,7 +44926,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - withStatus: + withStatus(net.corda.core.node.services.Vault$StateStatus): annotations: - NotNull default: false @@ -36751,7 +44937,7 @@ net.corda.core.node.services.vault.QueryCriteria$LinearStateQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$StateStatus - withUuid: + withUuid(java.util.List): annotations: - NotNull default: false @@ -36771,7 +44957,7 @@ net.corda.core.node.services.vault.QueryCriteria$OrComposition: - net.corda.core.node.services.vault.GenericQueryCriteria$ChainableQueryCriteria$OrVisitor interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36782,19 +44968,19 @@ net.corda.core.node.services.vault.QueryCriteria$OrComposition: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - getA: + getA(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.QueryCriteria - getB: + getB(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.vault.QueryCriteria - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -36805,7 +44991,7 @@ net.corda.core.node.services.vault.QueryCriteria$OrComposition: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - visit: + visit(P): annotations: - NotNull default: true @@ -36824,19 +45010,19 @@ net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$SoftLockingType - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(net.corda.core.node.services.vault.QueryCriteria$SoftLockingType, java.util.List): annotations: - NotNull default: false @@ -36851,7 +45037,7 @@ net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -36861,24 +45047,24 @@ net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition: annotation: - Nullable type: Object - getLockIds: + getLockIds(): annotations: - NotNull default: false type: public final returnType: java.util.List - getType: + getType(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$SoftLockingType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -36892,13 +45078,13 @@ net.corda.core.node.services.vault.QueryCriteria$SoftLockingType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -36907,7 +45093,7 @@ net.corda.core.node.services.vault.QueryCriteria$SoftLockingType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -36920,20 +45106,20 @@ net.corda.core.node.services.vault.QueryCriteria$TimeCondition: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$TimeInstantType - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - copy: - annotations: + ? copy(net.corda.core.node.services.vault.QueryCriteria$TimeInstantType, net.corda.core.node.services.vault.ColumnPredicate) + : annotations: - NotNull default: false type: public final @@ -36947,7 +45133,7 @@ net.corda.core.node.services.vault.QueryCriteria$TimeCondition: annotation: - NotNull type: net.corda.core.node.services.vault.ColumnPredicate - equals: + equals(Object): annotations: [] default: false type: public @@ -36957,24 +45143,24 @@ net.corda.core.node.services.vault.QueryCriteria$TimeCondition: annotation: - Nullable type: Object - getPredicate: + getPredicate(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.ColumnPredicate - getType: + getType(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$TimeInstantType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -36988,13 +45174,13 @@ net.corda.core.node.services.vault.QueryCriteria$TimeInstantType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -37003,7 +45189,7 @@ net.corda.core.node.services.vault.QueryCriteria$TimeInstantType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -37016,7 +45202,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -37027,32 +45213,54 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component3: + component3(): annotations: - Nullable default: false type: public final returnType: java.util.Set> - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - copy: - annotations: + ? copy(net.corda.core.node.services.vault.CriteriaExpression, net.corda.core.node.services.Vault$StateStatus, + java.util.Set>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria + params: + expression: + annotation: + - NotNull + type: "net.corda.core.node.services.vault.CriteriaExpression" + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + ? copy(net.corda.core.node.services.vault.CriteriaExpression, net.corda.core.node.services.Vault$StateStatus, + java.util.Set>, + net.corda.core.node.services.Vault$RelevancyStatus) + : annotations: - NotNull default: false type: public final @@ -37074,7 +45282,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - equals: + equals(Object): annotations: [] default: false type: public @@ -37084,66 +45292,66 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - Nullable type: Object - getConstraintTypes: + getConstraintTypes(): annotations: - NotNull default: false type: public returnType: java.util.Set - getConstraints: + getConstraints(): annotations: - NotNull default: false type: public returnType: java.util.Set - getContractStateTypes: + getContractStateTypes(): annotations: - Nullable default: false type: public returnType: java.util.Set> - getExactParticipants: + getExactParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getExpression: + getExpression(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.node.services.vault.CriteriaExpression" - getExternalIds: + getExternalIds(): annotations: - NotNull default: false type: public returnType: java.util.List - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getRelevancyStatus: + getRelevancyStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$RelevancyStatus - getStatus: + getStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$StateStatus - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -37154,13 +45362,13 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - visit: + visit(net.corda.core.node.services.vault.IQueryCriteriaParser): annotations: - NotNull default: false @@ -37171,7 +45379,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.IQueryCriteriaParser - withContractStateTypes: + withContractStateTypes(java.util.Set>): annotations: - NotNull default: false @@ -37182,7 +45390,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: java.util.Set> - withExpression: + withExpression(net.corda.core.node.services.vault.CriteriaExpression): annotations: - NotNull default: false @@ -37193,7 +45401,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: "net.corda.core.node.services.vault.CriteriaExpression" - withRelevancyStatus: + withRelevancyStatus(net.corda.core.node.services.Vault$RelevancyStatus): annotations: - NotNull default: false @@ -37204,7 +45412,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultCustomQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - withStatus: + withStatus(net.corda.core.node.services.Vault$StateStatus): annotations: - NotNull default: false @@ -37223,7 +45431,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: implements: [] interface: false methods: - and: + and(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -37234,80 +45442,231 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$StateStatus - component10: + component10(): annotations: - Nullable default: false type: public final returnType: java.util.List - component11: + component11(): annotations: - NotNull default: false type: public final returnType: java.util.List - component12: + component12(): annotations: - Nullable default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - Nullable default: false type: public final returnType: java.util.Set> - component3: + component3(): annotations: - Nullable default: false type: public final returnType: java.util.List - component4: + component4(): annotations: - Nullable default: false type: public final returnType: java.util.List - component5: + component5(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition - component6: + component6(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$TimeCondition - component7: + component7(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.Vault$RelevancyStatus - component8: + component8(): annotations: - NotNull default: false type: public final returnType: java.util.Set - component9: + component9(): annotations: - NotNull default: false type: public final returnType: java.util.Set - copy: - annotations: + ? copy(net.corda.core.node.services.Vault$StateStatus, java.util.Set>, java.util.List, + java.util.List, net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition, + net.corda.core.node.services.vault.QueryCriteria$TimeCondition) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria + params: + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + stateRefs: + annotation: + - Nullable + type: java.util.List + notary: + annotation: + - Nullable + type: java.util.List + softLockingCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition + timeCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.QueryCriteria$TimeCondition + ? copy(net.corda.core.node.services.Vault$StateStatus, java.util.Set>, java.util.List, + java.util.List, net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition, + net.corda.core.node.services.vault.QueryCriteria$TimeCondition, net.corda.core.node.services.Vault$RelevancyStatus, + java.util.Set, + java.util.Set, java.util.List) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria + params: + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + stateRefs: + annotation: + - Nullable + type: java.util.List + notary: + annotation: + - Nullable + type: java.util.List + softLockingCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition + timeCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.QueryCriteria$TimeCondition + relevancyStatus: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$RelevancyStatus + constraintTypes: + annotation: + - NotNull + type: java.util.Set + constraints: + annotation: + - NotNull + type: java.util.Set + participants: + annotation: + - Nullable + type: java.util.List + ? copy(net.corda.core.node.services.Vault$StateStatus, java.util.Set>, java.util.List, + java.util.List, net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition, + net.corda.core.node.services.vault.QueryCriteria$TimeCondition, net.corda.core.node.services.Vault$RelevancyStatus, + java.util.Set, + java.util.Set, java.util.List, java.util.List) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria + params: + status: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$StateStatus + contractStateTypes: + annotation: + - Nullable + type: java.util.Set> + stateRefs: + annotation: + - Nullable + type: java.util.List + notary: + annotation: + - Nullable + type: java.util.List + softLockingCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition + timeCondition: + annotation: + - Nullable + type: net.corda.core.node.services.vault.QueryCriteria$TimeCondition + relevancyStatus: + annotation: + - NotNull + type: net.corda.core.node.services.Vault$RelevancyStatus + constraintTypes: + annotation: + - NotNull + type: java.util.Set + constraints: + annotation: + - NotNull + type: java.util.Set + participants: + annotation: + - Nullable + type: java.util.List + externalIds: + annotation: + - NotNull + type: java.util.List + ? copy(net.corda.core.node.services.Vault$StateStatus, java.util.Set>, java.util.List, + java.util.List, net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition, + net.corda.core.node.services.vault.QueryCriteria$TimeCondition, net.corda.core.node.services.Vault$RelevancyStatus, + java.util.Set, + java.util.Set, java.util.List, java.util.List, + java.util.List) + : annotations: - NotNull default: false type: public final @@ -37361,7 +45720,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - Nullable type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -37371,84 +45730,84 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - Nullable type: Object - getConstraintTypes: + getConstraintTypes(): annotations: - NotNull default: false type: public returnType: java.util.Set - getConstraints: + getConstraints(): annotations: - NotNull default: false type: public returnType: java.util.Set - getContractStateTypes: + getContractStateTypes(): annotations: - Nullable default: false type: public returnType: java.util.Set> - getExactParticipants: + getExactParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getExternalIds: + getExternalIds(): annotations: - NotNull default: false type: public returnType: java.util.List - getNotary: + getNotary(): annotations: - Nullable default: false type: public final returnType: java.util.List - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.List - getRelevancyStatus: + getRelevancyStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$RelevancyStatus - getSoftLockingCondition: + getSoftLockingCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition - getStateRefs: + getStateRefs(): annotations: - Nullable default: false type: public final returnType: java.util.List - getStatus: + getStatus(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.Vault$StateStatus - getTimeCondition: + getTimeCondition(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.services.vault.QueryCriteria$TimeCondition - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - or: + or(net.corda.core.node.services.vault.QueryCriteria): annotations: - NotNull default: false @@ -37459,13 +45818,13 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - visit: + visit(net.corda.core.node.services.vault.IQueryCriteriaParser): annotations: - NotNull default: false @@ -37476,7 +45835,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.IQueryCriteriaParser - withConstraintTypes: + withConstraintTypes(java.util.Set): annotations: - NotNull default: false @@ -37487,7 +45846,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.Set - withConstraints: + withConstraints(java.util.Set): annotations: - NotNull default: false @@ -37498,7 +45857,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.Set - withContractStateTypes: + withContractStateTypes(java.util.Set>): annotations: - NotNull default: false @@ -37509,7 +45868,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.Set> - withExactParticipants: + withExactParticipants(java.util.List): annotations: - NotNull default: false @@ -37520,7 +45879,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.List - withExternalIds: + withExternalIds(java.util.List): annotations: - NotNull default: false @@ -37531,7 +45890,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.List - withNotary: + withNotary(java.util.List): annotations: - NotNull default: false @@ -37542,7 +45901,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.List - withParticipants: + withParticipants(java.util.List): annotations: - NotNull default: false @@ -37553,7 +45912,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.List - withRelevancyStatus: + withRelevancyStatus(net.corda.core.node.services.Vault$RelevancyStatus): annotations: - NotNull default: false @@ -37564,7 +45923,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$RelevancyStatus - withSoftLockingCondition: + withSoftLockingCondition(net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition): annotations: - NotNull default: false @@ -37575,7 +45934,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.vault.QueryCriteria$SoftLockingCondition - withStateRefs: + withStateRefs(java.util.List): annotations: - NotNull default: false @@ -37586,7 +45945,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: java.util.List - withStatus: + withStatus(net.corda.core.node.services.Vault$StateStatus): annotations: - NotNull default: false @@ -37597,7 +45956,7 @@ net.corda.core.node.services.vault.QueryCriteria$VaultQueryCriteria: annotation: - NotNull type: net.corda.core.node.services.Vault$StateStatus - withTimeCondition: + withTimeCondition(net.corda.core.node.services.vault.QueryCriteria$TimeCondition): annotations: - NotNull default: false @@ -37615,7 +45974,7 @@ net.corda.core.node.services.vault.QueryCriteriaUtils: implements: [] interface: false methods: - builder: + builder(kotlin.jvm.functions.Function1): annotations: [] default: false type: public static final @@ -37626,7 +45985,7 @@ net.corda.core.node.services.vault.QueryCriteriaUtils: - NotNull type: "kotlin.jvm.functions.Function1" - getColumnName: + getColumnName(net.corda.core.node.services.vault.Column): annotations: - NotNull default: false @@ -37637,7 +45996,7 @@ net.corda.core.node.services.vault.QueryCriteriaUtils: annotation: - NotNull type: "net.corda.core.node.services.vault.Column" - getField: + getField(String, Class): annotations: - NotNull default: false @@ -37652,7 +46011,7 @@ net.corda.core.node.services.vault.QueryCriteriaUtils: annotation: - NotNull type: Class - resolveEnclosingObjectFromColumn: + resolveEnclosingObjectFromColumn(net.corda.core.node.services.vault.Column): annotations: - NotNull default: false @@ -37663,7 +46022,7 @@ net.corda.core.node.services.vault.QueryCriteriaUtils: annotation: - NotNull type: "net.corda.core.node.services.vault.Column" - resolveEnclosingObjectFromExpression: + resolveEnclosingObjectFromExpression(net.corda.core.node.services.vault.CriteriaExpression): annotations: - NotNull default: false @@ -37694,7 +46053,7 @@ net.corda.core.node.services.vault.SessionScope: extends: [] interface: true methods: - getSession: + getSession(): annotations: - NotNull default: false @@ -37708,13 +46067,13 @@ net.corda.core.node.services.vault.Sort: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - copy: + copy(java.util.Collection): annotations: - NotNull default: false @@ -37725,7 +46084,7 @@ net.corda.core.node.services.vault.Sort: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -37735,18 +46094,18 @@ net.corda.core.node.services.vault.Sort: annotation: - Nullable type: Object - getColumns: + getColumns(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -37768,25 +46127,25 @@ net.corda.core.node.services.vault.Sort$CommonStateAttribute: - net.corda.core.node.services.vault.Sort$Attribute interface: false methods: - getAttributeChild: + getAttributeChild(): annotations: - Nullable default: false type: public final returnType: String - getAttributeParent: + getAttributeParent(): annotations: - NotNull default: false type: public final returnType: String - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -37795,7 +46154,7 @@ net.corda.core.node.services.vault.Sort$CommonStateAttribute: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -37808,13 +46167,13 @@ net.corda.core.node.services.vault.Sort$Direction: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -37823,7 +46182,7 @@ net.corda.core.node.services.vault.Sort$Direction: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -37837,19 +46196,19 @@ net.corda.core.node.services.vault.Sort$FungibleStateAttribute: - net.corda.core.node.services.vault.Sort$Attribute interface: false methods: - getAttributeName: + getAttributeName(): annotations: - NotNull default: false type: public final returnType: String - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -37858,7 +46217,7 @@ net.corda.core.node.services.vault.Sort$FungibleStateAttribute: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -37872,19 +46231,19 @@ net.corda.core.node.services.vault.Sort$LinearStateAttribute: - net.corda.core.node.services.vault.Sort$Attribute interface: false methods: - getAttributeName: + getAttributeName(): annotations: - NotNull default: false type: public final returnType: String - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -37893,7 +46252,7 @@ net.corda.core.node.services.vault.Sort$LinearStateAttribute: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -37906,19 +46265,19 @@ net.corda.core.node.services.vault.Sort$SortColumn: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.SortAttribute - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Direction - copy: + copy(net.corda.core.node.services.vault.SortAttribute, net.corda.core.node.services.vault.Sort$Direction): annotations: - NotNull default: false @@ -37933,7 +46292,7 @@ net.corda.core.node.services.vault.Sort$SortColumn: annotation: - NotNull type: net.corda.core.node.services.vault.Sort$Direction - equals: + equals(Object): annotations: [] default: false type: public @@ -37943,24 +46302,24 @@ net.corda.core.node.services.vault.Sort$SortColumn: annotation: - Nullable type: Object - getDirection: + getDirection(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Direction - getSortAttribute: + getSortAttribute(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.SortAttribute - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -37975,19 +46334,19 @@ net.corda.core.node.services.vault.Sort$VaultStateAttribute: - net.corda.core.node.services.vault.Sort$Attribute interface: false methods: - getAttributeName: + getAttributeName(): annotations: - NotNull default: false type: public final returnType: String - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -37996,7 +46355,7 @@ net.corda.core.node.services.vault.Sort$VaultStateAttribute: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -38017,19 +46376,19 @@ net.corda.core.node.services.vault.SortAttribute$Custom: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Class - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - copy: + copy(Class, String): annotations: - NotNull default: false @@ -38044,7 +46403,7 @@ net.corda.core.node.services.vault.SortAttribute$Custom: annotation: - NotNull type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -38054,24 +46413,24 @@ net.corda.core.node.services.vault.SortAttribute$Custom: annotation: - Nullable type: Object - getEntityStateClass: + getEntityStateClass(): annotations: - NotNull default: false type: public final returnType: Class - getEntityStateColumnName: + getEntityStateColumnName(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -38085,13 +46444,13 @@ net.corda.core.node.services.vault.SortAttribute$Standard: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Attribute - copy: + copy(net.corda.core.node.services.vault.Sort$Attribute): annotations: - NotNull default: false @@ -38102,7 +46461,7 @@ net.corda.core.node.services.vault.SortAttribute$Standard: annotation: - NotNull type: net.corda.core.node.services.vault.Sort$Attribute - equals: + equals(Object): annotations: [] default: false type: public @@ -38112,18 +46471,18 @@ net.corda.core.node.services.vault.SortAttribute$Standard: annotation: - Nullable type: Object - getAttribute: + getAttribute(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.services.vault.Sort$Attribute - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -38136,7 +46495,7 @@ net.corda.core.observable.Observables: implements: [] interface: false methods: - continueOnError: + continueOnError(rx.Observable): annotations: - NotNull default: false @@ -38166,7 +46525,7 @@ net.corda.core.schemas.CommonSchemaV1: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -38176,35 +46535,35 @@ net.corda.core.schemas.CommonSchemaV1: annotation: - Nullable type: Object - getMappedTypes: + getMappedTypes(): annotations: - NotNull default: false type: public final returnType: Iterable> - getMigrationResource: + getMigrationResource(): annotations: - NotNull default: false type: public returnType: String - getName: + getName(): annotations: - NotNull default: false type: public final returnType: String - getVersion: + getVersion(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -38224,42 +46583,42 @@ net.corda.core.schemas.CommonSchemaV1$FungibleState: implements: [] interface: false methods: - getIssuer: + getIssuer(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.AbstractParty - getIssuerRef: + getIssuerRef(): annotations: - NotNull default: false type: public returnType: "byte[]" - getOwner: + getOwner(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.AbstractParty - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.Set - getQuantity: + getQuantity(): annotations: [] default: false type: public returnType: long - getStateRef: + getStateRef(): annotations: - Nullable default: false type: public returnType: net.corda.core.schemas.PersistentStateRef - setIssuer: + setIssuer(net.corda.core.identity.AbstractParty): annotations: [] default: false type: public @@ -38269,7 +46628,7 @@ net.corda.core.schemas.CommonSchemaV1$FungibleState: annotation: - NotNull type: net.corda.core.identity.AbstractParty - setIssuerRef: + setIssuerRef(byte[]): annotations: [] default: false type: public @@ -38279,7 +46638,7 @@ net.corda.core.schemas.CommonSchemaV1$FungibleState: annotation: - NotNull type: "byte[]" - setOwner: + setOwner(net.corda.core.identity.AbstractParty): annotations: [] default: false type: public @@ -38289,7 +46648,7 @@ net.corda.core.schemas.CommonSchemaV1$FungibleState: annotation: - NotNull type: net.corda.core.identity.AbstractParty - setParticipants: + setParticipants(java.util.Set): annotations: [] default: false type: public @@ -38299,7 +46658,7 @@ net.corda.core.schemas.CommonSchemaV1$FungibleState: annotation: - Nullable type: java.util.Set - setQuantity: + setQuantity(long): annotations: [] default: false type: public @@ -38308,7 +46667,7 @@ net.corda.core.schemas.CommonSchemaV1$FungibleState: : annotation: [] type: long - setStateRef: + setStateRef(net.corda.core.schemas.PersistentStateRef): annotations: [] default: false type: public @@ -38327,31 +46686,31 @@ net.corda.core.schemas.CommonSchemaV1$LinearState: implements: [] interface: false methods: - getExternalId: + getExternalId(): annotations: - Nullable default: false type: public returnType: String - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.Set - getStateRef: + getStateRef(): annotations: - Nullable default: false type: public returnType: net.corda.core.schemas.PersistentStateRef - getUuid: + getUuid(): annotations: - NotNull default: false type: public returnType: java.util.UUID - setExternalId: + setExternalId(String): annotations: [] default: false type: public @@ -38361,7 +46720,7 @@ net.corda.core.schemas.CommonSchemaV1$LinearState: annotation: - Nullable type: String - setParticipants: + setParticipants(java.util.Set): annotations: [] default: false type: public @@ -38371,7 +46730,7 @@ net.corda.core.schemas.CommonSchemaV1$LinearState: annotation: - Nullable type: java.util.Set - setStateRef: + setStateRef(net.corda.core.schemas.PersistentStateRef): annotations: [] default: false type: public @@ -38381,7 +46740,7 @@ net.corda.core.schemas.CommonSchemaV1$LinearState: annotation: - Nullable type: net.corda.core.schemas.PersistentStateRef - setUuid: + setUuid(java.util.UUID): annotations: [] default: false type: public @@ -38398,7 +46757,7 @@ net.corda.core.schemas.DirectStatePersistable: - net.corda.core.schemas.StatePersistable interface: true methods: - getStateRef: + getStateRef(): annotations: - Nullable default: false @@ -38411,7 +46770,7 @@ net.corda.core.schemas.IndirectStatePersistable: - net.corda.core.schemas.StatePersistable interface: true methods: - getCompositeKey: + getCompositeKey(): annotations: - NotNull default: false @@ -38424,7 +46783,7 @@ net.corda.core.schemas.MappedSchema: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public @@ -38434,35 +46793,35 @@ net.corda.core.schemas.MappedSchema: annotation: - Nullable type: Object - getMappedTypes: + getMappedTypes(): annotations: - NotNull default: false type: public final returnType: Iterable> - getMigrationResource: + getMigrationResource(): annotations: - Nullable default: false type: public returnType: String - getName: + getName(): annotations: - NotNull default: false type: public final returnType: String - getVersion: + getVersion(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -38475,7 +46834,7 @@ net.corda.core.schemas.MappedSchemaValidator: implements: [] interface: false methods: - crossReferencesToOtherMappedSchema: + crossReferencesToOtherMappedSchema(net.corda.core.schemas.MappedSchema): annotations: - NotNull default: false @@ -38486,7 +46845,7 @@ net.corda.core.schemas.MappedSchemaValidator: annotation: - NotNull type: net.corda.core.schemas.MappedSchema - fieldsFromOtherMappedSchema: + fieldsFromOtherMappedSchema(net.corda.core.schemas.MappedSchema): annotations: - NotNull default: false @@ -38497,7 +46856,7 @@ net.corda.core.schemas.MappedSchemaValidator: annotation: - NotNull type: net.corda.core.schemas.MappedSchema - methodsFromOtherMappedSchema: + methodsFromOtherMappedSchema(net.corda.core.schemas.MappedSchema): annotations: - NotNull default: false @@ -38520,13 +46879,13 @@ net.corda.core.schemas.MappedSchemaValidator$SchemaCrossReferenceReport: implements: [] interface: false methods: - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - toWarning: + toWarning(): annotations: - NotNull default: false @@ -38542,13 +46901,13 @@ net.corda.core.schemas.PersistentState: - net.corda.core.schemas.DirectStatePersistable interface: false methods: - getStateRef: + getStateRef(): annotations: - Nullable default: false type: public returnType: net.corda.core.schemas.PersistentStateRef - setStateRef: + setStateRef(net.corda.core.schemas.PersistentStateRef): annotations: [] default: false type: public @@ -38568,18 +46927,18 @@ net.corda.core.schemas.PersistentStateRef: - java.io.Serializable interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(String, int): annotations: - NotNull default: false @@ -38593,7 +46952,7 @@ net.corda.core.schemas.PersistentStateRef: index: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -38603,23 +46962,23 @@ net.corda.core.schemas.PersistentStateRef: annotation: - Nullable type: Object - getIndex: + getIndex(): annotations: [] default: false type: public returnType: int - getTxId: + getTxId(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setIndex: + setIndex(int): annotations: [] default: false type: public @@ -38628,7 +46987,7 @@ net.corda.core.schemas.PersistentStateRef: : annotation: [] type: int - setTxId: + setTxId(String): annotations: [] default: false type: public @@ -38638,7 +46997,7 @@ net.corda.core.schemas.PersistentStateRef: annotation: - NotNull type: String - toString: + toString(): annotations: - NotNull default: false @@ -38652,7 +47011,7 @@ net.corda.core.schemas.QueryableState: - net.corda.core.contracts.ContractState interface: true methods: - generateMappedObject: + generateMappedObject(net.corda.core.schemas.MappedSchema): annotations: - NotNull default: false @@ -38663,13 +47022,13 @@ net.corda.core.schemas.QueryableState: annotation: - NotNull type: net.corda.core.schemas.MappedSchema - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - supportedSchemas: + supportedSchemas(): annotations: - NotNull default: false @@ -38687,7 +47046,7 @@ net.corda.core.serialization.CheckpointCustomSerializer: extends: [] interface: true methods: - fromProxy: + fromProxy(PROXY): annotations: [] default: false type: public abstract @@ -38696,7 +47055,7 @@ net.corda.core.serialization.CheckpointCustomSerializer: proxy: annotation: [] type: PROXY - toProxy: + toProxy(OBJ): annotations: [] default: false type: public abstract @@ -38711,7 +47070,7 @@ net.corda.core.serialization.ClassWhitelist: extends: [] interface: true methods: - hasListed: + hasListed(Class): annotations: [] default: false type: public abstract @@ -38733,13 +47092,13 @@ net.corda.core.serialization.ContextPropertyKeys: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -38748,7 +47107,7 @@ net.corda.core.serialization.ContextPropertyKeys: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -38763,12 +47122,12 @@ net.corda.core.serialization.CordaSerializationTransformEnumDefault: type: public @interface interface: false methods: - new: + new(): annotations: [] default: false type: public abstract returnType: String - old: + old(): annotations: [] default: false type: public abstract @@ -38778,7 +47137,7 @@ net.corda.core.serialization.CordaSerializationTransformEnumDefaults: type: public @interface interface: false methods: - value: + value(): annotations: [] default: false type: public abstract @@ -38788,12 +47147,12 @@ net.corda.core.serialization.CordaSerializationTransformRename: type: public @interface interface: false methods: - from: + from(): annotations: [] default: false type: public abstract returnType: String - to: + to(): annotations: [] default: false type: public abstract @@ -38803,7 +47162,7 @@ net.corda.core.serialization.CordaSerializationTransformRenames: type: public @interface interface: false methods: - value: + value(): annotations: [] default: false type: public abstract @@ -38814,7 +47173,7 @@ net.corda.core.serialization.CustomSerializationScheme: extends: [] interface: true methods: - deserialize: + deserialize(net.corda.core.utilities.ByteSequence, Class, net.corda.core.serialization.SerializationSchemeContext): annotations: - NotNull default: false @@ -38833,12 +47192,12 @@ net.corda.core.serialization.CustomSerializationScheme: annotation: - NotNull type: net.corda.core.serialization.SerializationSchemeContext - getSchemeId: + getSchemeId(): annotations: [] default: false type: public abstract returnType: int - serialize: + serialize(T, net.corda.core.serialization.SerializationSchemeContext): annotations: - NotNull default: false @@ -38858,7 +47217,7 @@ net.corda.core.serialization.DeprecatedConstructorForDeserialization: type: public @interface interface: false methods: - version: + version(): annotations: [] default: false type: public abstract @@ -38869,7 +47228,7 @@ net.corda.core.serialization.EncodingWhitelist: extends: [] interface: true methods: - acceptEncoding: + acceptEncoding(net.corda.core.serialization.SerializationEncoding): annotations: [] default: false type: public abstract @@ -38887,7 +47246,7 @@ net.corda.core.serialization.MissingAttachmentsException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -38897,7 +47256,7 @@ net.corda.core.serialization.MissingAttachmentsException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -38907,42 +47266,42 @@ net.corda.core.serialization.MissingAttachmentsException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getIds: + getIds(): annotations: - NotNull default: false type: public final returnType: java.util.List - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -38952,7 +47311,7 @@ net.corda.core.serialization.MissingAttachmentsException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -38962,7 +47321,7 @@ net.corda.core.serialization.MissingAttachmentsException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -38980,7 +47339,7 @@ net.corda.core.serialization.MissingAttachmentsRuntimeException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -38990,7 +47349,7 @@ net.corda.core.serialization.MissingAttachmentsRuntimeException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -39000,42 +47359,42 @@ net.corda.core.serialization.MissingAttachmentsRuntimeException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getIds: + getIds(): annotations: - NotNull default: false type: public final returnType: java.util.List - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -39045,7 +47404,7 @@ net.corda.core.serialization.MissingAttachmentsRuntimeException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -39055,7 +47414,7 @@ net.corda.core.serialization.MissingAttachmentsRuntimeException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -39072,19 +47431,19 @@ net.corda.core.serialization.ObjectWithCompatibleContext: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: T - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationContext - copy: + copy(T, net.corda.core.serialization.SerializationContext): annotations: - NotNull default: false @@ -39099,7 +47458,7 @@ net.corda.core.serialization.ObjectWithCompatibleContext: annotation: - NotNull type: net.corda.core.serialization.SerializationContext - equals: + equals(Object): annotations: [] default: false type: public @@ -39109,24 +47468,24 @@ net.corda.core.serialization.ObjectWithCompatibleContext: annotation: - Nullable type: Object - getContext: + getContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationContext - getObj: + getObj(): annotations: - NotNull default: false type: public final returnType: T - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -39144,7 +47503,7 @@ net.corda.core.serialization.SerializationAPIKt: implements: [] interface: false methods: - deserialize: + deserialize(byte[], net.corda.core.serialization.SerializationFactory, net.corda.core.serialization.SerializationContext): annotations: [] default: false type: public static final synthetic @@ -39153,8 +47512,39 @@ net.corda.core.serialization.SerializationAPIKt: "null": annotation: [] type: net.corda.core.serialization.SerializationContext - deserializeWithCompatibleContext: - annotations: [] + ? deserialize(java.sql.Blob, net.corda.core.serialization.SerializationFactory, + net.corda.core.serialization.SerializationContext) + : annotations: [] + default: false + type: public static final synthetic + returnType: T + params: + "null": + annotation: [] + type: net.corda.core.serialization.SerializationContext + ? deserialize(net.corda.core.serialization.SerializedBytes, net.corda.core.serialization.SerializationFactory, + net.corda.core.serialization.SerializationContext) + : annotations: [] + default: false + type: public static final synthetic + returnType: T + params: + "null": + annotation: [] + type: net.corda.core.serialization.SerializationContext + ? deserialize(net.corda.core.utilities.ByteSequence, net.corda.core.serialization.SerializationFactory, + net.corda.core.serialization.SerializationContext) + : annotations: [] + default: false + type: public static final synthetic + returnType: T + params: + "null": + annotation: [] + type: net.corda.core.serialization.SerializationContext + ? deserializeWithCompatibleContext(net.corda.core.utilities.ByteSequence, net.corda.core.serialization.SerializationFactory, + net.corda.core.serialization.SerializationContext) + : annotations: [] default: false type: public static final synthetic returnType: net.corda.core.serialization.ObjectWithCompatibleContext @@ -39162,7 +47552,7 @@ net.corda.core.serialization.SerializationAPIKt: "null": annotation: [] type: net.corda.core.serialization.SerializationContext - serialize: + serialize(T, net.corda.core.serialization.SerializationFactory, net.corda.core.serialization.SerializationContext): annotations: - NotNull default: false @@ -39181,7 +47571,7 @@ net.corda.core.serialization.SerializationAPIKt: annotation: - NotNull type: net.corda.core.serialization.SerializationContext - withWhitelist: + withWhitelist(net.corda.core.serialization.SerializationContext, java.util.List>): annotations: - NotNull default: false @@ -39217,76 +47607,76 @@ net.corda.core.serialization.SerializationContext: extends: [] interface: true methods: - getCarpenterDisabled: + getCarpenterDisabled(): annotations: [] default: false type: public abstract returnType: boolean - getCustomSerializers: + getCustomSerializers(): annotations: - NotNull default: false type: public abstract returnType: "java.util.Set>" - getDeserializationClassLoader: + getDeserializationClassLoader(): annotations: - NotNull default: false type: public abstract returnType: ClassLoader - getEncoding: + getEncoding(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.serialization.SerializationEncoding - getEncodingWhitelist: + getEncodingWhitelist(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.serialization.EncodingWhitelist - getLenientCarpenterEnabled: + getLenientCarpenterEnabled(): annotations: [] default: false type: public abstract returnType: boolean - getObjectReferencesEnabled: + getObjectReferencesEnabled(): annotations: [] default: false type: public abstract returnType: boolean - getPreferredSerializationVersion: + getPreferredSerializationVersion(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.ByteSequence - getPreventDataLoss: + getPreventDataLoss(): annotations: [] default: false type: public abstract returnType: boolean - getProperties: + getProperties(): annotations: - NotNull default: false type: public abstract returnType: "java.util.Map" - getUseCase: + getUseCase(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.serialization.SerializationContext$UseCase - getWhitelist: + getWhitelist(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.serialization.ClassWhitelist - withAttachmentsClassLoader: + withAttachmentsClassLoader(java.util.List): annotations: - NotNull default: false @@ -39297,7 +47687,7 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: java.util.List - withClassLoader: + withClassLoader(ClassLoader): annotations: - NotNull default: false @@ -39308,7 +47698,7 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: ClassLoader - withCustomSerializers: + withCustomSerializers(java.util.Set>): annotations: - NotNull default: false @@ -39320,7 +47710,7 @@ net.corda.core.serialization.SerializationContext: - NotNull type: "java.util.Set>" - withEncoding: + withEncoding(net.corda.core.serialization.SerializationEncoding): annotations: - NotNull default: false @@ -39331,7 +47721,7 @@ net.corda.core.serialization.SerializationContext: annotation: - Nullable type: net.corda.core.serialization.SerializationEncoding - withEncodingWhitelist: + withEncodingWhitelist(net.corda.core.serialization.EncodingWhitelist): annotations: - NotNull default: false @@ -39342,13 +47732,13 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: net.corda.core.serialization.EncodingWhitelist - withLenientCarpenter: + withLenientCarpenter(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.serialization.SerializationContext - withPreferredSerializationVersion: + withPreferredSerializationVersion(net.corda.core.utilities.ByteSequence): annotations: - NotNull default: false @@ -39359,13 +47749,13 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - withPreventDataLoss: + withPreventDataLoss(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.serialization.SerializationContext - withProperties: + withProperties(java.util.Map): annotations: - NotNull default: false @@ -39376,7 +47766,7 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: "java.util.Map" - withProperty: + withProperty(Object, Object): annotations: - NotNull default: false @@ -39391,7 +47781,7 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: Object - withWhitelisted: + withWhitelisted(Class): annotations: - NotNull default: false @@ -39402,13 +47792,13 @@ net.corda.core.serialization.SerializationContext: annotation: - NotNull type: Class - withoutCarpenter: + withoutCarpenter(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.serialization.SerializationContext - withoutReferences: + withoutReferences(): annotations: - NotNull default: false @@ -39421,13 +47811,13 @@ net.corda.core.serialization.SerializationContext$UseCase: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -39436,7 +47826,7 @@ net.corda.core.serialization.SerializationContext$UseCase: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -39447,7 +47837,7 @@ net.corda.core.serialization.SerializationCustomSerializer: extends: [] interface: true methods: - fromProxy: + fromProxy(PROXY): annotations: [] default: false type: public abstract @@ -39456,7 +47846,7 @@ net.corda.core.serialization.SerializationCustomSerializer: proxy: annotation: [] type: PROXY - toProxy: + toProxy(OBJ): annotations: [] default: false type: public abstract @@ -39472,31 +47862,31 @@ net.corda.core.serialization.SerializationDefaults: implements: [] interface: false methods: - getP2P_CONTEXT: + getP2P_CONTEXT(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationContext - getRPC_CLIENT_CONTEXT: + getRPC_CLIENT_CONTEXT(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationContext - getRPC_SERVER_CONTEXT: + getRPC_SERVER_CONTEXT(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationContext - getSERIALIZATION_FACTORY: + getSERIALIZATION_FACTORY(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationFactory - getSTORAGE_CONTEXT: + getSTORAGE_CONTEXT(): annotations: - NotNull default: false @@ -39520,7 +47910,7 @@ net.corda.core.serialization.SerializationFactory: implements: [] interface: false methods: - asCurrent: + asCurrent(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final @@ -39531,7 +47921,7 @@ net.corda.core.serialization.SerializationFactory: - NotNull type: "kotlin.jvm.functions.Function1" - deserialize: + deserialize(net.corda.core.utilities.ByteSequence, Class, net.corda.core.serialization.SerializationContext): annotations: - NotNull default: false @@ -39550,8 +47940,9 @@ net.corda.core.serialization.SerializationFactory: annotation: - NotNull type: net.corda.core.serialization.SerializationContext - deserializeWithCompatibleContext: - annotations: + ? deserializeWithCompatibleContext(net.corda.core.utilities.ByteSequence, Class, + net.corda.core.serialization.SerializationContext) + : annotations: - NotNull default: false type: public abstract @@ -39569,19 +47960,19 @@ net.corda.core.serialization.SerializationFactory: annotation: - NotNull type: net.corda.core.serialization.SerializationContext - getCurrentContext: + getCurrentContext(): annotations: - Nullable default: false type: public final returnType: net.corda.core.serialization.SerializationContext - getDefaultContext: + getDefaultContext(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializationContext - serialize: + serialize(T, net.corda.core.serialization.SerializationContext): annotations: - NotNull default: false @@ -39596,7 +47987,7 @@ net.corda.core.serialization.SerializationFactory: annotation: - NotNull type: net.corda.core.serialization.SerializationContext - withCurrentContext: + withCurrentContext(net.corda.core.serialization.SerializationContext, kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -39622,13 +48013,13 @@ net.corda.core.serialization.SerializationFactory$Companion: implements: [] interface: false methods: - getCurrentFactory: + getCurrentFactory(): annotations: - Nullable default: false type: public final returnType: net.corda.core.serialization.SerializationFactory - getDefaultFactory: + getDefaultFactory(): annotations: - NotNull default: false @@ -39640,19 +48031,19 @@ net.corda.core.serialization.SerializationSchemeContext: extends: [] interface: true methods: - getDeserializationClassLoader: + getDeserializationClassLoader(): annotations: - NotNull default: false type: public abstract returnType: ClassLoader - getProperties: + getProperties(): annotations: - NotNull default: false type: public abstract returnType: "java.util.Map" - getWhitelist: + getWhitelist(): annotations: - NotNull default: false @@ -39664,7 +48055,7 @@ net.corda.core.serialization.SerializationToken: extends: [] interface: true methods: - fromToken: + fromToken(net.corda.core.serialization.SerializeAsTokenContext): annotations: - NotNull default: false @@ -39681,7 +48072,7 @@ net.corda.core.serialization.SerializationWhitelist: extends: [] interface: true methods: - getWhitelist: + getWhitelist(): annotations: - NotNull default: false @@ -39694,7 +48085,7 @@ net.corda.core.serialization.SerializeAsToken: extends: [] interface: true methods: - toToken: + toToken(net.corda.core.serialization.SerializeAsTokenContext): annotations: - NotNull default: false @@ -39711,13 +48102,13 @@ net.corda.core.serialization.SerializeAsTokenContext: extends: [] interface: true methods: - getServiceHub: + getServiceHub(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.ServiceHub - getSingleton: + getSingleton(String): annotations: - NotNull default: false @@ -39728,7 +48119,7 @@ net.corda.core.serialization.SerializeAsTokenContext: annotation: - NotNull type: String - putSingleton: + putSingleton(net.corda.core.serialization.SerializeAsToken): annotations: [] default: false type: public abstract @@ -39746,7 +48137,7 @@ net.corda.core.serialization.SerializedBytes: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -39756,19 +48147,19 @@ net.corda.core.serialization.SerializedBytes: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -39778,7 +48169,7 @@ net.corda.core.serialization.SerializedBytes: annotation: - Nullable type: Object - from: + from(T): annotations: - NotNull default: false @@ -39789,34 +48180,68 @@ net.corda.core.serialization.SerializedBytes: annotation: - NotNull type: T - getBytes: + from(T, net.corda.core.serialization.SerializationFactory): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.serialization.SerializedBytes + params: + obj: + annotation: + - NotNull + type: T + serializationFactory: + annotation: + - NotNull + type: net.corda.core.serialization.SerializationFactory + from(T, net.corda.core.serialization.SerializationFactory, net.corda.core.serialization.SerializationContext): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.serialization.SerializedBytes + params: + obj: + annotation: + - NotNull + type: T + serializationFactory: + annotation: + - NotNull + type: net.corda.core.serialization.SerializationFactory + context: + annotation: + - NotNull + type: net.corda.core.serialization.SerializationContext + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - of: + of(byte[]): annotations: - NotNull default: false @@ -39827,13 +48252,44 @@ net.corda.core.serialization.SerializedBytes: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -39844,7 +48300,7 @@ net.corda.core.serialization.SerializedBytes: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -39857,7 +48313,7 @@ net.corda.core.serialization.SerializedBytes: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -39870,7 +48326,7 @@ net.corda.core.serialization.SerializedBytes: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -39880,13 +48336,13 @@ net.corda.core.serialization.SerializedBytes: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -39908,7 +48364,7 @@ net.corda.core.serialization.SerializedBytes$Companion: implements: [] interface: false methods: - from: + from(T): annotations: - NotNull default: false @@ -39919,6 +48375,40 @@ net.corda.core.serialization.SerializedBytes$Companion: annotation: - NotNull type: T + from(T, net.corda.core.serialization.SerializationFactory): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.serialization.SerializedBytes + params: + obj: + annotation: + - NotNull + type: T + serializationFactory: + annotation: + - NotNull + type: net.corda.core.serialization.SerializationFactory + from(T, net.corda.core.serialization.SerializationFactory, net.corda.core.serialization.SerializationContext): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.serialization.SerializedBytes + params: + obj: + annotation: + - NotNull + type: T + serializationFactory: + annotation: + - NotNull + type: net.corda.core.serialization.SerializationFactory + context: + annotation: + - NotNull + type: net.corda.core.serialization.SerializationContext net.corda.core.serialization.SingletonSerializationToken: annotations: [] type: public final class @@ -39927,7 +48417,7 @@ net.corda.core.serialization.SingletonSerializationToken: - net.corda.core.serialization.SerializationToken interface: false methods: - fromToken: + fromToken(net.corda.core.serialization.SerializeAsTokenContext): annotations: - NotNull default: false @@ -39938,7 +48428,7 @@ net.corda.core.serialization.SingletonSerializationToken: annotation: - NotNull type: net.corda.core.serialization.SerializeAsTokenContext - registerWithContext: + registerWithContext(net.corda.core.serialization.SerializeAsTokenContext, net.corda.core.serialization.SerializeAsToken): annotations: - NotNull default: false @@ -39965,7 +48455,7 @@ net.corda.core.serialization.SingletonSerializationToken$Companion: implements: [] interface: false methods: - singletonSerializationToken: + singletonSerializationToken(Class): annotations: - NotNull default: false @@ -39985,7 +48475,7 @@ net.corda.core.serialization.SingletonSerializeAsToken: - net.corda.core.serialization.SerializeAsToken interface: false methods: - toToken: + toToken(net.corda.core.serialization.SerializeAsTokenContext): annotations: - NotNull default: false @@ -40004,12 +48494,27 @@ net.corda.core.transactions.BaseTransaction: - net.corda.core.contracts.NamedByHash interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40018,7 +48523,22 @@ net.corda.core.transactions.BaseTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40027,7 +48547,22 @@ net.corda.core.transactions.BaseTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40036,7 +48571,22 @@ net.corda.core.transactions.BaseTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40045,25 +48595,25 @@ net.corda.core.transactions.BaseTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getNotary: + getNotary(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -40073,25 +48623,35 @@ net.corda.core.transactions.BaseTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -40102,17 +48662,39 @@ net.corda.core.transactions.BaseTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false @@ -40126,13 +48708,13 @@ net.corda.core.transactions.ComponentGroup: implements: [] interface: false methods: - getComponents: + getComponents(): annotations: - NotNull default: false type: public returnType: java.util.List - getGroupIndex: + getGroupIndex(): annotations: [] default: false type: public @@ -40145,7 +48727,7 @@ net.corda.core.transactions.ComponentVisibilityException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -40155,7 +48737,7 @@ net.corda.core.transactions.ComponentVisibilityException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -40165,48 +48747,48 @@ net.corda.core.transactions.ComponentVisibilityException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getId: + getId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getReason: + getReason(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -40216,7 +48798,7 @@ net.corda.core.transactions.ComponentVisibilityException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -40226,7 +48808,7 @@ net.corda.core.transactions.ComponentVisibilityException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -40244,31 +48826,48 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: implements: [] interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component2: + component2(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - copy: - annotations: + ? copy(java.util.Map, + java.util.Map) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.ContractUpgradeFilteredTransaction + params: + visibleComponents: + annotation: + - NotNull + type: "java.util.Map" + hiddenComponents: + annotation: + - NotNull + type: "java.util.Map" + ? copy(java.util.Map, + java.util.Map, net.corda.core.crypto.DigestService) + : annotations: - NotNull default: false type: public final @@ -40286,7 +48885,7 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: annotation: - NotNull type: net.corda.core.crypto.DigestService - equals: + equals(Object): annotations: [] default: false type: public @@ -40296,7 +48895,22 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: annotation: - Nullable type: Object - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40305,7 +48919,22 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40314,7 +48943,22 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40323,7 +48967,22 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40332,43 +48991,43 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getHiddenComponents: + getHiddenComponents(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -40378,36 +49037,46 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List - getVisibleComponents: + getVisibleComponents(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -40418,17 +49087,39 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false @@ -40442,13 +49133,13 @@ net.corda.core.transactions.ContractUpgradeFilteredTransaction$FilteredComponent implements: [] interface: false methods: - getComponent: + getComponent(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.OpaqueBytes - getNonce: + getNonce(): annotations: - NotNull default: false @@ -40462,77 +49153,81 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: - net.corda.core.transactions.TransactionWithSignatures interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - checkNotaryWhitelisted: + checkNotaryWhitelisted(): annotations: [] default: false type: protected final returnType: void - checkSignaturesAreValid: + checkSignaturesAreValid(): annotations: [] default: true type: public returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Attachment - component4: + component4(): annotations: - NotNull default: false type: public final returnType: String - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Attachment - component6: + component6(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component7: + component7(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - component8: + component8(): annotations: - NotNull default: false type: public final returnType: java.util.List - component9: + component9(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - copy: - annotations: + ? copy(java.util.List>, net.corda.core.identity.Party, net.corda.core.contracts.Attachment, + String, net.corda.core.contracts.Attachment, net.corda.core.crypto.SecureHash, + net.corda.core.contracts.PrivacySalt, java.util.List, + net.corda.core.node.NetworkParameters) + : annotations: - NotNull default: false type: public final @@ -40575,7 +49270,7 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: annotation: - NotNull type: net.corda.core.node.NetworkParameters - equals: + equals(Object): annotations: [] default: false type: public @@ -40585,7 +49280,22 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: annotation: - Nullable type: Object - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40594,7 +49304,22 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40603,7 +49328,22 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40612,7 +49352,22 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40621,19 +49376,19 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getKeyDescriptions: + getKeyDescriptions(java.util.Set): annotations: - NotNull default: false @@ -40644,31 +49399,31 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: annotation: - NotNull type: java.util.Set - getLegacyContractAttachment: + getLegacyContractAttachment(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Attachment - getMissingSigners: + getMissingSigners(): annotations: - NotNull default: true type: public returnType: java.util.Set - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.NetworkParameters - getNotary: + getNotary(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -40678,60 +49433,70 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getPrivacySalt: + getPrivacySalt(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List> - getRequiredSigningKeys: + getRequiredSigningKeys(): annotations: - NotNull default: false type: public returnType: java.util.Set - getSigs: + getSigs(): annotations: - NotNull default: false type: public returnType: java.util.List - getUpgradedContractAttachment: + getUpgradedContractAttachment(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.Attachment - getUpgradedContractClassName: + getUpgradedContractClassName(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -40742,28 +49507,60 @@ net.corda.core.transactions.ContractUpgradeLedgerTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false type: public returnType: String - verifyRequiredSignatures: + verifyRequiredSignatures(): annotations: [] default: true type: public returnType: void - verifySignaturesExcept: + verifySignaturesExcept(java.security.PublicKey[]): + annotations: [] + default: true + type: public + returnType: void + params: + allowedToBeMissing: + annotation: + - NotNull + type: "java.security.PublicKey[]" + verifySignaturesExcept(java.util.Collection): annotations: [] default: true type: public @@ -40793,41 +49590,57 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: implements: [] interface: false methods: - buildFilteredTransaction: + buildFilteredTransaction(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.ContractUpgradeFilteredTransaction - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - copy: + copy(java.util.List, net.corda.core.contracts.PrivacySalt): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.ContractUpgradeWireTransaction + params: + serializedComponents: + annotation: + - NotNull + type: java.util.List + privacySalt: + annotation: + - NotNull + type: net.corda.core.contracts.PrivacySalt + ? copy(java.util.List, net.corda.core.contracts.PrivacySalt, + net.corda.core.crypto.DigestService) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.ContractUpgradeWireTransaction params: serializedComponents: annotation: @@ -40841,7 +49654,7 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: annotation: - NotNull type: net.corda.core.crypto.DigestService - equals: + equals(Object): annotations: [] default: false type: public @@ -40851,7 +49664,22 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: annotation: - Nullable type: Object - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40860,7 +49688,22 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40869,7 +49712,22 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40878,7 +49736,22 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -40887,43 +49760,43 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List - getLegacyContractAttachmentId: + getLegacyContractAttachmentId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -40933,54 +49806,64 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getPrivacySalt: + getPrivacySalt(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List - getSerializedComponents: + getSerializedComponents(): annotations: - NotNull default: false type: public final returnType: java.util.List - getUpgradedContractAttachmentId: + getUpgradedContractAttachmentId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getUpgradedContractClassName: + getUpgradedContractClassName(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -40991,17 +49874,39 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - resolve: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + resolve(net.corda.core.node.ServicesForResolution, java.util.List): annotations: - NotNull default: false @@ -41016,7 +49921,7 @@ net.corda.core.transactions.ContractUpgradeWireTransaction: annotation: - NotNull type: java.util.List - toString: + toString(): annotations: - NotNull default: false @@ -41041,13 +49946,13 @@ net.corda.core.transactions.ContractUpgradeWireTransaction$Component: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -41056,7 +49961,7 @@ net.corda.core.transactions.ContractUpgradeWireTransaction$Component: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -41069,12 +49974,27 @@ net.corda.core.transactions.CoreTransaction: implements: [] interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41083,7 +50003,22 @@ net.corda.core.transactions.CoreTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41092,7 +50027,22 @@ net.corda.core.transactions.CoreTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41101,7 +50051,22 @@ net.corda.core.transactions.CoreTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41110,31 +50075,31 @@ net.corda.core.transactions.CoreTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -41144,25 +50109,35 @@ net.corda.core.transactions.CoreTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -41173,17 +50148,39 @@ net.corda.core.transactions.CoreTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false @@ -41197,31 +50194,32 @@ net.corda.core.transactions.FilteredComponentGroup: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.util.List - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree - copy: - annotations: + ? copy(int, java.util.List, java.util.List, net.corda.core.crypto.PartialMerkleTree) + : annotations: - NotNull default: false type: public final @@ -41242,7 +50240,7 @@ net.corda.core.transactions.FilteredComponentGroup: annotation: - NotNull type: net.corda.core.crypto.PartialMerkleTree - equals: + equals(Object): annotations: [] default: false type: public @@ -41252,35 +50250,35 @@ net.corda.core.transactions.FilteredComponentGroup: annotation: - Nullable type: Object - getComponents: + getComponents(): annotations: - NotNull default: false type: public returnType: java.util.List - getGroupIndex: + getGroupIndex(): annotations: [] default: false type: public returnType: int - getNonces: + getNonces(): annotations: - NotNull default: false type: public final returnType: java.util.List - getPartialMerkleTree: + getPartialMerkleTree(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.PartialMerkleTree - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -41294,7 +50292,7 @@ net.corda.core.transactions.FilteredTransaction: implements: [] interface: false methods: - buildFilteredTransaction: + buildFilteredTransaction(net.corda.core.transactions.WireTransaction, java.util.function.Predicate): annotations: - NotNull default: false @@ -41309,7 +50307,7 @@ net.corda.core.transactions.FilteredTransaction: annotation: - NotNull type: java.util.function.Predicate - checkAllComponentsVisible: + checkAllComponentsVisible(net.corda.core.contracts.ComponentGroupEnum): annotations: [] default: false type: public final @@ -41319,12 +50317,12 @@ net.corda.core.transactions.FilteredTransaction: annotation: - NotNull type: net.corda.core.contracts.ComponentGroupEnum - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - checkCommandVisibility: + checkCommandVisibility(java.security.PublicKey): annotations: [] default: false type: public final @@ -41334,7 +50332,7 @@ net.corda.core.transactions.FilteredTransaction: annotation: - NotNull type: java.security.PublicKey - checkWithFun: + checkWithFun(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final @@ -41344,7 +50342,22 @@ net.corda.core.transactions.FilteredTransaction: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41353,7 +50366,22 @@ net.corda.core.transactions.FilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41362,7 +50390,22 @@ net.corda.core.transactions.FilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41371,7 +50414,22 @@ net.corda.core.transactions.FilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41380,79 +50438,79 @@ net.corda.core.transactions.FilteredTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getAvailableComponentGroups: + getAvailableComponentGroups(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getCommands: + getCommands(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getComponentGroups: + getComponentGroups(): annotations: - NotNull default: false type: public returnType: java.util.List - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getFilteredComponentGroups: + getFilteredComponentGroups(): annotations: - NotNull default: false type: public final returnType: java.util.List - getGroupHashes: + getGroupHashes(): annotations: - NotNull default: false type: public final returnType: java.util.List - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List - getLegacyAttachments: + getLegacyAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -41462,31 +50520,41 @@ net.corda.core.transactions.FilteredTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List - getTimeWindow: + getTimeWindow(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.TimeWindow - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -41497,23 +50565,45 @@ net.corda.core.transactions.FilteredTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false type: public returnType: String - verify: + verify(): annotations: [] default: false type: public final @@ -41530,7 +50620,7 @@ net.corda.core.transactions.FilteredTransaction$Companion: implements: [] interface: false methods: - buildFilteredTransaction: + buildFilteredTransaction(net.corda.core.transactions.WireTransaction, java.util.function.Predicate): annotations: - NotNull default: false @@ -41553,7 +50643,7 @@ net.corda.core.transactions.FilteredTransactionVerificationException: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -41563,7 +50653,7 @@ net.corda.core.transactions.FilteredTransactionVerificationException: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -41573,48 +50663,48 @@ net.corda.core.transactions.FilteredTransactionVerificationException: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getId: + getId(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getReason: + getReason(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -41624,7 +50714,7 @@ net.corda.core.transactions.FilteredTransactionVerificationException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -41634,7 +50724,7 @@ net.corda.core.transactions.FilteredTransactionVerificationException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -41651,17 +50741,32 @@ net.corda.core.transactions.FullTransaction: implements: [] interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - checkNotaryWhitelisted: + checkNotaryWhitelisted(): annotations: [] default: false type: protected final returnType: void - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41670,7 +50775,22 @@ net.corda.core.transactions.FullTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41679,7 +50799,22 @@ net.corda.core.transactions.FullTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41688,7 +50823,22 @@ net.corda.core.transactions.FullTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41697,31 +50847,31 @@ net.corda.core.transactions.FullTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List> - getNetworkParameters: + getNetworkParameters(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.node.NetworkParameters - getNotary: + getNotary(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -41731,25 +50881,35 @@ net.corda.core.transactions.FullTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public abstract returnType: java.util.List> - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -41760,17 +50920,39 @@ net.corda.core.transactions.FullTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false @@ -41783,83 +50965,146 @@ net.corda.core.transactions.LedgerTransaction: implements: [] interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - checkNotaryWhitelisted: + checkNotaryWhitelisted(): annotations: [] default: false type: protected final returnType: void - commandsOfType: + commandsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - component1: + commandsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component10: + component10(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component4: + component4(): annotations: - NotNull default: false type: public final returnType: java.util.List - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component6: + component6(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.Party - component7: + component7(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.TimeWindow - component8: + component8(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - component9: + component9(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.NetworkParameters - copy: - annotations: + ? copy(java.util.List>, java.util.List>, java.util.List>, java.util.List, + net.corda.core.crypto.SecureHash, net.corda.core.identity.Party, net.corda.core.contracts.TimeWindow, + net.corda.core.contracts.PrivacySalt) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.LedgerTransaction + params: + inputs: + annotation: + - NotNull + type: java.util.List> + outputs: + annotation: + - NotNull + type: java.util.List> + commands: + annotation: + - NotNull + type: java.util.List> + attachments: + annotation: + - NotNull + type: java.util.List + id: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + notary: + annotation: + - Nullable + type: net.corda.core.identity.Party + timeWindow: + annotation: + - Nullable + type: net.corda.core.contracts.TimeWindow + privacySalt: + annotation: + - NotNull + type: net.corda.core.contracts.PrivacySalt + ? copy(java.util.List>, java.util.List>, java.util.List>, java.util.List, + net.corda.core.crypto.SecureHash, net.corda.core.identity.Party, net.corda.core.contracts.TimeWindow, + net.corda.core.contracts.PrivacySalt, net.corda.core.node.NetworkParameters) + : annotations: - NotNull default: false type: public final @@ -41904,7 +51149,7 @@ net.corda.core.transactions.LedgerTransaction: annotation: - Nullable type: net.corda.core.node.NetworkParameters - equals: + equals(Object): annotations: [] default: false type: public @@ -41914,7 +51159,22 @@ net.corda.core.transactions.LedgerTransaction: annotation: - Nullable type: Object - filterCommands: + filterCommands(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterCommands(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41923,7 +51183,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterInRefs: + filterInRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterInRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41932,7 +51207,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterInputs: + filterInputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterInputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41941,7 +51231,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41950,7 +51255,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41959,7 +51279,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterReferenceInputRefs: + filterReferenceInputRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterReferenceInputRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41968,7 +51303,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterReferenceInputs: + filterReferenceInputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterReferenceInputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41977,7 +51327,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findCommand: + findCommand(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.Command + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findCommand(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41986,7 +51351,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findInRef: + findInRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findInRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -41995,7 +51375,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findInput: + findInput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findInput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42004,7 +51399,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42013,7 +51423,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42022,7 +51447,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findReference: + findReference(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findReference(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42031,7 +51471,22 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findReferenceInputRef: + findReferenceInputRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findReferenceInputRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42040,7 +51495,17 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getAttachment: + getAttachment(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.Attachment + params: + index: + annotation: [] + type: int + getAttachment(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -42051,13 +51516,13 @@ net.corda.core.transactions.LedgerTransaction: annotation: - NotNull type: net.corda.core.crypto.SecureHash - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getCommand: + getCommand(int): annotations: - NotNull default: false @@ -42067,25 +51532,25 @@ net.corda.core.transactions.LedgerTransaction: index: annotation: [] type: int - getCommands: + getCommands(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInput: + getInput(int): annotations: - NotNull default: false @@ -42095,31 +51560,31 @@ net.corda.core.transactions.LedgerTransaction: index: annotation: [] type: int - getInputStates: + getInputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getNetworkParameters: + getNetworkParameters(): annotations: - Nullable default: false type: public returnType: net.corda.core.node.NetworkParameters - getNotary: + getNotary(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -42129,25 +51594,25 @@ net.corda.core.transactions.LedgerTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getPrivacySalt: + getPrivacySalt(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - getReferenceInput: + getReferenceInput(int): annotations: - NotNull default: false @@ -42157,25 +51622,47 @@ net.corda.core.transactions.LedgerTransaction: index: annotation: [] type: int - getReferenceStates: + getReferenceStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List> - getTimeWindow: + getRotatedKeys(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.RotatedKeys + getTimeWindow(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.TimeWindow - groupStates: + groupStates(Class, kotlin.jvm.functions.Function1): + annotations: + - NotNull + default: false + type: public final + returnType: "java.util.List>" + params: + ofType: + annotation: + - NotNull + type: Class + selector: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" + groupStates(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42185,12 +51672,12 @@ net.corda.core.transactions.LedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - inRef: + inRef(int): annotations: - NotNull default: false @@ -42200,17 +51687,49 @@ net.corda.core.transactions.LedgerTransaction: index: annotation: [] type: int - inRefsOfType: + inRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - inputsOfType: + inRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + inputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - outRef: + inputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -42221,33 +51740,77 @@ net.corda.core.transactions.LedgerTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - referenceInputRefsOfType: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + referenceInputRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - referenceInputsOfType: + referenceInputRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + referenceInputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + referenceInputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false type: public returnType: String - verify: + verify(): annotations: [] default: false type: public final @@ -42271,25 +51834,25 @@ net.corda.core.transactions.LedgerTransaction$InOutGroup: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - NotNull default: false type: public final returnType: K - copy: + copy(java.util.List, java.util.List, K): annotations: - NotNull default: false @@ -42308,7 +51871,7 @@ net.corda.core.transactions.LedgerTransaction$InOutGroup: annotation: - NotNull type: K - equals: + equals(Object): annotations: [] default: false type: public @@ -42318,30 +51881,30 @@ net.corda.core.transactions.LedgerTransaction$InOutGroup: annotation: - Nullable type: Object - getGroupingKey: + getGroupingKey(): annotations: - NotNull default: false type: public final returnType: K - getInputs: + getInputs(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public final returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -42362,7 +51925,7 @@ net.corda.core.transactions.MissingContractAttachments: implements: [] interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -42372,7 +51935,7 @@ net.corda.core.transactions.MissingContractAttachments: annotation: - NotNull type: "Throwable[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -42382,54 +51945,54 @@ net.corda.core.transactions.MissingContractAttachments: annotation: - Nullable type: Object - getCause: + getCause(): annotations: - Nullable default: false type: public returnType: Throwable - getErrorId: + getErrorId(): annotations: - Nullable default: false type: public returnType: Long - getMessage: + getMessage(): annotations: - Nullable default: false type: public returnType: String - getOriginalErrorId: + getOriginalErrorId(): annotations: - Nullable default: false type: public final returnType: Long - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - getStates: + getStates(): annotations: - NotNull default: false type: public final returnType: java.util.List> - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -42439,7 +52002,7 @@ net.corda.core.transactions.MissingContractAttachments: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -42449,7 +52012,7 @@ net.corda.core.transactions.MissingContractAttachments: annotation: - Nullable type: String - setOriginalErrorId: + setOriginalErrorId(Long): annotations: [] default: false type: public final @@ -42459,7 +52022,7 @@ net.corda.core.transactions.MissingContractAttachments: annotation: - Nullable type: Long - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -42477,13 +52040,13 @@ net.corda.core.transactions.NetworkParametersHash: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - copy: + copy(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -42494,7 +52057,7 @@ net.corda.core.transactions.NetworkParametersHash: annotation: - NotNull type: net.corda.core.crypto.SecureHash - equals: + equals(Object): annotations: [] default: false type: public @@ -42504,18 +52067,18 @@ net.corda.core.transactions.NetworkParametersHash: annotation: - Nullable type: Object - getHash: + getHash(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -42529,59 +52092,61 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: - net.corda.core.transactions.TransactionWithSignatures interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - checkNotaryWhitelisted: + checkNotaryWhitelisted(): annotations: [] default: false type: protected final returnType: void - checkSignaturesAreValid: + checkSignaturesAreValid(): annotations: [] default: true type: public returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List> - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.SecureHash - component5: + component5(): annotations: - NotNull default: false type: public final returnType: java.util.List - component6: + component6(): annotations: - Nullable default: false type: public final returnType: net.corda.core.node.NetworkParameters - copy: - annotations: + ? copy(java.util.List>, net.corda.core.identity.Party, net.corda.core.identity.Party, + net.corda.core.crypto.SecureHash, java.util.List) + : annotations: - NotNull default: false type: public final @@ -42608,7 +52173,7 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -42618,7 +52183,22 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: annotation: - Nullable type: Object - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42627,7 +52207,22 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42636,7 +52231,22 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42645,7 +52255,22 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42654,19 +52279,19 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getKeyDescriptions: + getKeyDescriptions(java.util.Set): annotations: - NotNull default: false @@ -42677,31 +52302,31 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: annotation: - NotNull type: java.util.Set - getMissingSigners: + getMissingSigners(): annotations: - NotNull default: true type: public returnType: java.util.Set - getNetworkParameters: + getNetworkParameters(): annotations: - Nullable default: false type: public returnType: net.corda.core.node.NetworkParameters - getNewNotary: + getNewNotary(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getNotary: + getNotary(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -42711,42 +52336,52 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List> - getRequiredSigningKeys: + getRequiredSigningKeys(): annotations: - NotNull default: false type: public returnType: java.util.Set - getSigs: + getSigs(): annotations: - NotNull default: false type: public returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -42757,28 +52392,60 @@ net.corda.core.transactions.NotaryChangeLedgerTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false type: public returnType: String - verifyRequiredSignatures: + verifyRequiredSignatures(): annotations: [] default: true type: public returnType: void - verifySignaturesExcept: + verifySignaturesExcept(java.security.PublicKey[]): + annotations: [] + default: true + type: public + returnType: void + params: + allowedToBeMissing: + annotation: + - NotNull + type: "java.security.PublicKey[]" + verifySignaturesExcept(java.util.Collection): annotations: [] default: true type: public @@ -42808,24 +52475,35 @@ net.corda.core.transactions.NotaryChangeWireTransaction: implements: [] interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: java.util.List - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - copy: + copy(java.util.List): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.NotaryChangeWireTransaction + params: + serializedComponents: + annotation: + - NotNull + type: java.util.List + copy(java.util.List, net.corda.core.crypto.DigestService): annotations: - NotNull default: false @@ -42840,7 +52518,7 @@ net.corda.core.transactions.NotaryChangeWireTransaction: annotation: - NotNull type: net.corda.core.crypto.DigestService - equals: + equals(Object): annotations: [] default: false type: public @@ -42850,7 +52528,22 @@ net.corda.core.transactions.NotaryChangeWireTransaction: annotation: - Nullable type: Object - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42859,7 +52552,22 @@ net.corda.core.transactions.NotaryChangeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42868,7 +52576,22 @@ net.corda.core.transactions.NotaryChangeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42877,7 +52600,22 @@ net.corda.core.transactions.NotaryChangeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -42886,43 +52624,43 @@ net.corda.core.transactions.NotaryChangeWireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public returnType: net.corda.core.crypto.SecureHash - getNewNotary: + getNewNotary(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getNotary: + getNotary(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -42932,36 +52670,46 @@ net.corda.core.transactions.NotaryChangeWireTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List - getSerializedComponents: + getSerializedComponents(): annotations: - NotNull default: false type: public final returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -42972,17 +52720,39 @@ net.corda.core.transactions.NotaryChangeWireTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - resolve: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + resolve(net.corda.core.node.ServiceHub, java.util.List): annotations: - NotNull default: false @@ -42997,7 +52767,22 @@ net.corda.core.transactions.NotaryChangeWireTransaction: annotation: - NotNull type: java.util.List - toString: + resolve(net.corda.core.node.ServicesForResolution, java.util.List): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.NotaryChangeLedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + sigs: + annotation: + - NotNull + type: java.util.List + toString(): annotations: - NotNull default: false @@ -43010,13 +52795,13 @@ net.corda.core.transactions.NotaryChangeWireTransaction$Component: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -43025,7 +52810,7 @@ net.corda.core.transactions.NotaryChangeWireTransaction$Component: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -43038,13 +52823,13 @@ net.corda.core.transactions.ReferenceStateRef: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - copy: + copy(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -43055,7 +52840,7 @@ net.corda.core.transactions.ReferenceStateRef: annotation: - NotNull type: net.corda.core.contracts.StateRef - equals: + equals(Object): annotations: [] default: false type: public @@ -43065,18 +52850,18 @@ net.corda.core.transactions.ReferenceStateRef: annotation: - Nullable type: Object - getStateRef: + getStateRef(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.StateRef - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -43091,7 +52876,7 @@ net.corda.core.transactions.SignedTransaction: - net.corda.core.transactions.TransactionWithSignatures interface: false methods: - buildFilteredTransaction: + buildFilteredTransaction(java.util.function.Predicate): annotations: - NotNull default: false @@ -43102,25 +52887,26 @@ net.corda.core.transactions.SignedTransaction: annotation: - NotNull type: java.util.function.Predicate - checkSignaturesAreValid: + checkSignaturesAreValid(): annotations: [] default: true type: public returnType: void - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializedBytes - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: - annotations: + ? copy(net.corda.core.serialization.SerializedBytes, + java.util.List) + : annotations: - NotNull default: false type: public final @@ -43134,7 +52920,7 @@ net.corda.core.transactions.SignedTransaction: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -43144,25 +52930,25 @@ net.corda.core.transactions.SignedTransaction: annotation: - Nullable type: Object - getCoreTransaction: + getCoreTransaction(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.CoreTransaction - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public final returnType: java.util.List - getKeyDescriptions: + getKeyDescriptions(java.util.Set): annotations: - NotNull default: false @@ -43173,71 +52959,71 @@ net.corda.core.transactions.SignedTransaction: annotation: - NotNull type: java.util.Set - getMissingSigners: + getMissingSigners(): annotations: - NotNull default: true type: public returnType: java.util.Set - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public final returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.Party - getNotaryChangeTx: + getNotaryChangeTx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.NotaryChangeWireTransaction - getReferences: + getReferences(): annotations: - NotNull default: false type: public final returnType: java.util.List - getRequiredSigningKeys: + getRequiredSigningKeys(): annotations: - NotNull default: false type: public returnType: java.util.Set - getSigs: + getSigs(): annotations: - NotNull default: false type: public returnType: java.util.List - getTx: + getTx(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.WireTransaction - getTxBits: + getTxBits(): annotations: - NotNull default: false type: public final returnType: net.corda.core.serialization.SerializedBytes - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isNotaryChangeTransaction: + isNotaryChangeTransaction(): annotations: [] default: false type: public final returnType: boolean - plus: + plus(java.util.Collection): annotations: - NotNull default: false @@ -43248,93 +53034,7 @@ net.corda.core.transactions.SignedTransaction: annotation: - NotNull type: java.util.Collection - resolveBaseTransaction: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.transactions.BaseTransaction - params: - servicesForResolution: - annotation: - - NotNull - type: net.corda.core.node.ServicesForResolution - resolveContractUpgradeTransaction: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.transactions.ContractUpgradeLedgerTransaction - params: - services: - annotation: - - NotNull - type: net.corda.core.node.ServicesForResolution - resolveNotaryChangeTransaction: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.transactions.NotaryChangeLedgerTransaction - params: - services: - annotation: - - NotNull - type: net.corda.core.node.ServiceHub - resolveTransactionWithSignatures: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.transactions.TransactionWithSignatures - params: - services: - annotation: - - NotNull - type: net.corda.core.node.ServicesForResolution - toLedgerTransaction: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.transactions.LedgerTransaction - params: - services: - annotation: - - NotNull - type: net.corda.core.node.ServiceHub - toString: - annotations: - - NotNull - default: false - type: public - returnType: String - verify: - annotations: [] - default: false - type: public final - returnType: void - params: - services: - annotation: - - NotNull - type: net.corda.core.node.ServiceHub - verifyRequiredSignatures: - annotations: [] - default: true - type: public - returnType: void - verifySignaturesExcept: - annotations: [] - default: true - type: public - returnType: void - params: - allowedToBeMissing: - annotation: - - NotNull - type: java.util.Collection - withAdditionalSignature: + plus(net.corda.core.crypto.TransactionSignature): annotations: - NotNull default: false @@ -43345,7 +53045,167 @@ net.corda.core.transactions.SignedTransaction: annotation: - NotNull type: net.corda.core.crypto.TransactionSignature - withAdditionalSignatures: + resolveBaseTransaction(net.corda.core.node.ServicesForResolution): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.BaseTransaction + params: + servicesForResolution: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + resolveContractUpgradeTransaction(net.corda.core.node.ServicesForResolution): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.ContractUpgradeLedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + resolveNotaryChangeTransaction(net.corda.core.node.ServiceHub): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.NotaryChangeLedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + resolveNotaryChangeTransaction(net.corda.core.node.ServicesForResolution): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.NotaryChangeLedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + resolveTransactionWithSignatures(net.corda.core.node.ServicesForResolution): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionWithSignatures + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + toLedgerTransaction(net.corda.core.node.ServiceHub): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.LedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + toLedgerTransaction(net.corda.core.node.ServiceHub, boolean): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.LedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + checkSufficientSignatures: + annotation: [] + type: boolean + toString(): + annotations: + - NotNull + default: false + type: public + returnType: String + verify(net.corda.core.node.ServiceHub): + annotations: [] + default: false + type: public final + returnType: void + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + verify(net.corda.core.node.ServiceHub, boolean): + annotations: [] + default: false + type: public final + returnType: void + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + checkSufficientSignatures: + annotation: [] + type: boolean + verifyRequiredSignatures(): + annotations: [] + default: true + type: public + returnType: void + verifySignaturesExcept(java.security.PublicKey[]): + annotations: [] + default: true + type: public + returnType: void + params: + allowedToBeMissing: + annotation: + - NotNull + type: "java.security.PublicKey[]" + verifySignaturesExcept(java.util.Collection): + annotations: [] + default: true + type: public + returnType: void + params: + allowedToBeMissing: + annotation: + - NotNull + type: java.util.Collection + withAdditionalSignature(java.security.KeyPair, net.corda.core.crypto.SignatureMetadata): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + keyPair: + annotation: + - NotNull + type: java.security.KeyPair + signatureMetadata: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureMetadata + withAdditionalSignature(net.corda.core.crypto.TransactionSignature): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.SignedTransaction + params: + sig: + annotation: + - NotNull + type: net.corda.core.crypto.TransactionSignature + withAdditionalSignatures(Iterable): annotations: - NotNull default: false @@ -43366,7 +53226,7 @@ net.corda.core.transactions.SignedTransaction$SignaturesMissingException: - net.corda.core.contracts.NamedByHash interface: false methods: - addSuppressed: + addSuppressed(Throwable[]): annotations: [] default: false type: public @@ -43376,37 +53236,37 @@ net.corda.core.transactions.SignedTransaction$SignaturesMissingException: annotation: - NotNull type: "Throwable[]" - getDescriptions: + getDescriptions(): annotations: - NotNull default: false type: public final returnType: java.util.List - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getMissing: + getMissing(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getOriginalExceptionClassName: + getOriginalExceptionClassName(): annotations: - Nullable default: false type: public returnType: String - getOriginalMessage: + getOriginalMessage(): annotations: - Nullable default: false type: public returnType: String - setCause: + setCause(Throwable): annotations: [] default: false type: public @@ -43416,7 +53276,7 @@ net.corda.core.transactions.SignedTransaction$SignaturesMissingException: annotation: - Nullable type: Throwable - setMessage: + setMessage(String): annotations: [] default: false type: public @@ -43426,7 +53286,7 @@ net.corda.core.transactions.SignedTransaction$SignaturesMissingException: annotation: - Nullable type: String - setOriginalExceptionClassName: + setOriginalExceptionClassName(String): annotations: [] default: false type: public @@ -43443,7 +53303,7 @@ net.corda.core.transactions.TransactionBuilder: implements: [] interface: false methods: - addAttachment: + addAttachment(net.corda.core.crypto.SecureHash): annotations: - NotNull default: false @@ -43454,7 +53314,33 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.crypto.SecureHash - addCommand: + addCommand(net.corda.core.contracts.Command): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + arg: + annotation: + - NotNull + type: net.corda.core.contracts.Command + addCommand(net.corda.core.contracts.CommandData, java.security.PublicKey[]): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + data: + annotation: + - NotNull + type: net.corda.core.contracts.CommandData + keys: + annotation: + - NotNull + type: "java.security.PublicKey[]" + addCommand(net.corda.core.contracts.CommandData, java.util.List): annotations: - NotNull default: false @@ -43469,7 +53355,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: java.util.List - addInputState: + addInputState(net.corda.core.contracts.StateAndRef): annotations: - NotNull default: false @@ -43480,7 +53366,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.contracts.StateAndRef - addOutputState: + addOutputState(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -43491,7 +53377,152 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.contracts.ContractState - addReferenceState: + addOutputState(net.corda.core.contracts.ContractState, String): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + contract: + annotation: + - NotNull + type: String + addOutputState(net.corda.core.contracts.ContractState, String, net.corda.core.contracts.AttachmentConstraint): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + contract: + annotation: + - NotNull + type: String + constraint: + annotation: + - NotNull + type: net.corda.core.contracts.AttachmentConstraint + addOutputState(net.corda.core.contracts.ContractState, String, net.corda.core.identity.Party): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + contract: + annotation: + - NotNull + type: String + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + addOutputState(net.corda.core.contracts.ContractState, String, net.corda.core.identity.Party, Integer): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + contract: + annotation: + - NotNull + type: String + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + encumbrance: + annotation: + - Nullable + type: Integer + ? addOutputState(net.corda.core.contracts.ContractState, String, net.corda.core.identity.Party, + Integer, net.corda.core.contracts.AttachmentConstraint) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + contract: + annotation: + - NotNull + type: String + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + encumbrance: + annotation: + - Nullable + type: Integer + constraint: + annotation: + - NotNull + type: net.corda.core.contracts.AttachmentConstraint + addOutputState(net.corda.core.contracts.ContractState, net.corda.core.contracts.AttachmentConstraint): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + constraint: + annotation: + - NotNull + type: net.corda.core.contracts.AttachmentConstraint + addOutputState(net.corda.core.contracts.ContractState, net.corda.core.identity.Party): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + addOutputState(net.corda.core.contracts.TransactionState): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + state: + annotation: + - NotNull + type: net.corda.core.contracts.TransactionState + addReferenceState(net.corda.core.contracts.ReferencedStateAndRef): annotations: - NotNull default: false @@ -43502,103 +53533,103 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.contracts.ReferencedStateAndRef - attachments: + attachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - commands: + commands(): annotations: - NotNull default: false type: public final returnType: java.util.List> - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.TransactionBuilder - getAttachments: + getAttachments(): annotations: - NotNull default: false type: protected final returnType: java.util.List - getCommands: + getCommands(): annotations: - NotNull default: false type: protected final returnType: java.util.List> - getInputs: + getInputs(): annotations: - NotNull default: false type: protected final returnType: java.util.List - getLockId: + getLockId(): annotations: - NotNull default: false type: public final returnType: java.util.UUID - getNotary: + getNotary(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.Party - getOutputs: + getOutputs(): annotations: - NotNull default: false type: protected final returnType: java.util.List> - getPrivacySalt: + getPrivacySalt(): annotations: - NotNull default: false type: protected final returnType: net.corda.core.contracts.PrivacySalt - getReferences: + getReferences(): annotations: - NotNull default: false type: protected final returnType: java.util.List - getServiceHub: + getServiceHub(): annotations: - Nullable default: false type: protected final returnType: net.corda.core.node.ServiceHub - getWindow: + getWindow(): annotations: - Nullable default: false type: protected final returnType: net.corda.core.contracts.TimeWindow - inputStates: + inputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - outputStates: + outputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List> - referenceStates: + referenceStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - setLockId: + setLockId(java.util.UUID): annotations: [] default: false type: public final @@ -43608,7 +53639,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: java.util.UUID - setNotary: + setNotary(net.corda.core.identity.Party): annotations: [] default: false type: public final @@ -43618,7 +53649,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - Nullable type: net.corda.core.identity.Party - setPrivacySalt: + setPrivacySalt(net.corda.core.contracts.PrivacySalt): annotations: - NotNull default: false @@ -43629,7 +53660,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.contracts.PrivacySalt - setTimeWindow: + setTimeWindow(java.time.Instant, java.time.Duration): annotations: - NotNull default: false @@ -43644,7 +53675,18 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: java.time.Duration - setWindow: + setTimeWindow(net.corda.core.contracts.TimeWindow): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + timeWindow: + annotation: + - NotNull + type: net.corda.core.contracts.TimeWindow + setWindow(net.corda.core.contracts.TimeWindow): annotations: [] default: false type: protected final @@ -43654,7 +53696,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - Nullable type: net.corda.core.contracts.TimeWindow - toLedgerTransaction: + toLedgerTransaction(net.corda.core.node.ServiceHub): annotations: - NotNull default: false @@ -43665,8 +53707,9 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.node.ServiceHub - toSignedTransaction: - annotations: + ? toSignedTransaction(net.corda.core.node.services.KeyManagementService, java.security.PublicKey, + net.corda.core.crypto.SignatureMetadata, net.corda.core.node.ServicesForResolution) + : annotations: - NotNull default: false type: public final @@ -43688,7 +53731,32 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.node.ServicesForResolution - toWireTransaction: + toWireTransaction(net.corda.core.node.ServicesForResolution): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.WireTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + toWireTransaction(net.corda.core.node.ServicesForResolution, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.WireTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + schemeId: + annotation: [] + type: int + toWireTransaction(net.corda.core.node.ServicesForResolution, int, java.util.Map): annotations: - NotNull default: false @@ -43706,7 +53774,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: "java.util.Map" - verify: + verify(net.corda.core.node.ServiceHub): annotations: [] default: false type: public final @@ -43716,7 +53784,7 @@ net.corda.core.transactions.TransactionBuilder: annotation: - NotNull type: net.corda.core.node.ServiceHub - withItems: + withItems(Object[]): annotations: - NotNull default: false @@ -43734,18 +53802,18 @@ net.corda.core.transactions.TransactionWithSignatures: - net.corda.core.contracts.NamedByHash interface: true methods: - checkSignaturesAreValid: + checkSignaturesAreValid(): annotations: [] default: true type: public returnType: void - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getKeyDescriptions: + getKeyDescriptions(java.util.Set): annotations: - NotNull default: false @@ -43756,30 +53824,40 @@ net.corda.core.transactions.TransactionWithSignatures: annotation: - NotNull type: java.util.Set - getMissingSigners: + getMissingSigners(): annotations: - NotNull default: true type: public returnType: java.util.Set - getRequiredSigningKeys: + getRequiredSigningKeys(): annotations: - NotNull default: false type: public abstract returnType: java.util.Set - getSigs: + getSigs(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - verifyRequiredSignatures: + verifyRequiredSignatures(): annotations: [] default: true type: public returnType: void - verifySignaturesExcept: + verifySignaturesExcept(java.security.PublicKey[]): + annotations: [] + default: true + type: public + returnType: void + params: + allowedToBeMissing: + annotation: + - NotNull + type: "java.security.PublicKey[]" + verifySignaturesExcept(java.util.Collection): annotations: [] default: true type: public @@ -43797,12 +53875,27 @@ net.corda.core.transactions.TraversableTransaction: implements: [] interface: false methods: - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -43811,7 +53904,22 @@ net.corda.core.transactions.TraversableTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -43820,7 +53928,22 @@ net.corda.core.transactions.TraversableTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -43829,7 +53952,22 @@ net.corda.core.transactions.TraversableTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -43838,67 +53976,67 @@ net.corda.core.transactions.TraversableTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getAvailableComponentGroups: + getAvailableComponentGroups(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getCommands: + getCommands(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getComponentGroups: + getComponentGroups(): annotations: - NotNull default: false type: public returnType: java.util.List - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getId: + getId(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List - getLegacyAttachments: + getLegacyAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -43908,31 +54046,41 @@ net.corda.core.transactions.TraversableTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List - getTimeWindow: + getTimeWindow(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.TimeWindow - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -43943,17 +54091,39 @@ net.corda.core.transactions.TraversableTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toString: + outputsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + toString(): annotations: - NotNull default: false @@ -43967,7 +54137,7 @@ net.corda.core.transactions.WireTransaction: implements: [] interface: false methods: - buildFilteredTransaction: + buildFilteredTransaction(java.util.function.Predicate): annotations: - NotNull default: false @@ -43978,12 +54148,12 @@ net.corda.core.transactions.WireTransaction: annotation: - NotNull type: java.util.function.Predicate - checkBaseInvariants: + checkBaseInvariants(): annotations: [] default: false type: protected returnType: void - checkSignature: + checkSignature(net.corda.core.crypto.TransactionSignature): annotations: [] default: false type: public final @@ -43993,7 +54163,7 @@ net.corda.core.transactions.WireTransaction: annotation: - NotNull type: net.corda.core.crypto.TransactionSignature - equals: + equals(Object): annotations: [] default: false type: public @@ -44003,7 +54173,22 @@ net.corda.core.transactions.WireTransaction: annotation: - Nullable type: Object - filterOutRefs: + filterOutRefs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutRefs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -44012,7 +54197,22 @@ net.corda.core.transactions.WireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - filterOutputs: + filterOutputs(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + filterOutputs(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -44021,7 +54221,22 @@ net.corda.core.transactions.WireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutRef: + findOutRef(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutRef(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -44030,7 +54245,22 @@ net.corda.core.transactions.WireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - findOutput: + findOutput(Class, java.util.function.Predicate): + annotations: + - NotNull + default: false + type: public final + returnType: T + params: + clazz: + annotation: + - NotNull + type: Class + predicate: + annotation: + - NotNull + type: java.util.function.Predicate + findOutput(kotlin.jvm.functions.Function1): annotations: [] default: false type: public final synthetic @@ -44039,73 +54269,73 @@ net.corda.core.transactions.WireTransaction: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getAvailableComponentGroups: + getAvailableComponentGroups(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getCommands: + getCommands(): annotations: - NotNull default: false type: public final returnType: java.util.List> - getComponentGroups: + getComponentGroups(): annotations: - NotNull default: false type: public returnType: java.util.List - getDigestService: + getDigestService(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.DigestService - getId: + getId(): annotations: - NotNull default: false type: public returnType: net.corda.core.crypto.SecureHash - getInputs: + getInputs(): annotations: - NotNull default: false type: public returnType: java.util.List - getLegacyAttachments: + getLegacyAttachments(): annotations: - NotNull default: false type: public final returnType: java.util.List - getMerkleTree: + getMerkleTree(): annotations: - NotNull default: false type: public final returnType: net.corda.core.crypto.MerkleTree - getNetworkParametersHash: + getNetworkParametersHash(): annotations: - Nullable default: false type: public returnType: net.corda.core.crypto.SecureHash - getNotary: + getNotary(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.Party - getOutput: + getOutput(int): annotations: - NotNull default: false @@ -44115,48 +54345,58 @@ net.corda.core.transactions.WireTransaction: index: annotation: [] type: int - getOutputStates: + getOutputStates(): annotations: - NotNull default: false type: public final returnType: java.util.List - getOutputs: + getOutputs(): annotations: - NotNull default: false type: public returnType: java.util.List> - getPrivacySalt: + getPrivacySalt(): annotations: - NotNull default: false type: public final returnType: net.corda.core.contracts.PrivacySalt - getReferences: + getReferences(): annotations: - NotNull default: false type: public returnType: java.util.List - getRequiredSigningKeys: + getRequiredSigningKeys(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getTimeWindow: + getTimeWindow(): annotations: - Nullable default: false type: public final returnType: net.corda.core.contracts.TimeWindow - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outRef: + outRef(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.StateAndRef + params: + index: + annotation: [] + type: int + outRef(net.corda.core.contracts.ContractState): annotations: - NotNull default: false @@ -44167,21 +54407,48 @@ net.corda.core.transactions.WireTransaction: annotation: - NotNull type: net.corda.core.contracts.ContractState - outRefsOfType: + outRefsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List> - outputsOfType: + outRefsOfType(Class): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List> + params: + clazz: + annotation: + - NotNull + type: Class + outputsOfType(): annotations: [] default: false type: public final synthetic returnType: java.util.List - toLedgerTransaction: + outputsOfType(Class): annotations: - NotNull default: false type: public final + returnType: java.util.List + params: + clazz: + annotation: + - NotNull + type: Class + ? toLedgerTransaction(kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1>, + kotlin.jvm.functions.Function1, ? extends net.corda.core.crypto.SecureHash>) + : annotations: + - NotNull + default: false + type: public final returnType: net.corda.core.transactions.LedgerTransaction params: resolveIdentity: @@ -44203,7 +54470,18 @@ net.corda.core.transactions.WireTransaction: - NotNull type: "kotlin.jvm.functions.Function1, ? extends net.corda.core.crypto.SecureHash>" - toString: + toLedgerTransaction(net.corda.core.node.ServicesForResolution): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.LedgerTransaction + params: + services: + annotation: + - NotNull + type: net.corda.core.node.ServicesForResolution + toString(): annotations: - NotNull default: false @@ -44216,7 +54494,7 @@ net.corda.core.utilities.ByteArrays: implements: [] interface: false methods: - parseAsHex: + parseAsHex(String): annotations: - NotNull default: false @@ -44227,7 +54505,7 @@ net.corda.core.utilities.ByteArrays: annotation: - NotNull type: String - sequence: + sequence(byte[], int, int): annotations: - NotNull default: false @@ -44244,7 +54522,7 @@ net.corda.core.utilities.ByteArrays: size: annotation: [] type: int - toHexString: + toHexString(byte[]): annotations: - NotNull default: false @@ -44263,7 +54541,7 @@ net.corda.core.utilities.ByteSequence: - java.lang.Comparable interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -44273,19 +54551,19 @@ net.corda.core.utilities.ByteSequence: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -44295,28 +54573,28 @@ net.corda.core.utilities.ByteSequence: annotation: - Nullable type: Object - getBytes: + getBytes(): annotations: - NotNull default: false type: public abstract returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - of: + of(byte[]): annotations: - NotNull default: false @@ -44327,13 +54605,44 @@ net.corda.core.utilities.ByteSequence: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -44344,7 +54653,7 @@ net.corda.core.utilities.ByteSequence: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -44357,7 +54666,7 @@ net.corda.core.utilities.ByteSequence: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -44370,7 +54679,7 @@ net.corda.core.utilities.ByteSequence: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -44380,13 +54689,13 @@ net.corda.core.utilities.ByteSequence: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -44408,7 +54717,7 @@ net.corda.core.utilities.ByteSequence$Companion: implements: [] interface: false methods: - of: + of(byte[]): annotations: - NotNull default: false @@ -44419,6 +54728,37 @@ net.corda.core.utilities.ByteSequence$Companion: annotation: - NotNull type: "byte[]" + of(byte[], int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int net.corda.core.utilities.EncodingUtils: annotations: [] type: public final class @@ -44426,7 +54766,7 @@ net.corda.core.utilities.EncodingUtils: implements: [] interface: false methods: - base58ToByteArray: + base58ToByteArray(String): annotations: - NotNull default: false @@ -44437,7 +54777,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base58ToRealString: + base58ToRealString(String): annotations: - NotNull default: false @@ -44448,7 +54788,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base58toBase64: + base58toBase64(String): annotations: - NotNull default: false @@ -44459,7 +54799,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base58toHex: + base58toHex(String): annotations: - NotNull default: false @@ -44470,7 +54810,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base64ToByteArray: + base64ToByteArray(String): annotations: - NotNull default: false @@ -44481,7 +54821,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base64ToRealString: + base64ToRealString(String): annotations: - NotNull default: false @@ -44492,7 +54832,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base64toBase58: + base64toBase58(String): annotations: - NotNull default: false @@ -44503,7 +54843,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - base64toHex: + base64toHex(String): annotations: - NotNull default: false @@ -44514,7 +54854,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - hexToBase58: + hexToBase58(String): annotations: - NotNull default: false @@ -44525,7 +54865,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - hexToBase64: + hexToBase64(String): annotations: - NotNull default: false @@ -44536,7 +54876,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - hexToByteArray: + hexToByteArray(String): annotations: - NotNull default: false @@ -44547,7 +54887,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - hexToRealString: + hexToRealString(String): annotations: - NotNull default: false @@ -44558,7 +54898,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - parsePublicKeyBase58: + parsePublicKeyBase58(String): annotations: - NotNull default: false @@ -44569,7 +54909,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: String - toBase58: + toBase58(byte[]): annotations: - NotNull default: false @@ -44580,7 +54920,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: "byte[]" - toBase58String: + toBase58String(java.security.PublicKey): annotations: - NotNull default: false @@ -44591,7 +54931,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: java.security.PublicKey - toBase64: + toBase64(byte[]): annotations: - NotNull default: false @@ -44602,7 +54942,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: "byte[]" - toHex: + toHex(byte[]): annotations: - NotNull default: false @@ -44613,7 +54953,7 @@ net.corda.core.utilities.EncodingUtils: annotation: - NotNull type: "byte[]" - toSHA256Bytes: + toSHA256Bytes(java.security.PublicKey): annotations: - NotNull default: false @@ -44636,7 +54976,7 @@ net.corda.core.utilities.Id: implements: [] interface: false methods: - equals: + equals(Object): annotations: [] default: false type: public final @@ -44646,30 +54986,30 @@ net.corda.core.utilities.Id: annotation: - Nullable type: Object - getEntityType: + getEntityType(): annotations: - Nullable default: false type: public final returnType: String - getTimestamp: + getTimestamp(): annotations: - NotNull default: false type: public final returnType: java.time.Instant - getValue: + getValue(): annotations: - NotNull default: false type: public final returnType: VALUE - hashCode: + hashCode(): annotations: [] default: false type: public final returnType: int - newInstance: + newInstance(V, String, java.time.Instant): annotations: - NotNull default: false @@ -44688,7 +55028,7 @@ net.corda.core.utilities.Id: annotation: - NotNull type: java.time.Instant - toString: + toString(): annotations: - NotNull default: false @@ -44706,7 +55046,7 @@ net.corda.core.utilities.Id$Companion: implements: [] interface: false methods: - newInstance: + newInstance(V, String, java.time.Instant): annotations: - NotNull default: false @@ -44732,7 +55072,7 @@ net.corda.core.utilities.KotlinUtilsKt: implements: [] interface: false methods: - contextLogger: + contextLogger(Object): annotations: - NotNull default: false @@ -44743,7 +55083,7 @@ net.corda.core.utilities.KotlinUtilsKt: annotation: - NotNull type: Object - debug: + debug(org.slf4j.Logger, kotlin.jvm.functions.Function0): annotations: [] default: false type: public static final @@ -44757,13 +55097,25 @@ net.corda.core.utilities.KotlinUtilsKt: annotation: - NotNull type: kotlin.jvm.functions.Function0 - detailedLogger: + detailedLogger(): annotations: - NotNull default: false type: public static final returnType: org.slf4j.Logger - exactAdd: + exactAdd(int, int): + annotations: [] + default: false + type: public static final + returnType: int + params: + $this$exactAdd: + annotation: [] + type: int + b: + annotation: [] + type: int + exactAdd(long, long): annotations: [] default: false type: public static final @@ -44775,7 +55127,7 @@ net.corda.core.utilities.KotlinUtilsKt: b: annotation: [] type: long - getDays: + getDays(int): annotations: - NotNull default: false @@ -44785,7 +55137,7 @@ net.corda.core.utilities.KotlinUtilsKt: $this$days: annotation: [] type: int - getHours: + getHours(int): annotations: - NotNull default: false @@ -44795,7 +55147,7 @@ net.corda.core.utilities.KotlinUtilsKt: $this$hours: annotation: [] type: int - getMillis: + getMillis(int): annotations: - NotNull default: false @@ -44805,7 +55157,7 @@ net.corda.core.utilities.KotlinUtilsKt: $this$millis: annotation: [] type: int - getMinutes: + getMinutes(int): annotations: - NotNull default: false @@ -44815,7 +55167,7 @@ net.corda.core.utilities.KotlinUtilsKt: $this$minutes: annotation: [] type: int - getOrThrow: + getOrThrow(java.util.concurrent.Future, java.time.Duration): annotations: [] default: false type: public static final @@ -44829,7 +55181,7 @@ net.corda.core.utilities.KotlinUtilsKt: annotation: - Nullable type: java.time.Duration - getSeconds: + getSeconds(int): annotations: - NotNull default: false @@ -44839,12 +55191,12 @@ net.corda.core.utilities.KotlinUtilsKt: $this$seconds: annotation: [] type: int - loggerFor: + loggerFor(): annotations: [] default: false type: public static final synthetic returnType: org.slf4j.Logger - toNonEmptySet: + toNonEmptySet(java.util.Collection): annotations: - NotNull default: false @@ -44855,7 +55207,7 @@ net.corda.core.utilities.KotlinUtilsKt: annotation: - NotNull type: java.util.Collection - trace: + trace(org.slf4j.Logger, kotlin.jvm.functions.Function0): annotations: [] default: false type: public static final @@ -44869,7 +55221,7 @@ net.corda.core.utilities.KotlinUtilsKt: annotation: - NotNull type: kotlin.jvm.functions.Function0 - transient: + transient(kotlin.jvm.functions.Function0): annotations: - NotNull default: false @@ -44888,18 +55240,18 @@ net.corda.core.utilities.NetworkHostAndPort: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: [] default: false type: public final returnType: int - copy: + copy(String, int): annotations: - NotNull default: false @@ -44913,7 +55265,7 @@ net.corda.core.utilities.NetworkHostAndPort: port: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -44923,23 +55275,23 @@ net.corda.core.utilities.NetworkHostAndPort: annotation: - Nullable type: Object - getHost: + getHost(): annotations: - NotNull default: false type: public final returnType: String - getPort: + getPort(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - parse: + parse(String): annotations: - NotNull default: false @@ -44950,7 +55302,7 @@ net.corda.core.utilities.NetworkHostAndPort: annotation: - NotNull type: String - toString: + toString(): annotations: - NotNull default: false @@ -44983,7 +55335,7 @@ net.corda.core.utilities.NetworkHostAndPort$Companion: implements: [] interface: false methods: - parse: + parse(String): annotations: - NotNull default: false @@ -45003,7 +55355,7 @@ net.corda.core.utilities.NonEmptySet: - kotlin.jvm.internal.markers.KMappedMarker interface: false methods: - add: + add(T): annotations: [] default: false type: public @@ -45012,7 +55364,7 @@ net.corda.core.utilities.NonEmptySet: element: annotation: [] type: T - addAll: + addAll(java.util.Collection): annotations: [] default: false type: public @@ -45021,12 +55373,12 @@ net.corda.core.utilities.NonEmptySet: elements: annotation: [] type: java.util.Collection - clear: + clear(): annotations: [] default: false type: public returnType: void - contains: + contains(Object): annotations: [] default: false type: public @@ -45035,7 +55387,7 @@ net.corda.core.utilities.NonEmptySet: element: annotation: [] type: Object - containsAll: + containsAll(java.util.Collection): annotations: [] default: false type: public @@ -45045,7 +55397,7 @@ net.corda.core.utilities.NonEmptySet: annotation: - NotNull type: java.util.Collection - copyOf: + copyOf(java.util.Collection): annotations: - NotNull default: false @@ -45056,7 +55408,7 @@ net.corda.core.utilities.NonEmptySet: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -45066,7 +55418,7 @@ net.corda.core.utilities.NonEmptySet: annotation: - Nullable type: Object - forEach: + forEach(java.util.function.Consumer): annotations: [] default: false type: public @@ -45076,33 +55428,43 @@ net.corda.core.utilities.NonEmptySet: annotation: - NotNull type: java.util.function.Consumer - getSize: + getSize(): annotations: [] default: false type: public returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - head: + head(): annotations: [] default: false type: public final returnType: T - isEmpty: + isEmpty(): annotations: [] default: false type: public returnType: boolean - iterator: + iterator(): annotations: - NotNull default: false type: public returnType: java.util.Iterator - of: + of(T): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.NonEmptySet + params: + element: + annotation: [] + type: T + of(T, T, T[]): annotations: - NotNull default: false @@ -45119,13 +55481,13 @@ net.corda.core.utilities.NonEmptySet: annotation: - NotNull type: "T[]" - parallelStream: + parallelStream(): annotations: - NotNull default: false type: public returnType: java.util.stream.Stream - remove: + remove(Object): annotations: [] default: false type: public @@ -45134,7 +55496,7 @@ net.corda.core.utilities.NonEmptySet: element: annotation: [] type: Object - removeAll: + removeAll(java.util.Collection): annotations: [] default: false type: public @@ -45143,7 +55505,7 @@ net.corda.core.utilities.NonEmptySet: elements: annotation: [] type: java.util.Collection - retainAll: + retainAll(java.util.Collection): annotations: [] default: false type: public @@ -45152,24 +55514,33 @@ net.corda.core.utilities.NonEmptySet: elements: annotation: [] type: java.util.Collection - spliterator: + spliterator(): annotations: - NotNull default: false type: public returnType: java.util.Spliterator - stream: + stream(): annotations: - NotNull default: false type: public returnType: java.util.stream.Stream - toArray: + toArray(): annotations: [] default: false type: public returnType: "Object[]" - toString: + toArray(T[]): + annotations: [] + default: false + type: public + returnType: "T[]" + params: + array: + annotation: [] + type: "T[]" + toString(): annotations: - NotNull default: false @@ -45187,7 +55558,7 @@ net.corda.core.utilities.NonEmptySet$Companion: implements: [] interface: false methods: - copyOf: + copyOf(java.util.Collection): annotations: - NotNull default: false @@ -45198,7 +55569,17 @@ net.corda.core.utilities.NonEmptySet$Companion: annotation: - NotNull type: java.util.Collection - of: + of(T): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.utilities.NonEmptySet + params: + element: + annotation: [] + type: T + of(T, T, T[]): annotations: - NotNull default: false @@ -45223,7 +55604,7 @@ net.corda.core.utilities.OpaqueBytes: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -45233,19 +55614,19 @@ net.corda.core.utilities.OpaqueBytes: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -45255,28 +55636,28 @@ net.corda.core.utilities.OpaqueBytes: annotation: - Nullable type: Object - getBytes: + getBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - of: + of(byte[]): annotations: - NotNull default: false @@ -45287,13 +55668,44 @@ net.corda.core.utilities.OpaqueBytes: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -45304,7 +55716,7 @@ net.corda.core.utilities.OpaqueBytes: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -45317,7 +55729,7 @@ net.corda.core.utilities.OpaqueBytes: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -45330,7 +55742,7 @@ net.corda.core.utilities.OpaqueBytes: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -45340,13 +55752,13 @@ net.corda.core.utilities.OpaqueBytes: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -45368,7 +55780,7 @@ net.corda.core.utilities.OpaqueBytes$Companion: implements: [] interface: false methods: - of: + of(byte[]): annotations: - NotNull default: false @@ -45386,7 +55798,7 @@ net.corda.core.utilities.OpaqueBytesSubSequence: implements: [] interface: false methods: - compareTo: + compareTo(net.corda.core.utilities.ByteSequence): annotations: [] default: false type: public @@ -45396,19 +55808,19 @@ net.corda.core.utilities.OpaqueBytesSubSequence: annotation: - NotNull type: net.corda.core.utilities.ByteSequence - copy: + copy(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - copyBytes: + copyBytes(): annotations: - NotNull default: false type: public final returnType: "byte[]" - equals: + equals(Object): annotations: [] default: false type: public @@ -45418,28 +55830,28 @@ net.corda.core.utilities.OpaqueBytesSubSequence: annotation: - Nullable type: Object - getBytes: + getBytes(): annotations: - NotNull default: false type: public returnType: "byte[]" - getOffset: + getOffset(): annotations: [] default: false type: public final returnType: int - getSize: + getSize(): annotations: [] default: false type: public final returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - of: + of(byte[]): annotations: - NotNull default: false @@ -45450,13 +55862,44 @@ net.corda.core.utilities.OpaqueBytesSubSequence: annotation: - NotNull type: "byte[]" - open: + of(byte[], int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + of(byte[], int, int): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.utilities.ByteSequence + params: + bytes: + annotation: + - NotNull + type: "byte[]" + offset: + annotation: [] + type: int + size: + annotation: [] + type: int + open(): annotations: - NotNull default: false type: public final returnType: java.io.ByteArrayInputStream - putTo: + putTo(java.nio.ByteBuffer): annotations: - NotNull default: false @@ -45467,7 +55910,7 @@ net.corda.core.utilities.OpaqueBytesSubSequence: annotation: - NotNull type: java.nio.ByteBuffer - slice: + slice(int, int): annotations: - NotNull default: false @@ -45480,7 +55923,7 @@ net.corda.core.utilities.OpaqueBytesSubSequence: end: annotation: [] type: int - subSequence: + subSequence(int, int): annotations: - NotNull default: false @@ -45493,7 +55936,7 @@ net.corda.core.utilities.OpaqueBytesSubSequence: size: annotation: [] type: int - take: + take(int): annotations: - NotNull default: false @@ -45503,13 +55946,13 @@ net.corda.core.utilities.OpaqueBytesSubSequence: "n": annotation: [] type: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - writeTo: + writeTo(java.io.OutputStream): annotations: [] default: false type: public final @@ -45532,7 +55975,7 @@ net.corda.core.utilities.ProgressTracker: implements: [] interface: false methods: - endWithError: + endWithError(Throwable): annotations: [] default: false type: public final @@ -45542,25 +55985,25 @@ net.corda.core.utilities.ProgressTracker: annotation: - NotNull type: Throwable - getAllSteps: + getAllSteps(): annotations: - NotNull default: false type: public final returnType: "java.util.List>" - getAllStepsLabels: + getAllStepsLabels(): annotations: - NotNull default: false type: public final returnType: "java.util.List>" - getChanges: + getChanges(): annotations: - NotNull default: false type: public final returnType: rx.Observable - getChildProgressTracker: + getChildProgressTracker(net.corda.core.utilities.ProgressTracker$Step): annotations: - Nullable default: false @@ -45571,70 +56014,70 @@ net.corda.core.utilities.ProgressTracker: annotation: - NotNull type: net.corda.core.utilities.ProgressTracker$Step - getCurrentStep: + getCurrentStep(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - getCurrentStepRecursive: + getCurrentStepRecursive(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - getHasEnded: + getHasEnded(): annotations: [] default: false type: public final returnType: boolean - getParent: + getParent(): annotations: - Nullable default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - getStepIndex: + getStepIndex(): annotations: [] default: false type: public final returnType: int - getSteps: + getSteps(): annotations: - NotNull default: false type: public final returnType: "net.corda.core.utilities.ProgressTracker$Step[]" - getStepsTreeChanges: + getStepsTreeChanges(): annotations: - NotNull default: false type: public final returnType: "rx.Observable>>" - getStepsTreeIndex: + getStepsTreeIndex(): annotations: [] default: false type: public final returnType: int - getStepsTreeIndexChanges: + getStepsTreeIndexChanges(): annotations: - NotNull default: false type: public final returnType: rx.Observable - getTopLevelTracker: + getTopLevelTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - nextStep: + nextStep(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - setChildProgressTracker: + setChildProgressTracker(net.corda.core.utilities.ProgressTracker$Step, net.corda.core.utilities.ProgressTracker): annotations: [] default: false type: public final @@ -45648,7 +56091,7 @@ net.corda.core.utilities.ProgressTracker: annotation: - NotNull type: net.corda.core.utilities.ProgressTracker - setCurrentStep: + setCurrentStep(net.corda.core.utilities.ProgressTracker$Step): annotations: [] default: false type: public final @@ -45666,7 +56109,7 @@ net.corda.core.utilities.ProgressTracker$Change: implements: [] interface: false methods: - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false @@ -45680,19 +56123,19 @@ net.corda.core.utilities.ProgressTracker$Change$Position: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - copy: + copy(net.corda.core.utilities.ProgressTracker, net.corda.core.utilities.ProgressTracker$Step): annotations: - NotNull default: false @@ -45707,7 +56150,7 @@ net.corda.core.utilities.ProgressTracker$Change$Position: annotation: - NotNull type: net.corda.core.utilities.ProgressTracker$Step - equals: + equals(Object): annotations: [] default: false type: public @@ -45717,30 +56160,30 @@ net.corda.core.utilities.ProgressTracker$Change$Position: annotation: - Nullable type: Object - getNewStep: + getNewStep(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - getTracker: + getTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -45754,19 +56197,19 @@ net.corda.core.utilities.ProgressTracker$Change$Rendering: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - copy: + copy(net.corda.core.utilities.ProgressTracker, net.corda.core.utilities.ProgressTracker$Step): annotations: - NotNull default: false @@ -45781,7 +56224,7 @@ net.corda.core.utilities.ProgressTracker$Change$Rendering: annotation: - NotNull type: net.corda.core.utilities.ProgressTracker$Step - equals: + equals(Object): annotations: [] default: false type: public @@ -45791,30 +56234,30 @@ net.corda.core.utilities.ProgressTracker$Change$Rendering: annotation: - Nullable type: Object - getOfStep: + getOfStep(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - getTracker: + getTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -45828,19 +56271,19 @@ net.corda.core.utilities.ProgressTracker$Change$Structural: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - copy: + copy(net.corda.core.utilities.ProgressTracker, net.corda.core.utilities.ProgressTracker$Step): annotations: - NotNull default: false @@ -45855,7 +56298,7 @@ net.corda.core.utilities.ProgressTracker$Change$Structural: annotation: - NotNull type: net.corda.core.utilities.ProgressTracker$Step - equals: + equals(Object): annotations: [] default: false type: public @@ -45865,30 +56308,30 @@ net.corda.core.utilities.ProgressTracker$Change$Structural: annotation: - Nullable type: Object - getParent: + getParent(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker$Step - getProgressTracker: + getProgressTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - getTracker: + getTracker(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ProgressTracker - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -45902,13 +56345,13 @@ net.corda.core.utilities.ProgressTracker$DONE: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -45918,25 +56361,25 @@ net.corda.core.utilities.ProgressTracker$DONE: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -45954,13 +56397,13 @@ net.corda.core.utilities.ProgressTracker$STARTING: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -45970,25 +56413,25 @@ net.corda.core.utilities.ProgressTracker$STARTING: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -46006,13 +56449,13 @@ net.corda.core.utilities.ProgressTracker$Step: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -46022,25 +56465,25 @@ net.corda.core.utilities.ProgressTracker$Step: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -46053,13 +56496,13 @@ net.corda.core.utilities.ProgressTracker$UNSTARTED: implements: [] interface: false methods: - childProgressTracker: + childProgressTracker(): annotations: - Nullable default: false type: public returnType: net.corda.core.utilities.ProgressTracker - equals: + equals(Object): annotations: [] default: false type: public @@ -46069,25 +56512,25 @@ net.corda.core.utilities.ProgressTracker$UNSTARTED: annotation: - Nullable type: Object - getChanges: + getChanges(): annotations: - NotNull default: false type: public returnType: rx.Observable - getExtraAuditData: + getExtraAuditData(): annotations: - NotNull default: false type: public returnType: "java.util.Map" - getLabel: + getLabel(): annotations: - NotNull default: false type: public returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public @@ -46103,7 +56546,7 @@ net.corda.core.utilities.PropertyDelegate: extends: [] interface: true methods: - getValue: + getValue(Object, kotlin.reflect.KProperty): annotations: [] default: false type: public abstract @@ -46124,7 +56567,7 @@ net.corda.core.utilities.ThreadDumpUtilsKt: implements: [] interface: false methods: - asString: + asString(management.ThreadInfo, int): annotations: - NotNull default: false @@ -46138,7 +56581,7 @@ net.corda.core.utilities.ThreadDumpUtilsKt: maxFrames: annotation: [] type: int - threadDumpAsString: + threadDumpAsString(): annotations: - NotNull default: false @@ -46152,7 +56595,7 @@ net.corda.core.utilities.Try: implements: [] interface: false methods: - combine: + combine(net.corda.core.utilities.Try, kotlin.jvm.functions.Function2): annotations: - NotNull default: false @@ -46167,7 +56610,7 @@ net.corda.core.utilities.Try: annotation: - NotNull type: "kotlin.jvm.functions.Function2" - doOnFailure: + doOnFailure(java.util.function.Consumer): annotations: - NotNull default: false @@ -46178,7 +56621,7 @@ net.corda.core.utilities.Try: annotation: - NotNull type: java.util.function.Consumer - doOnSuccess: + doOnSuccess(java.util.function.Consumer): annotations: - NotNull default: false @@ -46189,7 +56632,7 @@ net.corda.core.utilities.Try: annotation: - NotNull type: java.util.function.Consumer - flatMap: + flatMap(kotlin.jvm.functions.Function1>): annotations: - NotNull default: false @@ -46201,22 +56644,22 @@ net.corda.core.utilities.Try: - NotNull type: "kotlin.jvm.functions.Function1>" - getOrThrow: + getOrThrow(): annotations: [] default: false type: public abstract returnType: A - isFailure: + isFailure(): annotations: [] default: false type: public abstract returnType: boolean - isSuccess: + isSuccess(): annotations: [] default: false type: public abstract returnType: boolean - map: + map(kotlin.jvm.functions.Function1): annotations: - NotNull default: false @@ -46227,7 +56670,7 @@ net.corda.core.utilities.Try: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - "on": + on(kotlin.jvm.functions.Function0): annotations: - NotNull default: false @@ -46238,7 +56681,7 @@ net.corda.core.utilities.Try: annotation: - NotNull type: kotlin.jvm.functions.Function0 - throwError: + throwError(): annotations: - NotNull default: false @@ -46256,7 +56699,7 @@ net.corda.core.utilities.Try$Companion: implements: [] interface: false methods: - "on": + on(kotlin.jvm.functions.Function0): annotations: - NotNull default: false @@ -46275,7 +56718,7 @@ net.corda.core.utilities.Try$Failure: implements: [] interface: false methods: - combine: + combine(net.corda.core.utilities.Try, kotlin.jvm.functions.Function2): annotations: - NotNull default: false @@ -46290,13 +56733,13 @@ net.corda.core.utilities.Try$Failure: annotation: - NotNull type: "kotlin.jvm.functions.Function2" - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Throwable - copy: + copy(Throwable): annotations: - NotNull default: false @@ -46307,7 +56750,7 @@ net.corda.core.utilities.Try$Failure: annotation: - NotNull type: Throwable - doOnFailure: + doOnFailure(java.util.function.Consumer): annotations: - NotNull default: false @@ -46318,7 +56761,7 @@ net.corda.core.utilities.Try$Failure: annotation: - NotNull type: java.util.function.Consumer - doOnSuccess: + doOnSuccess(java.util.function.Consumer): annotations: - NotNull default: false @@ -46329,7 +56772,7 @@ net.corda.core.utilities.Try$Failure: annotation: - NotNull type: java.util.function.Consumer - equals: + equals(Object): annotations: [] default: false type: public @@ -46339,7 +56782,7 @@ net.corda.core.utilities.Try$Failure: annotation: - Nullable type: Object - flatMap: + flatMap(kotlin.jvm.functions.Function1>): annotations: - NotNull default: false @@ -46351,33 +56794,33 @@ net.corda.core.utilities.Try$Failure: - NotNull type: "kotlin.jvm.functions.Function1>" - getException: + getException(): annotations: - NotNull default: false type: public final returnType: Throwable - getOrThrow: + getOrThrow(): annotations: [] default: false type: public returnType: A - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isFailure: + isFailure(): annotations: [] default: false type: public returnType: boolean - isSuccess: + isSuccess(): annotations: [] default: false type: public returnType: boolean - map: + map(kotlin.jvm.functions.Function1): annotations: - NotNull default: false @@ -46388,7 +56831,7 @@ net.corda.core.utilities.Try$Failure: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - "on": + on(kotlin.jvm.functions.Function0): annotations: - NotNull default: false @@ -46399,13 +56842,13 @@ net.corda.core.utilities.Try$Failure: annotation: - NotNull type: kotlin.jvm.functions.Function0 - throwError: + throwError(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.Try - toString: + toString(): annotations: - NotNull default: false @@ -46424,7 +56867,7 @@ net.corda.core.utilities.Try$Success: implements: [] interface: false methods: - combine: + combine(net.corda.core.utilities.Try, kotlin.jvm.functions.Function2): annotations: - NotNull default: false @@ -46439,12 +56882,12 @@ net.corda.core.utilities.Try$Success: annotation: - NotNull type: "kotlin.jvm.functions.Function2" - component1: + component1(): annotations: [] default: false type: public final returnType: A - copy: + copy(A): annotations: - NotNull default: false @@ -46454,7 +56897,7 @@ net.corda.core.utilities.Try$Success: value: annotation: [] type: A - doOnFailure: + doOnFailure(java.util.function.Consumer): annotations: - NotNull default: false @@ -46465,7 +56908,7 @@ net.corda.core.utilities.Try$Success: annotation: - NotNull type: java.util.function.Consumer - doOnSuccess: + doOnSuccess(java.util.function.Consumer): annotations: - NotNull default: false @@ -46476,7 +56919,7 @@ net.corda.core.utilities.Try$Success: annotation: - NotNull type: java.util.function.Consumer - equals: + equals(Object): annotations: [] default: false type: public @@ -46486,7 +56929,7 @@ net.corda.core.utilities.Try$Success: annotation: - Nullable type: Object - flatMap: + flatMap(kotlin.jvm.functions.Function1>): annotations: - NotNull default: false @@ -46498,32 +56941,32 @@ net.corda.core.utilities.Try$Success: - NotNull type: "kotlin.jvm.functions.Function1>" - getOrThrow: + getOrThrow(): annotations: [] default: false type: public returnType: A - getValue: + getValue(): annotations: [] default: false type: public final returnType: A - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isFailure: + isFailure(): annotations: [] default: false type: public returnType: boolean - isSuccess: + isSuccess(): annotations: [] default: false type: public returnType: boolean - map: + map(kotlin.jvm.functions.Function1): annotations: - NotNull default: false @@ -46534,7 +56977,7 @@ net.corda.core.utilities.Try$Success: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - "on": + on(kotlin.jvm.functions.Function0): annotations: - NotNull default: false @@ -46545,13 +56988,13 @@ net.corda.core.utilities.Try$Success: annotation: - NotNull type: kotlin.jvm.functions.Function0 - throwError: + throwError(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.Try - toString: + toString(): annotations: - NotNull default: false @@ -46569,12 +57012,12 @@ net.corda.core.utilities.UntrustworthyData: implements: [] interface: false methods: - getFromUntrustedWorld: + getFromUntrustedWorld(): annotations: [] default: false type: public final returnType: T - unwrap: + unwrap(net.corda.core.utilities.UntrustworthyData$Validator): annotations: - Suspendable default: false @@ -46593,7 +57036,7 @@ net.corda.core.utilities.UntrustworthyData$Validator: - java.io.Serializable interface: true methods: - validate: + validate(T): annotations: - Suspendable default: false @@ -46610,7 +57053,7 @@ net.corda.core.utilities.UntrustworthyDataKt: implements: [] interface: false methods: - unwrap: + unwrap(net.corda.core.utilities.UntrustworthyData, kotlin.jvm.functions.Function1): annotations: [] default: false type: public static final @@ -46643,7 +57086,7 @@ net.corda.core.utilities.UuidGenerator$Companion: implements: [] interface: false methods: - next: + next(): annotations: - NotNull default: false @@ -46656,7 +57099,7 @@ net.corda.core.utilities.VariablePropertyDelegate: - net.corda.core.utilities.PropertyDelegate interface: true methods: - getValue: + getValue(Object, kotlin.reflect.KProperty): annotations: [] default: false type: public abstract @@ -46670,7 +57113,7 @@ net.corda.core.utilities.VariablePropertyDelegate: annotation: - NotNull type: kotlin.reflect.KProperty - setValue: + setValue(Object, kotlin.reflect.KProperty, T): annotations: [] default: false type: public abstract diff --git a/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml b/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml index 0c0decc70d..38ac6f6fb3 100644 --- a/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml +++ b/testing/core-test-utils/scans/corda-core-test-utils-4.12.yaml @@ -8,13 +8,13 @@ net.corda.testing.contracts.DummyContract: - net.corda.core.contracts.Contract interface: false methods: - component1: + component1(): annotations: - Nullable default: false type: public final returnType: Object - copy: + copy(Object): annotations: - NotNull default: false @@ -25,7 +25,7 @@ net.corda.testing.contracts.DummyContract: annotation: - Nullable type: Object - equals: + equals(Object): annotations: [] default: false type: public @@ -35,8 +35,9 @@ net.corda.testing.contracts.DummyContract: annotation: - Nullable type: Object - generateInitial: - annotations: + ? generateInitial(int, net.corda.core.identity.Party, net.corda.core.contracts.PartyAndReference, + net.corda.core.contracts.PartyAndReference[]) + : annotations: - NotNull default: false type: public static final @@ -57,25 +58,26 @@ net.corda.testing.contracts.DummyContract: annotation: - NotNull type: "net.corda.core.contracts.PartyAndReference[]" - getBlank: + getBlank(): annotations: - Nullable default: false type: public final returnType: Object - getPROGRAM_ID: + getPROGRAM_ID(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - move: - annotations: + ? move(java.util.List>, + net.corda.core.identity.AbstractParty) + : annotations: - NotNull default: false type: public static final @@ -89,13 +91,29 @@ net.corda.testing.contracts.DummyContract: annotation: - NotNull type: net.corda.core.identity.AbstractParty - toString: + ? move(net.corda.core.contracts.StateAndRef, + net.corda.core.identity.AbstractParty) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.transactions.TransactionBuilder + params: + prior: + annotation: + - NotNull + type: net.corda.core.contracts.StateAndRef + newOwner: + annotation: + - NotNull + type: net.corda.core.identity.AbstractParty + toString(): annotations: - NotNull default: false type: public returnType: String - verify: + verify(net.corda.core.transactions.LedgerTransaction): annotations: [] default: false type: public @@ -145,8 +163,9 @@ net.corda.testing.contracts.DummyContract$Companion: implements: [] interface: false methods: - generateInitial: - annotations: + ? generateInitial(int, net.corda.core.identity.Party, net.corda.core.contracts.PartyAndReference, + net.corda.core.contracts.PartyAndReference[]) + : annotations: - NotNull default: false type: public final @@ -167,8 +186,9 @@ net.corda.testing.contracts.DummyContract$Companion: annotation: - NotNull type: "net.corda.core.contracts.PartyAndReference[]" - move: - annotations: + ? move(java.util.List>, + net.corda.core.identity.AbstractParty) + : annotations: - NotNull default: false type: public final @@ -182,6 +202,22 @@ net.corda.testing.contracts.DummyContract$Companion: annotation: - NotNull type: net.corda.core.identity.AbstractParty + ? move(net.corda.core.contracts.StateAndRef, + net.corda.core.identity.AbstractParty) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + prior: + annotation: + - NotNull + type: net.corda.core.contracts.StateAndRef + newOwner: + annotation: + - NotNull + type: net.corda.core.identity.AbstractParty net.corda.testing.contracts.DummyContract$MultiOwnerState: annotations: [] type: public static final class @@ -190,18 +226,18 @@ net.corda.testing.contracts.DummyContract$MultiOwnerState: - net.corda.testing.contracts.DummyContract$State interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(int, java.util.List): annotations: - NotNull default: false @@ -215,7 +251,7 @@ net.corda.testing.contracts.DummyContract$MultiOwnerState: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -225,29 +261,29 @@ net.corda.testing.contracts.DummyContract$MultiOwnerState: annotation: - Nullable type: Object - getMagicNumber: + getMagicNumber(): annotations: [] default: false type: public returnType: int - getOwners: + getOwners(): annotations: - NotNull default: false type: public final returnType: java.util.List - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -262,18 +298,18 @@ net.corda.testing.contracts.DummyContract$SingleOwnerState: - net.corda.testing.contracts.DummyContract$State interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.AbstractParty - copy: + copy(int, net.corda.core.identity.AbstractParty): annotations: - NotNull default: false @@ -287,7 +323,7 @@ net.corda.testing.contracts.DummyContract$SingleOwnerState: annotation: - NotNull type: net.corda.core.identity.AbstractParty - equals: + equals(Object): annotations: [] default: false type: public @@ -297,35 +333,35 @@ net.corda.testing.contracts.DummyContract$SingleOwnerState: annotation: - Nullable type: Object - getMagicNumber: + getMagicNumber(): annotations: [] default: false type: public returnType: int - getOwner: + getOwner(): annotations: - NotNull default: false type: public returnType: net.corda.core.identity.AbstractParty - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - withNewOwner: + withNewOwner(net.corda.core.identity.AbstractParty): annotations: - NotNull default: false @@ -343,7 +379,7 @@ net.corda.testing.contracts.DummyContract$State: - net.corda.core.contracts.ContractState interface: true methods: - getMagicNumber: + getMagicNumber(): annotations: [] default: false type: public abstract @@ -356,20 +392,21 @@ net.corda.testing.contracts.DummyContractV2: - net.corda.core.contracts.UpgradedContractWithLegacyConstraint interface: false methods: - getLegacyContract: + getLegacyContract(): annotations: - NotNull default: false type: public returnType: String - getLegacyContractConstraint: + getLegacyContractConstraint(): annotations: - NotNull default: false type: public returnType: net.corda.core.contracts.AttachmentConstraint - move: - annotations: + ? move(java.util.List>, + net.corda.core.identity.AbstractParty) + : annotations: - NotNull default: false type: public static final @@ -383,7 +420,23 @@ net.corda.testing.contracts.DummyContractV2: annotation: - NotNull type: net.corda.core.identity.AbstractParty - upgrade: + ? move(net.corda.core.contracts.StateAndRef, + net.corda.core.identity.AbstractParty) + : annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.transactions.TransactionBuilder + params: + prior: + annotation: + - NotNull + type: net.corda.core.contracts.StateAndRef + newOwner: + annotation: + - NotNull + type: net.corda.core.identity.AbstractParty + upgrade(net.corda.testing.contracts.DummyContract$State): annotations: - NotNull default: false @@ -394,7 +447,7 @@ net.corda.testing.contracts.DummyContractV2: annotation: - NotNull type: net.corda.testing.contracts.DummyContract$State - verify: + verify(net.corda.core.transactions.LedgerTransaction): annotations: [] default: false type: public @@ -444,8 +497,9 @@ net.corda.testing.contracts.DummyContractV2$Companion: implements: [] interface: false methods: - move: - annotations: + ? move(java.util.List>, + net.corda.core.identity.AbstractParty) + : annotations: - NotNull default: false type: public final @@ -459,6 +513,22 @@ net.corda.testing.contracts.DummyContractV2$Companion: annotation: - NotNull type: net.corda.core.identity.AbstractParty + ? move(net.corda.core.contracts.StateAndRef, + net.corda.core.identity.AbstractParty) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.TransactionBuilder + params: + prior: + annotation: + - NotNull + type: net.corda.core.contracts.StateAndRef + newOwner: + annotation: + - NotNull + type: net.corda.core.identity.AbstractParty net.corda.testing.contracts.DummyContractV2$State: annotations: [] type: public static final class @@ -467,18 +537,18 @@ net.corda.testing.contracts.DummyContractV2$State: - net.corda.core.contracts.ContractState interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(int, java.util.List): annotations: - NotNull default: false @@ -492,7 +562,7 @@ net.corda.testing.contracts.DummyContractV2$State: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -502,35 +572,35 @@ net.corda.testing.contracts.DummyContractV2$State: annotation: - Nullable type: Object - getMagicNumber: + getMagicNumber(): annotations: [] default: false type: public final returnType: int - getOwners: + getOwners(): annotations: - NotNull default: false type: public final returnType: java.util.List - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - withNewOwner: + withNewOwner(net.corda.core.identity.AbstractParty): annotations: - NotNull default: false @@ -550,19 +620,19 @@ net.corda.testing.contracts.DummyContractV3: - net.corda.core.contracts.UpgradedContractWithLegacyConstraint interface: false methods: - getLegacyContract: + getLegacyContract(): annotations: - NotNull default: false type: public returnType: String - getLegacyContractConstraint: + getLegacyContractConstraint(): annotations: - NotNull default: false type: public returnType: net.corda.core.contracts.AttachmentConstraint - upgrade: + upgrade(net.corda.testing.contracts.DummyContractV2$State): annotations: - NotNull default: false @@ -573,7 +643,7 @@ net.corda.testing.contracts.DummyContractV3: annotation: - NotNull type: net.corda.testing.contracts.DummyContractV2$State - verify: + verify(net.corda.core.transactions.LedgerTransaction): annotations: [] default: false type: public @@ -631,18 +701,18 @@ net.corda.testing.contracts.DummyContractV3$State: - net.corda.core.contracts.ContractState interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(int, java.util.List): annotations: - NotNull default: false @@ -656,7 +726,7 @@ net.corda.testing.contracts.DummyContractV3$State: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -666,29 +736,29 @@ net.corda.testing.contracts.DummyContractV3$State: annotation: - Nullable type: Object - getMagicNumber: + getMagicNumber(): annotations: [] default: false type: public final returnType: int - getOwners: + getOwners(): annotations: - NotNull default: false type: public final returnType: java.util.List - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -703,18 +773,28 @@ net.corda.testing.contracts.DummyState: - net.corda.core.contracts.ContractState interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: + copy(int): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.contracts.DummyState + params: + magicNumber: + annotation: [] + type: int + copy(int, java.util.List): annotations: - NotNull default: false @@ -728,7 +808,7 @@ net.corda.testing.contracts.DummyState: annotation: - NotNull type: java.util.List - equals: + equals(Object): annotations: [] default: false type: public @@ -738,23 +818,23 @@ net.corda.testing.contracts.DummyState: annotation: - Nullable type: Object - getMagicNumber: + getMagicNumber(): annotations: [] default: false type: public final returnType: int - getParticipants: + getParticipants(): annotations: - NotNull default: false type: public returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -779,25 +859,25 @@ net.corda.testing.core.Expect: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: Class - component2: + component2(): annotations: - NotNull default: false type: public final returnType: "kotlin.jvm.functions.Function1" - component3: + component3(): annotations: - NotNull default: false type: public final returnType: "kotlin.jvm.functions.Function1" - copy: + copy(Class, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1): annotations: - NotNull default: false @@ -816,7 +896,7 @@ net.corda.testing.core.Expect: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - equals: + equals(Object): annotations: [] default: false type: public @@ -826,30 +906,30 @@ net.corda.testing.core.Expect: annotation: - Nullable type: Object - getClazz: + getClazz(): annotations: - NotNull default: false type: public final returnType: Class - getExpectClosure: + getExpectClosure(): annotations: - NotNull default: false type: public final returnType: "kotlin.jvm.functions.Function1" - getMatch: + getMatch(): annotations: - NotNull default: false type: public final returnType: "kotlin.jvm.functions.Function1" - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -869,7 +949,7 @@ net.corda.testing.core.ExpectCompose$Parallel: implements: [] interface: false methods: - getParallel: + getParallel(): annotations: - NotNull default: false @@ -882,7 +962,7 @@ net.corda.testing.core.ExpectCompose$Sequential: implements: [] interface: false methods: - getSequence: + getSequence(): annotations: - NotNull default: false @@ -895,7 +975,7 @@ net.corda.testing.core.ExpectCompose$Single: implements: [] interface: false methods: - getExpect: + getExpect(): annotations: - NotNull default: false @@ -908,7 +988,7 @@ net.corda.testing.core.ExpectComposeState$Companion: implements: [] interface: false methods: - fromExpectCompose: + fromExpectCompose(net.corda.testing.core.ExpectCompose): annotations: - NotNull default: false @@ -926,13 +1006,13 @@ net.corda.testing.core.ExpectComposeState$Finished: implements: [] interface: false methods: - getExpectedEvents: + getExpectedEvents(): annotations: - NotNull default: false type: public returnType: java.util.List> - nextState: + nextState(E): annotations: - Nullable default: false @@ -950,25 +1030,25 @@ net.corda.testing.core.ExpectComposeState$Parallel: implements: [] interface: false methods: - getExpectedEvents: + getExpectedEvents(): annotations: - NotNull default: false type: public returnType: java.util.List> - getParallel: + getParallel(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.core.ExpectCompose$Parallel - getStates: + getStates(): annotations: - NotNull default: false type: public final returnType: java.util.List> - nextState: + nextState(E): annotations: - Nullable default: false @@ -986,30 +1066,30 @@ net.corda.testing.core.ExpectComposeState$Sequential: implements: [] interface: false methods: - getExpectedEvents: + getExpectedEvents(): annotations: - NotNull default: false type: public returnType: java.util.List> - getIndex: + getIndex(): annotations: [] default: false type: public final returnType: int - getSequential: + getSequential(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.core.ExpectCompose$Sequential - getState: + getState(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.core.ExpectComposeState - nextState: + nextState(E): annotations: - Nullable default: false @@ -1027,19 +1107,19 @@ net.corda.testing.core.ExpectComposeState$Single: implements: [] interface: false methods: - getExpectedEvents: + getExpectedEvents(): annotations: - NotNull default: false type: public returnType: java.util.List> - getSingle: + getSingle(): annotations: - NotNull default: false type: public final returnType: "net.corda.testing.core.ExpectCompose$Single" - nextState: + nextState(E): annotations: - Nullable default: false @@ -1057,7 +1137,26 @@ net.corda.testing.core.ExpectKt: implements: [] interface: false methods: - expect: + expect(Class, kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.testing.core.ExpectCompose + params: + klass: + annotation: + - NotNull + type: Class + match: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" + expectClosure: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" + expect(E, kotlin.jvm.functions.Function1): annotations: [] default: false type: public static final synthetic @@ -1066,8 +1165,18 @@ net.corda.testing.core.ExpectKt: "null": annotation: [] type: "kotlin.jvm.functions.Function1" - expectEvents: + expect(kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1): annotations: [] + default: false + type: public static final synthetic + returnType: net.corda.testing.core.ExpectCompose + params: + "null": + annotation: [] + type: "kotlin.jvm.functions.Function1" + ? expectEvents(Iterable, boolean, kotlin.jvm.functions.Function0>) + : annotations: [] default: false type: public static final returnType: void @@ -1084,8 +1193,30 @@ net.corda.testing.core.ExpectKt: - NotNull type: kotlin.jvm.functions.Function0> - genericExpectEvents: - annotations: [] + ? expectEvents(rx.Observable, boolean, kotlin.jvm.functions.Function0>) + : annotations: [] + default: false + type: public static final + returnType: void + params: + $this$expectEvents: + annotation: + - NotNull + type: rx.Observable + isStrict: + annotation: [] + type: boolean + expectCompose: + annotation: + - NotNull + type: kotlin.jvm.functions.Function0> + ? genericExpectEvents(S, boolean, kotlin.jvm.functions.Function2, kotlin.Unit>, + kotlin.jvm.functions.Function0>) + : annotations: [] default: false type: public static final returnType: void @@ -1106,7 +1237,7 @@ net.corda.testing.core.ExpectKt: - NotNull type: kotlin.jvm.functions.Function0> - parallel: + parallel(java.util.List>): annotations: - NotNull default: false @@ -1118,7 +1249,18 @@ net.corda.testing.core.ExpectKt: - NotNull type: java.util.List> - replicate: + parallel(net.corda.testing.core.ExpectCompose[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.testing.core.ExpectCompose + params: + expectations: + annotation: + - NotNull + type: "net.corda.testing.core.ExpectCompose[]" + replicate(int, kotlin.jvm.functions.Function1>): annotations: - NotNull default: false @@ -1133,7 +1275,7 @@ net.corda.testing.core.ExpectKt: - NotNull type: "kotlin.jvm.functions.Function1>" - sequence: + sequence(java.util.List>): annotations: - NotNull default: false @@ -1145,6 +1287,17 @@ net.corda.testing.core.ExpectKt: - NotNull type: java.util.List> + sequence(net.corda.testing.core.ExpectCompose[]): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.testing.core.ExpectCompose + params: + expectations: + annotation: + - NotNull + type: "net.corda.testing.core.ExpectCompose[]" net.corda.testing.core.SerializationEnvironmentRule: annotations: [] type: public final class @@ -1153,7 +1306,7 @@ net.corda.testing.core.SerializationEnvironmentRule: - org.junit.rules.TestRule interface: false methods: - apply: + apply(org.junit.runners.model.Statement, org.junit.runner.Description): annotations: - NotNull default: false @@ -1168,7 +1321,7 @@ net.corda.testing.core.SerializationEnvironmentRule: annotation: - NotNull type: org.junit.runner.Description - getSerializationFactory: + getSerializationFactory(): annotations: - NotNull default: false @@ -1193,7 +1346,7 @@ net.corda.testing.core.TestConstants: implements: [] interface: false methods: - dummyCommand: + dummyCommand(java.security.PublicKey[]): annotations: - NotNull default: false @@ -1252,7 +1405,7 @@ net.corda.testing.core.TestIdentity: implements: [] interface: false methods: - fresh: + fresh(String): annotations: - NotNull default: false @@ -1263,37 +1416,52 @@ net.corda.testing.core.TestIdentity: annotation: - NotNull type: String - getIdentity: + fresh(String, net.corda.core.crypto.SignatureScheme): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.testing.core.TestIdentity + params: + organisation: + annotation: + - NotNull + type: String + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme + getIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.PartyAndCertificate - getKeyPair: + getKeyPair(): annotations: - NotNull default: false type: public final returnType: java.security.KeyPair - getName: + getName(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getParty: + getParty(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getPublicKey: + getPublicKey(): annotations: - NotNull default: false type: public final returnType: java.security.PublicKey - ref: + ref(byte[]): annotations: - NotNull default: false @@ -1316,7 +1484,7 @@ net.corda.testing.core.TestIdentity$Companion: implements: [] interface: false methods: - fresh: + fresh(String): annotations: - NotNull default: false @@ -1327,6 +1495,21 @@ net.corda.testing.core.TestIdentity$Companion: annotation: - NotNull type: String + fresh(String, net.corda.core.crypto.SignatureScheme): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.core.TestIdentity + params: + organisation: + annotation: + - NotNull + type: String + signatureScheme: + annotation: + - NotNull + type: net.corda.core.crypto.SignatureScheme net.corda.testing.core.TestUtils: annotations: [] type: public final class @@ -1334,8 +1517,10 @@ net.corda.testing.core.TestUtils: implements: [] interface: false methods: - createCRL: - annotations: + ? createCRL(net.corda.nodeapi.internal.crypto.CertificateAndKeyPair, java.util.List, java.net.URI, java.time.Instant, + java.time.Instant, boolean, java.time.Instant, int, String) + : annotations: - NotNull default: false type: public static final @@ -1375,8 +1560,9 @@ net.corda.testing.core.TestUtils: annotation: - NotNull type: String - executeTest: - annotations: [] + ? executeTest(java.time.Duration, kotlin.jvm.functions.Function0, + java.time.Duration, kotlin.jvm.functions.Function0) + : annotations: [] default: false type: public static final returnType: T @@ -1397,24 +1583,24 @@ net.corda.testing.core.TestUtils: annotation: - NotNull type: kotlin.jvm.functions.Function0 - freeLocalHostAndPort: + freeLocalHostAndPort(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.utilities.NetworkHostAndPort - freePort: + freePort(): annotations: [] default: false type: public static final returnType: int - generateStateRef: + generateStateRef(): annotations: - NotNull default: false type: public static final returnType: net.corda.core.contracts.StateRef - getFreeLocalPorts: + getFreeLocalPorts(String, int): annotations: - NotNull default: false @@ -1428,7 +1614,7 @@ net.corda.testing.core.TestUtils: numberToAlloc: annotation: [] type: int - getTestPartyAndCertificate: + getTestPartyAndCertificate(net.corda.core.identity.CordaX500Name, java.security.PublicKey): annotations: - NotNull default: false @@ -1443,7 +1629,18 @@ net.corda.testing.core.TestUtils: annotation: - NotNull type: java.security.PublicKey - makeUnique: + getTestPartyAndCertificate(net.corda.core.identity.Party): + annotations: + - NotNull + default: false + type: public static final + returnType: net.corda.core.identity.PartyAndCertificate + params: + party: + annotation: + - NotNull + type: net.corda.core.identity.Party + makeUnique(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -1454,7 +1651,7 @@ net.corda.testing.core.TestUtils: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - singleIdentity: + singleIdentity(net.corda.core.node.NodeInfo): annotations: - NotNull default: false @@ -1465,7 +1662,7 @@ net.corda.testing.core.TestUtils: annotation: - NotNull type: net.corda.core.node.NodeInfo - singleIdentityAndCert: + singleIdentityAndCert(net.corda.core.node.NodeInfo): annotations: - NotNull default: false diff --git a/testing/node-driver/scans/corda-node-driver-4.12.yaml b/testing/node-driver/scans/corda-node-driver-4.12.yaml index 8de333458c..bd793b50cf 100644 --- a/testing/node-driver/scans/corda-node-driver-4.12.yaml +++ b/testing/node-driver/scans/corda-node-driver-4.12.yaml @@ -7,8 +7,9 @@ net.corda.testing.driver.Driver: implements: [] interface: false methods: - driver: - annotations: [] + ? driver(net.corda.testing.driver.DriverParameters, kotlin.jvm.functions.Function1) + : annotations: [] default: false type: public static final returnType: A @@ -22,7 +23,7 @@ net.corda.testing.driver.Driver: - NotNull type: "kotlin.jvm.functions.Function1" - logFile: + logFile(net.corda.testing.driver.NodeHandle): annotations: - NotNull default: false @@ -39,7 +40,7 @@ net.corda.testing.driver.DriverDSL: extends: [] interface: true methods: - baseDirectory: + baseDirectory(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -50,41 +51,60 @@ net.corda.testing.driver.DriverDSL: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - getDefaultNotaryHandle: + getDefaultNotaryHandle(): annotations: - NotNull default: true type: public returnType: net.corda.testing.driver.NotaryHandle - getDefaultNotaryIdentity: + getDefaultNotaryIdentity(): annotations: - NotNull default: true type: public returnType: net.corda.core.identity.Party - getDefaultNotaryNode: + getDefaultNotaryNode(): annotations: - NotNull default: true type: public returnType: net.corda.core.concurrent.CordaFuture - getNotaryHandles: + getNotaryHandles(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - nextPort: + nextPort(): annotations: [] default: true type: public returnType: int - startNode: + startNode(): annotations: - NotNull default: true type: public returnType: net.corda.core.concurrent.CordaFuture + startNode(net.corda.testing.driver.NodeParameters): + annotations: + - NotNull + default: false + type: public abstract + returnType: net.corda.core.concurrent.CordaFuture + params: + parameters: + annotation: + - NotNull + type: net.corda.testing.driver.NodeParameters + ? startNode(net.corda.testing.driver.NodeParameters, net.corda.core.identity.CordaX500Name, + java.util.List, net.corda.testing.driver.VerifierType, + java.util.Map, Boolean, String) + : annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.concurrent.CordaFuture params: defaultParameters: annotation: @@ -114,7 +134,59 @@ net.corda.testing.driver.DriverDSL: annotation: - NotNull type: String - startWebserver: + ? startNode(net.corda.testing.driver.NodeParameters, net.corda.core.identity.CordaX500Name, + java.util.List, net.corda.testing.driver.VerifierType, + java.util.Map, Boolean, String, String) + : annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.concurrent.CordaFuture + params: + defaultParameters: + annotation: + - NotNull + type: net.corda.testing.driver.NodeParameters + providedName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + customOverrides: + annotation: + - NotNull + type: "java.util.Map" + startInSameProcess: + annotation: + - Nullable + type: Boolean + maximumHeapSize: + annotation: + - NotNull + type: String + logLevelOverride: + annotation: + - Nullable + type: String + startWebserver(net.corda.testing.driver.NodeHandle): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.core.concurrent.CordaFuture + params: + handle: + annotation: + - NotNull + type: net.corda.testing.driver.NodeHandle + startWebserver(net.corda.testing.driver.NodeHandle, String): annotations: - NotNull default: false @@ -136,115 +208,386 @@ net.corda.testing.driver.DriverParameters: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: boolean - component10: + component10(): annotations: - NotNull default: false type: public final returnType: java.util.List - component11: + component11(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.JmxPolicy - component12: + component12(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - component13: + component13(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component14: + component14(): annotations: [] default: false type: public final returnType: boolean - component15: + component15(): annotations: - Nullable default: false type: public final returnType: java.util.Collection - component16: + component16(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component17: + component17(): annotations: [] default: false type: public final returnType: boolean - component18: + component18(): annotations: [] default: false type: public final returnType: boolean - component19: + component19(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.nio.file.Path - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.PortAllocation - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.PortAllocation - component5: + component5(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component6: + component6(): annotations: [] default: false type: public final returnType: boolean - component7: + component7(): annotations: [] default: false type: public final returnType: boolean - component8: + component8(): annotations: [] default: false type: public final returnType: boolean - component9: + component9(): annotations: - NotNull default: false type: public final returnType: java.util.List - copy: - annotations: + ? copy(boolean, java.nio.file.Path, net.corda.testing.driver.PortAllocation, net.corda.testing.driver.PortAllocation, + java.util.Map, boolean, boolean, boolean, java.util.List, + java.util.List, net.corda.testing.driver.JmxPolicy, net.corda.core.node.NetworkParameters) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.DriverParameters + params: + isDebug: + annotation: [] + type: boolean + driverDirectory: + annotation: + - NotNull + type: java.nio.file.Path + portAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + debugPortAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + systemProperties: + annotation: + - NotNull + type: "java.util.Map" + useTestClock: + annotation: [] + type: boolean + startNodesInProcess: + annotation: [] + type: boolean + waitForAllNodesToFinish: + annotation: [] + type: boolean + notarySpecs: + annotation: + - NotNull + type: java.util.List + extraCordappPackagesToScan: + annotation: + - NotNull + type: java.util.List + jmxPolicy: + annotation: + - NotNull + type: net.corda.testing.driver.JmxPolicy + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + ? copy(boolean, java.nio.file.Path, net.corda.testing.driver.PortAllocation, net.corda.testing.driver.PortAllocation, + java.util.Map, boolean, boolean, boolean, java.util.List, + java.util.List, net.corda.testing.driver.JmxPolicy, net.corda.core.node.NetworkParameters, + java.util.Map, boolean, java.util.Collection) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.DriverParameters + params: + isDebug: + annotation: [] + type: boolean + driverDirectory: + annotation: + - NotNull + type: java.nio.file.Path + portAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + debugPortAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + systemProperties: + annotation: + - NotNull + type: "java.util.Map" + useTestClock: + annotation: [] + type: boolean + startNodesInProcess: + annotation: [] + type: boolean + waitForAllNodesToFinish: + annotation: [] + type: boolean + notarySpecs: + annotation: + - NotNull + type: java.util.List + extraCordappPackagesToScan: + annotation: + - NotNull + type: java.util.List + jmxPolicy: + annotation: + - NotNull + type: net.corda.testing.driver.JmxPolicy + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + notaryCustomOverrides: + annotation: + - NotNull + type: "java.util.Map" + inMemoryDB: + annotation: [] + type: boolean + cordappsForAllNodes: + annotation: + - Nullable + type: java.util.Collection + ? copy(boolean, java.nio.file.Path, net.corda.testing.driver.PortAllocation, net.corda.testing.driver.PortAllocation, + java.util.Map, boolean, boolean, boolean, java.util.List, + java.util.List, net.corda.testing.driver.JmxPolicy, net.corda.core.node.NetworkParameters, + java.util.Map, boolean, java.util.Collection, + java.util.Map, boolean) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.DriverParameters + params: + isDebug: + annotation: [] + type: boolean + driverDirectory: + annotation: + - NotNull + type: java.nio.file.Path + portAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + debugPortAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + systemProperties: + annotation: + - NotNull + type: "java.util.Map" + useTestClock: + annotation: [] + type: boolean + startNodesInProcess: + annotation: [] + type: boolean + waitForAllNodesToFinish: + annotation: [] + type: boolean + notarySpecs: + annotation: + - NotNull + type: java.util.List + extraCordappPackagesToScan: + annotation: + - NotNull + type: java.util.List + jmxPolicy: + annotation: + - NotNull + type: net.corda.testing.driver.JmxPolicy + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + notaryCustomOverrides: + annotation: + - NotNull + type: "java.util.Map" + inMemoryDB: + annotation: [] + type: boolean + cordappsForAllNodes: + annotation: + - Nullable + type: java.util.Collection + environmentVariables: + annotation: + - NotNull + type: "java.util.Map" + allowHibernateToManageAppSchema: + annotation: [] + type: boolean + ? copy(boolean, java.nio.file.Path, net.corda.testing.driver.PortAllocation, net.corda.testing.driver.PortAllocation, + java.util.Map, boolean, boolean, boolean, java.util.List, + java.util.List, net.corda.testing.driver.JmxPolicy, net.corda.core.node.NetworkParameters, + java.util.Map, boolean, java.util.Collection, + java.util.Map, boolean, boolean) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.DriverParameters + params: + isDebug: + annotation: [] + type: boolean + driverDirectory: + annotation: + - NotNull + type: java.nio.file.Path + portAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + debugPortAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + systemProperties: + annotation: + - NotNull + type: "java.util.Map" + useTestClock: + annotation: [] + type: boolean + startNodesInProcess: + annotation: [] + type: boolean + waitForAllNodesToFinish: + annotation: [] + type: boolean + notarySpecs: + annotation: + - NotNull + type: java.util.List + extraCordappPackagesToScan: + annotation: + - NotNull + type: java.util.List + jmxPolicy: + annotation: + - NotNull + type: net.corda.testing.driver.JmxPolicy + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + notaryCustomOverrides: + annotation: + - NotNull + type: "java.util.Map" + inMemoryDB: + annotation: [] + type: boolean + cordappsForAllNodes: + annotation: + - Nullable + type: java.util.Collection + environmentVariables: + annotation: + - NotNull + type: "java.util.Map" + allowHibernateToManageAppSchema: + annotation: [] + type: boolean + premigrateH2Database: + annotation: [] + type: boolean + ? copy(boolean, java.nio.file.Path, net.corda.testing.driver.PortAllocation, net.corda.testing.driver.PortAllocation, + java.util.Map, boolean, boolean, boolean, java.util.List, + java.util.List, net.corda.testing.driver.JmxPolicy, net.corda.core.node.NetworkParameters, + java.util.Map, boolean, java.util.Collection, + java.util.Map, boolean, boolean, java.time.Duration) + : annotations: - NotNull default: false type: public final @@ -319,7 +662,65 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: java.time.Duration - equals: + ? copy(boolean, java.nio.file.Path, net.corda.testing.driver.PortAllocation, net.corda.testing.driver.PortAllocation, + java.util.Map, boolean, boolean, boolean, java.util.List, + java.util.List, net.corda.testing.driver.JmxPolicy, net.corda.core.node.NetworkParameters, + java.util.Set) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.DriverParameters + params: + isDebug: + annotation: [] + type: boolean + driverDirectory: + annotation: + - NotNull + type: java.nio.file.Path + portAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + debugPortAllocation: + annotation: + - NotNull + type: net.corda.testing.driver.PortAllocation + systemProperties: + annotation: + - NotNull + type: "java.util.Map" + useTestClock: + annotation: [] + type: boolean + startNodesInProcess: + annotation: [] + type: boolean + waitForAllNodesToFinish: + annotation: [] + type: boolean + notarySpecs: + annotation: + - NotNull + type: java.util.List + extraCordappPackagesToScan: + annotation: + - NotNull + type: java.util.List + jmxPolicy: + annotation: + - NotNull + type: net.corda.testing.driver.JmxPolicy + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + cordappsForAllNodes: + annotation: + - Nullable + type: java.util.Set + equals(Object): annotations: [] default: false type: public @@ -329,125 +730,125 @@ net.corda.testing.driver.DriverParameters: annotation: - Nullable type: Object - getAllowHibernateToManageAppSchema: + getAllowHibernateToManageAppSchema(): annotations: [] default: false type: public final returnType: boolean - getCordappsForAllNodes: + getCordappsForAllNodes(): annotations: - Nullable default: false type: public final returnType: java.util.Collection - getDebugPortAllocation: + getDebugPortAllocation(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.PortAllocation - getDriverDirectory: + getDriverDirectory(): annotations: - NotNull default: false type: public final returnType: java.nio.file.Path - getEnvironmentVariables: + getEnvironmentVariables(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getExtraCordappPackagesToScan: + getExtraCordappPackagesToScan(): annotations: - NotNull default: false type: public final returnType: java.util.List - getInMemoryDB: + getInMemoryDB(): annotations: [] default: false type: public final returnType: boolean - getJmxPolicy: + getJmxPolicy(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.JmxPolicy - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - getNotaryCustomOverrides: + getNotaryCustomOverrides(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getNotaryHandleTimeout: + getNotaryHandleTimeout(): annotations: - NotNull default: false type: public final returnType: java.time.Duration - getNotarySpecs: + getNotarySpecs(): annotations: - NotNull default: false type: public final returnType: java.util.List - getPortAllocation: + getPortAllocation(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.PortAllocation - getPremigrateH2Database: + getPremigrateH2Database(): annotations: [] default: false type: public final returnType: boolean - getStartNodesInProcess: + getStartNodesInProcess(): annotations: [] default: false type: public final returnType: boolean - getSystemProperties: + getSystemProperties(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getUseTestClock: + getUseTestClock(): annotations: [] default: false type: public final returnType: boolean - getWaitForAllNodesToFinish: + getWaitForAllNodesToFinish(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - isDebug: + isDebug(): annotations: [] default: false type: public final returnType: boolean - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - withAllowHibernateToManageAppSchema: + withAllowHibernateToManageAppSchema(boolean): annotations: - NotNull default: false @@ -457,7 +858,7 @@ net.corda.testing.driver.DriverParameters: value: annotation: [] type: boolean - withCordappsForAllNodes: + withCordappsForAllNodes(java.util.Collection): annotations: - NotNull default: false @@ -468,7 +869,7 @@ net.corda.testing.driver.DriverParameters: annotation: - Nullable type: java.util.Collection - withDebugPortAllocation: + withDebugPortAllocation(net.corda.testing.driver.PortAllocation): annotations: - NotNull default: false @@ -479,7 +880,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: net.corda.testing.driver.PortAllocation - withDriverDirectory: + withDriverDirectory(java.nio.file.Path): annotations: - NotNull default: false @@ -490,7 +891,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: java.nio.file.Path - withEnvironmentVariables: + withEnvironmentVariables(java.util.Map): annotations: - NotNull default: false @@ -501,7 +902,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: "java.util.Map" - withExtraCordappPackagesToScan: + withExtraCordappPackagesToScan(java.util.List): annotations: - NotNull default: false @@ -512,7 +913,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: java.util.List - withInMemoryDB: + withInMemoryDB(boolean): annotations: - NotNull default: false @@ -522,7 +923,7 @@ net.corda.testing.driver.DriverParameters: inMemoryDB: annotation: [] type: boolean - withIsDebug: + withIsDebug(boolean): annotations: - NotNull default: false @@ -532,7 +933,7 @@ net.corda.testing.driver.DriverParameters: isDebug: annotation: [] type: boolean - withJmxPolicy: + withJmxPolicy(net.corda.testing.driver.JmxPolicy): annotations: - NotNull default: false @@ -543,7 +944,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: net.corda.testing.driver.JmxPolicy - withNetworkParameters: + withNetworkParameters(net.corda.core.node.NetworkParameters): annotations: - NotNull default: false @@ -554,7 +955,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: net.corda.core.node.NetworkParameters - withNotaryCustomOverrides: + withNotaryCustomOverrides(java.util.Map): annotations: - NotNull default: false @@ -565,7 +966,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: "java.util.Map" - withNotaryHandleTimeout: + withNotaryHandleTimeout(java.time.Duration): annotations: - NotNull default: false @@ -576,7 +977,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: java.time.Duration - withNotarySpecs: + withNotarySpecs(java.util.List): annotations: - NotNull default: false @@ -587,7 +988,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: java.util.List - withPortAllocation: + withPortAllocation(net.corda.testing.driver.PortAllocation): annotations: - NotNull default: false @@ -598,7 +999,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: net.corda.testing.driver.PortAllocation - withStartNodesInProcess: + withStartNodesInProcess(boolean): annotations: - NotNull default: false @@ -608,7 +1009,7 @@ net.corda.testing.driver.DriverParameters: startNodesInProcess: annotation: [] type: boolean - withSystemProperties: + withSystemProperties(java.util.Map): annotations: - NotNull default: false @@ -619,7 +1020,7 @@ net.corda.testing.driver.DriverParameters: annotation: - NotNull type: "java.util.Map" - withUseTestClock: + withUseTestClock(boolean): annotations: - NotNull default: false @@ -629,7 +1030,7 @@ net.corda.testing.driver.DriverParameters: useTestClock: annotation: [] type: boolean - withWaitForAllNodesToFinish: + withWaitForAllNodesToFinish(boolean): annotations: - NotNull default: false @@ -646,61 +1047,61 @@ net.corda.testing.driver.InProcess: - net.corda.testing.driver.NodeHandle interface: true methods: - getBaseDirectory: + getBaseDirectory(): annotations: - NotNull default: false type: public abstract returnType: java.nio.file.Path - getJmxAddress: + getJmxAddress(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getNodeInfo: + getNodeInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeInfo - getP2pAddress: + getP2pAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpc: + getRpc(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.messaging.CordaRPCOps - getRpcAddress: + getRpcAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcAdminAddress: + getRpcAdminAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: + getRpcUsers(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - getServices: + getServices(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.ServiceHub - registerInitiatedFlow: + registerInitiatedFlow(Class): annotations: - NotNull default: false @@ -711,7 +1112,7 @@ net.corda.testing.driver.InProcess: annotation: - NotNull type: Class - startFlow: + startFlow(net.corda.core.flows.FlowLogic): annotations: - NotNull default: true @@ -722,7 +1123,7 @@ net.corda.testing.driver.InProcess: annotation: - NotNull type: net.corda.core.flows.FlowLogic - stop: + stop(): annotations: [] default: false type: public abstract @@ -734,18 +1135,18 @@ net.corda.testing.driver.JmxPolicy: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: boolean - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.PortAllocation - copy: + copy(boolean, net.corda.testing.driver.PortAllocation): annotations: - NotNull default: false @@ -759,13 +1160,13 @@ net.corda.testing.driver.JmxPolicy: annotation: - NotNull type: net.corda.testing.driver.PortAllocation - defaultEnabled: + defaultEnabled(): annotations: - NotNull default: false type: public static final returnType: net.corda.testing.driver.JmxPolicy - equals: + equals(Object): annotations: [] default: false type: public @@ -775,23 +1176,23 @@ net.corda.testing.driver.JmxPolicy: annotation: - Nullable type: Object - getJmxHttpServerPortAllocation: + getJmxHttpServerPortAllocation(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.PortAllocation - getStartJmxHttpServer: + getStartJmxHttpServer(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -809,7 +1210,7 @@ net.corda.testing.driver.JmxPolicy$Companion: implements: [] interface: false methods: - defaultEnabled: + defaultEnabled(): annotations: - NotNull default: false @@ -822,55 +1223,55 @@ net.corda.testing.driver.NodeHandle: - java.lang.AutoCloseable interface: true methods: - getBaseDirectory: + getBaseDirectory(): annotations: - NotNull default: false type: public abstract returnType: java.nio.file.Path - getJmxAddress: + getJmxAddress(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getNodeInfo: + getNodeInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeInfo - getP2pAddress: + getP2pAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpc: + getRpc(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.messaging.CordaRPCOps - getRpcAddress: + getRpcAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcAdminAddress: + getRpcAdminAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: + getRpcUsers(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - stop: + stop(): annotations: [] default: false type: public abstract @@ -882,81 +1283,319 @@ net.corda.testing.driver.NodeParameters: implements: [] interface: false methods: - component1: + component1(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.CordaX500Name - component10: + component10(): annotations: - Nullable default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - component11: + component11(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component12: + component12(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - component2: + component2(): annotations: - NotNull default: false type: public final returnType: java.util.List - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.VerifierType - component4: + component4(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - component5: + component5(): annotations: - Nullable default: false type: public final returnType: Boolean - component6: + component6(): annotations: - NotNull default: false type: public final returnType: String - component7: + component7(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - component8: + component8(): annotations: - NotNull default: false type: public final returnType: "java.util.Map>,\ \ Class>>" - component9: + component9(): annotations: - Nullable default: false type: public final returnType: String - copy: - annotations: + ? copy(net.corda.core.identity.CordaX500Name, java.util.List, + net.corda.testing.driver.VerifierType, java.util.Map, Boolean, String) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + providedName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + customOverrides: + annotation: + - NotNull + type: "java.util.Map" + startInSameProcess: + annotation: + - Nullable + type: Boolean + maximumHeapSize: + annotation: + - NotNull + type: String + ? copy(net.corda.core.identity.CordaX500Name, java.util.List, + net.corda.testing.driver.VerifierType, java.util.Map, Boolean, String, + java.util.Collection, java.util.Map>, ? extends Class>>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + providedName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + customOverrides: + annotation: + - NotNull + type: "java.util.Map" + startInSameProcess: + annotation: + - Nullable + type: Boolean + maximumHeapSize: + annotation: + - NotNull + type: String + additionalCordapps: + annotation: + - NotNull + type: java.util.Collection + flowOverrides: + annotation: + - NotNull + type: "java.util.Map>,\ + \ ? extends Class>>" + ? copy(net.corda.core.identity.CordaX500Name, java.util.List, + net.corda.testing.driver.VerifierType, java.util.Map, Boolean, String, + java.util.Collection, java.util.Map>, ? extends Class>>, String) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + providedName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + customOverrides: + annotation: + - NotNull + type: "java.util.Map" + startInSameProcess: + annotation: + - Nullable + type: Boolean + maximumHeapSize: + annotation: + - NotNull + type: String + additionalCordapps: + annotation: + - NotNull + type: java.util.Collection + flowOverrides: + annotation: + - NotNull + type: "java.util.Map>,\ + \ ? extends Class>>" + logLevelOverride: + annotation: + - Nullable + type: String + ? copy(net.corda.core.identity.CordaX500Name, java.util.List, + net.corda.testing.driver.VerifierType, java.util.Map, Boolean, String, + java.util.Collection, java.util.Map>, ? extends Class>>, String, net.corda.core.utilities.NetworkHostAndPort) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + providedName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + customOverrides: + annotation: + - NotNull + type: "java.util.Map" + startInSameProcess: + annotation: + - Nullable + type: Boolean + maximumHeapSize: + annotation: + - NotNull + type: String + additionalCordapps: + annotation: + - NotNull + type: java.util.Collection + flowOverrides: + annotation: + - NotNull + type: "java.util.Map>,\ + \ ? extends Class>>" + logLevelOverride: + annotation: + - Nullable + type: String + rpcAddress: + annotation: + - Nullable + type: net.corda.core.utilities.NetworkHostAndPort + ? copy(net.corda.core.identity.CordaX500Name, java.util.List, + net.corda.testing.driver.VerifierType, java.util.Map, Boolean, String, + java.util.Collection, java.util.Map>, ? extends Class>>, String, net.corda.core.utilities.NetworkHostAndPort, + java.util.Map) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.driver.NodeParameters + params: + providedName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + customOverrides: + annotation: + - NotNull + type: "java.util.Map" + startInSameProcess: + annotation: + - Nullable + type: Boolean + maximumHeapSize: + annotation: + - NotNull + type: String + additionalCordapps: + annotation: + - NotNull + type: java.util.Collection + flowOverrides: + annotation: + - NotNull + type: "java.util.Map>,\ + \ ? extends Class>>" + logLevelOverride: + annotation: + - Nullable + type: String + rpcAddress: + annotation: + - Nullable + type: net.corda.core.utilities.NetworkHostAndPort + systemProperties: + annotation: + - NotNull + type: "java.util.Map" + ? copy(net.corda.core.identity.CordaX500Name, java.util.List, + net.corda.testing.driver.VerifierType, java.util.Map, Boolean, String, + java.util.Collection, java.util.Map>, ? extends Class>>, String, net.corda.core.utilities.NetworkHostAndPort, + java.util.Map, java.util.Collection) + : annotations: - NotNull default: false type: public final @@ -1011,7 +1650,7 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -1021,91 +1660,91 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: Object - getAdditionalCordapps: + getAdditionalCordapps(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - getCustomOverrides: + getCustomOverrides(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getFlowOverrides: + getFlowOverrides(): annotations: - NotNull default: false type: public final returnType: "java.util.Map>,\ \ Class>>" - getLegacyContracts: + getLegacyContracts(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - getLogLevelOverride: + getLogLevelOverride(): annotations: - Nullable default: false type: public final returnType: String - getMaximumHeapSize: + getMaximumHeapSize(): annotations: - NotNull default: false type: public final returnType: String - getProvidedName: + getProvidedName(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getRpcAddress: + getRpcAddress(): annotations: - Nullable default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: + getRpcUsers(): annotations: - NotNull default: false type: public final returnType: java.util.List - getStartInSameProcess: + getStartInSameProcess(): annotations: - Nullable default: false type: public final returnType: Boolean - getSystemProperties: + getSystemProperties(): annotations: - NotNull default: false type: public final returnType: "java.util.Map" - getVerifierType: + getVerifierType(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.VerifierType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - withAdditionalCordapps: + withAdditionalCordapps(java.util.Set): annotations: - NotNull default: false @@ -1116,7 +1755,7 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: java.util.Set - withCustomOverrides: + withCustomOverrides(java.util.Map): annotations: - NotNull default: false @@ -1127,8 +1766,9 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: "java.util.Map" - withFlowOverrides: - annotations: + ? withFlowOverrides(java.util.Map>, + ? extends Class>>) + : annotations: - NotNull default: false type: public final @@ -1139,7 +1779,7 @@ net.corda.testing.driver.NodeParameters: - NotNull type: "java.util.Map>,\ \ ? extends Class>>" - withLegacyContracts: + withLegacyContracts(java.util.Collection): annotations: - NotNull default: false @@ -1150,7 +1790,7 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: java.util.Collection - withLogLevelOverride: + withLogLevelOverride(String): annotations: - NotNull default: false @@ -1161,7 +1801,7 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: String - withMaximumHeapSize: + withMaximumHeapSize(String): annotations: - NotNull default: false @@ -1172,7 +1812,7 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: String - withProvidedName: + withProvidedName(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -1183,7 +1823,7 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: net.corda.core.identity.CordaX500Name - withRpcAddress: + withRpcAddress(net.corda.core.utilities.NetworkHostAndPort): annotations: - NotNull default: false @@ -1194,7 +1834,7 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: net.corda.core.utilities.NetworkHostAndPort - withRpcUsers: + withRpcUsers(java.util.List): annotations: - NotNull default: false @@ -1205,7 +1845,7 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: java.util.List - withStartInSameProcess: + withStartInSameProcess(Boolean): annotations: - NotNull default: false @@ -1216,7 +1856,7 @@ net.corda.testing.driver.NodeParameters: annotation: - Nullable type: Boolean - withSystemProperties: + withSystemProperties(java.util.Map): annotations: - NotNull default: false @@ -1227,7 +1867,7 @@ net.corda.testing.driver.NodeParameters: annotation: - NotNull type: "java.util.Map" - withVerifierType: + withVerifierType(net.corda.testing.driver.VerifierType): annotations: - NotNull default: false @@ -1245,25 +1885,25 @@ net.corda.testing.driver.NotaryHandle: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - component2: + component2(): annotations: [] default: false type: public final returnType: boolean - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.core.concurrent.CordaFuture> - copy: - annotations: + ? copy(net.corda.core.identity.Party, boolean, net.corda.core.concurrent.CordaFuture>) + : annotations: - NotNull default: false type: public final @@ -1280,7 +1920,7 @@ net.corda.testing.driver.NotaryHandle: annotation: - NotNull type: net.corda.core.concurrent.CordaFuture> - equals: + equals(Object): annotations: [] default: false type: public @@ -1290,29 +1930,29 @@ net.corda.testing.driver.NotaryHandle: annotation: - Nullable type: Object - getIdentity: + getIdentity(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - getNodeHandles: + getNodeHandles(): annotations: - NotNull default: false type: public final returnType: net.corda.core.concurrent.CordaFuture> - getValidating: + getValidating(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -1325,61 +1965,61 @@ net.corda.testing.driver.OutOfProcess: - net.corda.testing.driver.NodeHandle interface: true methods: - getBaseDirectory: + getBaseDirectory(): annotations: - NotNull default: false type: public abstract returnType: java.nio.file.Path - getJmxAddress: + getJmxAddress(): annotations: - Nullable default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getNodeInfo: + getNodeInfo(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.node.NodeInfo - getP2pAddress: + getP2pAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getProcess: + getProcess(): annotations: - NotNull default: false type: public abstract returnType: Process - getRpc: + getRpc(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.messaging.CordaRPCOps - getRpcAddress: + getRpcAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcAdminAddress: + getRpcAdminAddress(): annotations: - NotNull default: false type: public abstract returnType: net.corda.core.utilities.NetworkHostAndPort - getRpcUsers: + getRpcUsers(): annotations: - NotNull default: false type: public abstract returnType: java.util.List - stop: + stop(): annotations: [] default: false type: public abstract @@ -1391,19 +2031,19 @@ net.corda.testing.driver.PortAllocation: implements: [] interface: false methods: - getDefaultAllocator: + getDefaultAllocator(): annotations: - NotNull default: false type: public static final returnType: net.corda.testing.driver.PortAllocation - nextHostAndPort: + nextHostAndPort(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - nextPort: + nextPort(): annotations: [] default: false type: public abstract @@ -1428,7 +2068,7 @@ net.corda.testing.driver.PortAllocation$Companion: implements: [] interface: false methods: - getDefaultAllocator: + getDefaultAllocator(): annotations: - NotNull default: false @@ -1441,25 +2081,25 @@ net.corda.testing.driver.PortAllocation$Incremental: implements: [] interface: false methods: - getDefaultAllocator: + getDefaultAllocator(): annotations: - NotNull default: false type: public static final returnType: net.corda.testing.driver.PortAllocation - getPortCounter: + getPortCounter(): annotations: - NotNull default: false type: public final returnType: java.util.concurrent.atomic.AtomicInteger - nextHostAndPort: + nextHostAndPort(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - nextPort: + nextPort(): annotations: [] default: false type: public @@ -1484,19 +2124,19 @@ net.corda.testing.driver.SharedMemoryIncremental: implements: [] interface: false methods: - getDefaultAllocator: + getDefaultAllocator(): annotations: - NotNull default: false type: public static final returnType: net.corda.testing.driver.PortAllocation - nextHostAndPort: + nextHostAndPort(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - nextPort: + nextPort(): annotations: [] default: false type: public @@ -1516,13 +2156,13 @@ net.corda.testing.driver.VerifierType: implements: [] interface: false methods: - getEntries: + getEntries(): annotations: - NotNull default: false type: public static returnType: kotlin.enums.EnumEntries - valueOf: + valueOf(String): annotations: [] default: false type: public static @@ -1531,7 +2171,7 @@ net.corda.testing.driver.VerifierType: value: annotation: [] type: String - values: + values(): annotations: [] default: false type: public static @@ -1543,19 +2183,19 @@ net.corda.testing.driver.WebserverHandle: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - component2: + component2(): annotations: - NotNull default: false type: public final returnType: Process - copy: + copy(net.corda.core.utilities.NetworkHostAndPort, Process): annotations: - NotNull default: false @@ -1570,7 +2210,7 @@ net.corda.testing.driver.WebserverHandle: annotation: - NotNull type: Process - equals: + equals(Object): annotations: [] default: false type: public @@ -1580,24 +2220,24 @@ net.corda.testing.driver.WebserverHandle: annotation: - Nullable type: Object - getListenAddress: + getListenAddress(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.NetworkHostAndPort - getProcess: + getProcess(): annotations: - NotNull default: false type: public final returnType: Process - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -1610,7 +2250,38 @@ net.corda.testing.flows.FlowTestsUtilsKt: implements: [] interface: false methods: - from: + from(T, net.corda.core.flows.FlowSession): + annotations: + - NotNull + default: false + type: public static final + returnType: "kotlin.Pair" + params: + $this$from: + annotation: + - NotNull + type: T + session: + annotation: + - NotNull + type: net.corda.core.flows.FlowSession + ? from(java.util.Map>, + net.corda.core.flows.FlowSession) + : annotations: + - NotNull + default: false + type: public static final + returnType: R + params: + $this$from: + annotation: + - NotNull + type: "java.util.Map>" + session: + annotation: + - NotNull + type: net.corda.core.flows.FlowSession + from(kotlin.reflect.KClass, net.corda.core.flows.FlowSession): annotations: - NotNull default: false @@ -1625,7 +2296,55 @@ net.corda.testing.flows.FlowTestsUtilsKt: annotation: - NotNull type: net.corda.core.flows.FlowSession - receiveAll: + receiveAll(net.corda.core.flows.FlowLogic, Class, net.corda.core.flows.FlowSession, net.corda.core.flows.FlowSession[]): + annotations: + - Suspendable + - NotNull + default: false + type: public static final + returnType: java.util.List> + params: + $this$receiveAll: + annotation: + - NotNull + type: net.corda.core.flows.FlowLogic + receiveType: + annotation: + - NotNull + type: Class + session: + annotation: + - NotNull + type: net.corda.core.flows.FlowSession + sessions: + annotation: + - NotNull + type: "net.corda.core.flows.FlowSession[]" + ? receiveAll(net.corda.core.flows.FlowLogic, kotlin.Pair>, kotlin.Pair>[]) + : annotations: + - Suspendable + - NotNull + default: false + type: public static final + returnType: "java.util.Map>" + params: + $this$receiveAll: + annotation: + - NotNull + type: net.corda.core.flows.FlowLogic + session: + annotation: + - NotNull + type: "kotlin.Pair>" + sessions: + annotation: + - NotNull + type: "kotlin.Pair>[]" + receiveAll(net.corda.core.flows.FlowLogic, net.corda.core.flows.FlowSession, net.corda.core.flows.FlowSession[]): annotations: - Suspendable default: false @@ -1635,8 +2354,10 @@ net.corda.testing.flows.FlowTestsUtilsKt: "null": annotation: [] type: "net.corda.core.flows.FlowSession[]" - registerCordappFlowFactory: - annotations: [] + ? registerCordappFlowFactory(net.corda.testing.node.internal.TestStartedNode, + kotlin.reflect.KClass>, int, kotlin.jvm.functions.Function1) + : annotations: [] default: false type: public static final synthetic returnType: net.corda.core.concurrent.CordaFuture

@@ -1645,8 +2366,10 @@ net.corda.testing.flows.FlowTestsUtilsKt: annotation: [] type: "kotlin.jvm.functions.Function1" - registerCoreFlowFactory: - annotations: + ? registerCoreFlowFactory(net.corda.testing.node.internal.TestStartedNode, Class>, Class, kotlin.jvm.functions.Function1, boolean) + : annotations: - NotNull default: false type: public static final @@ -1672,7 +2395,7 @@ net.corda.testing.flows.FlowTestsUtilsKt: track: annotation: [] type: boolean - waitForAllFlowsToComplete: + waitForAllFlowsToComplete(net.corda.testing.driver.NodeHandle, int, long): annotations: [] default: false type: public static final @@ -1695,7 +2418,7 @@ net.corda.testing.node.ClusterSpec: implements: [] interface: false methods: - getClusterSize: + getClusterSize(): annotations: [] default: false type: public abstract @@ -1707,12 +2430,12 @@ net.corda.testing.node.ClusterSpec$Raft: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - copy: + copy(int): annotations: - NotNull default: false @@ -1722,7 +2445,7 @@ net.corda.testing.node.ClusterSpec$Raft: clusterSize: annotation: [] type: int - equals: + equals(Object): annotations: [] default: false type: public @@ -1732,17 +2455,17 @@ net.corda.testing.node.ClusterSpec$Raft: annotation: - Nullable type: Object - getClusterSize: + getClusterSize(): annotations: [] default: false type: public returnType: int - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -1755,7 +2478,7 @@ net.corda.testing.node.DatabaseSnapshot: implements: [] interface: false methods: - copyDatabaseSnapshot: + copyDatabaseSnapshot(java.nio.file.Path): annotations: [] default: false type: public final @@ -1765,7 +2488,7 @@ net.corda.testing.node.DatabaseSnapshot: annotation: - NotNull type: java.nio.file.Path - databaseFilename: + databaseFilename(java.nio.file.Path): annotations: [] default: false type: public final @@ -1788,25 +2511,25 @@ net.corda.testing.node.InMemoryMessagingNetwork: implements: [] interface: false methods: - getEndpointsExternal: + getEndpointsExternal(): annotations: - NotNull default: false type: public final synchronized returnType: java.util.List - getReceivedMessages: + getReceivedMessages(): annotations: - NotNull default: false type: public final returnType: rx.Observable - getSentMessages: + getSentMessages(): annotations: - NotNull default: false type: public final returnType: rx.Observable - pumpSend: + pumpSend(boolean): annotations: - Nullable default: false @@ -1816,7 +2539,7 @@ net.corda.testing.node.InMemoryMessagingNetwork: block: annotation: [] type: boolean - stop: + stop(): annotations: [] default: false type: public final @@ -1842,13 +2565,13 @@ net.corda.testing.node.InMemoryMessagingNetwork$DistributedServiceHandle: - net.corda.core.messaging.MessageRecipientGroup interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - copy: + copy(net.corda.core.identity.Party): annotations: - NotNull default: false @@ -1859,7 +2582,7 @@ net.corda.testing.node.InMemoryMessagingNetwork$DistributedServiceHandle: annotation: - NotNull type: net.corda.core.identity.Party - equals: + equals(Object): annotations: [] default: false type: public @@ -1869,18 +2592,18 @@ net.corda.testing.node.InMemoryMessagingNetwork$DistributedServiceHandle: annotation: - Nullable type: Object - getParty: + getParty(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.Party - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -1892,7 +2615,7 @@ net.corda.testing.node.InMemoryMessagingNetwork$LatencyCalculator: extends: [] interface: true methods: - between: + between(net.corda.core.messaging.SingleMessageRecipient, net.corda.core.messaging.SingleMessageRecipient): annotations: - NotNull default: false @@ -1915,25 +2638,25 @@ net.corda.testing.node.InMemoryMessagingNetwork$MessageTransfer: implements: [] interface: false methods: - getMessageData: + getMessageData(): annotations: - NotNull default: false type: public final returnType: net.corda.core.utilities.ByteSequence - getRecipients: + getRecipients(): annotations: - NotNull default: false type: public final returnType: net.corda.core.messaging.MessageRecipients - getSender: + getSender(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.InMemoryMessagingNetwork$PeerHandle - toString: + toString(): annotations: - NotNull default: false @@ -1958,7 +2681,7 @@ net.corda.testing.node.InMemoryMessagingNetwork$MockMessagingService: implements: [] interface: false methods: - pumpReceive: + pumpReceive(boolean): annotations: - Nullable default: false @@ -1989,18 +2712,18 @@ net.corda.testing.node.InMemoryMessagingNetwork$PeerHandle: - net.corda.core.messaging.SingleMessageRecipient interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: int - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - copy: + copy(int, net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -2014,7 +2737,7 @@ net.corda.testing.node.InMemoryMessagingNetwork$PeerHandle: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - equals: + equals(Object): annotations: [] default: false type: public @@ -2024,23 +2747,23 @@ net.corda.testing.node.InMemoryMessagingNetwork$PeerHandle: annotation: - Nullable type: Object - getId: + getId(): annotations: [] default: false type: public final returnType: int - getName: + getName(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -2053,7 +2776,7 @@ net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy: implements: [] interface: false methods: - pickNext: + pickNext(net.corda.testing.node.InMemoryMessagingNetwork$DistributedServiceHandle, java.util.List): annotations: [] default: false type: public abstract @@ -2074,13 +2797,13 @@ net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy$Ra implements: [] interface: false methods: - getRandom: + getRandom(): annotations: - NotNull default: false type: public final returnType: java.util.SplittableRandom - pickNext: + pickNext(net.corda.testing.node.InMemoryMessagingNetwork$DistributedServiceHandle, java.util.List): annotations: [] default: false type: public @@ -2101,7 +2824,7 @@ net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy$Ro implements: [] interface: false methods: - pickNext: + pickNext(net.corda.testing.node.InMemoryMessagingNetwork$DistributedServiceHandle, java.util.List): annotations: [] default: false type: public @@ -2122,17 +2845,17 @@ net.corda.testing.node.MockNetFlowTimeOut: implements: [] interface: false methods: - getBackoffBase: + getBackoffBase(): annotations: [] default: false type: public final returnType: double - getMaxRestartCount: + getMaxRestartCount(): annotations: [] default: false type: public final returnType: int - getTimeout: + getTimeout(): annotations: - NotNull default: false @@ -2145,25 +2868,25 @@ net.corda.testing.node.MockNetNotaryConfig: implements: [] interface: false methods: - getClassName: + getClassName(): annotations: - Nullable default: false type: public final returnType: String - getExtraConfig: + getExtraConfig(): annotations: - Nullable default: false type: public final returnType: com.typesafe.config.Config - getServiceLegalName: + getServiceLegalName(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getValidating: + getValidating(): annotations: [] default: false type: public final @@ -2175,7 +2898,7 @@ net.corda.testing.node.MockNetwork: implements: [] interface: false methods: - baseDirectory: + baseDirectory(int): annotations: - NotNull default: false @@ -2185,13 +2908,13 @@ net.corda.testing.node.MockNetwork: nodeId: annotation: [] type: int - createNode: + createNode(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.StartedMockNode - createPartyNode: + createNode(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -2202,91 +2925,260 @@ net.corda.testing.node.MockNetwork: annotation: - Nullable type: net.corda.core.identity.CordaX500Name - createUnstartedNode: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.testing.node.UnstartedMockNode - getCordappPackages: - annotations: - - NotNull - default: false - type: public final - returnType: java.util.List - getDefaultNotaryIdentity: - annotations: - - NotNull - default: false - type: public final - returnType: net.corda.core.identity.Party - getDefaultNotaryNode: + createNode(net.corda.core.identity.CordaX500Name, Integer): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.StartedMockNode - getDefaultParameters: + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + forcedID: + annotation: + - Nullable + type: Integer + createNode(net.corda.core.identity.CordaX500Name, Integer, java.math.BigInteger): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.StartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + forcedID: + annotation: + - Nullable + type: Integer + entropyRoot: + annotation: + - NotNull + type: java.math.BigInteger + ? createNode(net.corda.core.identity.CordaX500Name, Integer, java.math.BigInteger, + net.corda.testing.node.MockNodeConfigOverrides) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.StartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + forcedID: + annotation: + - Nullable + type: Integer + entropyRoot: + annotation: + - NotNull + type: java.math.BigInteger + configOverrides: + annotation: + - Nullable + type: net.corda.testing.node.MockNodeConfigOverrides + createNode(net.corda.testing.node.MockNodeParameters): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.StartedMockNode + params: + parameters: + annotation: + - NotNull + type: net.corda.testing.node.MockNodeParameters + createPartyNode(net.corda.core.identity.CordaX500Name): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.StartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + createUnstartedNode(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.UnstartedMockNode + createUnstartedNode(net.corda.core.identity.CordaX500Name): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.UnstartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + createUnstartedNode(net.corda.core.identity.CordaX500Name, Integer): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.UnstartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + forcedID: + annotation: + - Nullable + type: Integer + createUnstartedNode(net.corda.core.identity.CordaX500Name, Integer, java.math.BigInteger): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.UnstartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + forcedID: + annotation: + - Nullable + type: Integer + entropyRoot: + annotation: + - NotNull + type: java.math.BigInteger + ? createUnstartedNode(net.corda.core.identity.CordaX500Name, Integer, java.math.BigInteger, + net.corda.testing.node.MockNodeConfigOverrides) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.UnstartedMockNode + params: + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + forcedID: + annotation: + - Nullable + type: Integer + entropyRoot: + annotation: + - NotNull + type: java.math.BigInteger + configOverrides: + annotation: + - Nullable + type: net.corda.testing.node.MockNodeConfigOverrides + createUnstartedNode(net.corda.testing.node.MockNodeParameters): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.UnstartedMockNode + params: + parameters: + annotation: + - NotNull + type: net.corda.testing.node.MockNodeParameters + getCordappPackages(): + annotations: + - NotNull + default: false + type: public final + returnType: java.util.List + getDefaultNotaryIdentity(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.identity.Party + getDefaultNotaryNode(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.StartedMockNode + getDefaultParameters(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.MockNetworkParameters - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - getNetworkSendManuallyPumped: + getNetworkSendManuallyPumped(): annotations: [] default: false type: public final returnType: boolean - getNextNodeId: + getNextNodeId(): annotations: [] default: false type: public final returnType: int - getNotaryNodes: + getNotaryNodes(): annotations: - NotNull default: false type: public final returnType: java.util.List - getNotarySpecs: + getNotarySpecs(): annotations: - NotNull default: false type: public final returnType: java.util.List - getServicePeerAllocationStrategy: + getServicePeerAllocationStrategy(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy - getThreadPerNode: + getThreadPerNode(): annotations: [] default: false type: public final returnType: boolean - runNetwork: + runNetwork(): annotations: [] default: false type: public final returnType: void - startNodes: + runNetwork(int): annotations: [] default: false type: public final returnType: void - stopNodes: + params: + rounds: + annotation: [] + type: int + startNodes(): annotations: [] default: false type: public final returnType: void - waitQuiescent: + stopNodes(): + annotations: [] + default: false + type: public final + returnType: void + waitQuiescent(): annotations: [] default: false type: public final @@ -2298,18 +3190,18 @@ net.corda.testing.node.MockNetworkNotarySpec: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - component2: + component2(): annotations: [] default: false type: public final returnType: boolean - copy: + copy(net.corda.core.identity.CordaX500Name, boolean): annotations: - NotNull default: false @@ -2323,7 +3215,7 @@ net.corda.testing.node.MockNetworkNotarySpec: validating: annotation: [] type: boolean - equals: + equals(Object): annotations: [] default: false type: public @@ -2333,29 +3225,29 @@ net.corda.testing.node.MockNetworkNotarySpec: annotation: - Nullable type: Object - getClassName: + getClassName(): annotations: - Nullable default: false type: public final returnType: String - getName: + getName(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getValidating: + getValidating(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setClassName: + setClassName(String): annotations: [] default: false type: public final @@ -2365,7 +3257,7 @@ net.corda.testing.node.MockNetworkNotarySpec: annotation: - Nullable type: String - toString: + toString(): annotations: - NotNull default: false @@ -2378,42 +3270,70 @@ net.corda.testing.node.MockNetworkParameters: implements: [] interface: false methods: - component1: + component1(): annotations: [] default: false type: public final returnType: boolean - component2: + component2(): annotations: [] default: false type: public final returnType: boolean - component3: + component3(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy - component4: + component4(): annotations: - NotNull default: false type: public final returnType: java.util.List - component5: + component5(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - component6: + component6(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - copy: - annotations: + ? copy(boolean, boolean, net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy, + java.util.List, net.corda.core.node.NetworkParameters) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.MockNetworkParameters + params: + networkSendManuallyPumped: + annotation: [] + type: boolean + threadPerNode: + annotation: [] + type: boolean + servicePeerAllocationStrategy: + annotation: + - NotNull + type: net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy + notarySpecs: + annotation: + - NotNull + type: java.util.List + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + ? copy(boolean, boolean, net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy, + java.util.List, net.corda.core.node.NetworkParameters, + java.util.Collection) + : annotations: - NotNull default: false type: public final @@ -2441,7 +3361,7 @@ net.corda.testing.node.MockNetworkParameters: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -2451,52 +3371,52 @@ net.corda.testing.node.MockNetworkParameters: annotation: - Nullable type: Object - getCordappsForAllNodes: + getCordappsForAllNodes(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NetworkParameters - getNetworkSendManuallyPumped: + getNetworkSendManuallyPumped(): annotations: [] default: false type: public final returnType: boolean - getNotarySpecs: + getNotarySpecs(): annotations: - NotNull default: false type: public final returnType: java.util.List - getServicePeerAllocationStrategy: + getServicePeerAllocationStrategy(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy - getThreadPerNode: + getThreadPerNode(): annotations: [] default: false type: public final returnType: boolean - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - withCordappsForAllNodes: + withCordappsForAllNodes(java.util.Collection): annotations: - NotNull default: false @@ -2507,7 +3427,7 @@ net.corda.testing.node.MockNetworkParameters: annotation: - NotNull type: java.util.Collection - withNetworkParameters: + withNetworkParameters(net.corda.core.node.NetworkParameters): annotations: - NotNull default: false @@ -2518,7 +3438,7 @@ net.corda.testing.node.MockNetworkParameters: annotation: - NotNull type: net.corda.core.node.NetworkParameters - withNetworkSendManuallyPumped: + withNetworkSendManuallyPumped(boolean): annotations: - NotNull default: false @@ -2528,7 +3448,7 @@ net.corda.testing.node.MockNetworkParameters: networkSendManuallyPumped: annotation: [] type: boolean - withNotarySpecs: + withNotarySpecs(java.util.List): annotations: - NotNull default: false @@ -2539,7 +3459,7 @@ net.corda.testing.node.MockNetworkParameters: annotation: - NotNull type: java.util.List - withServicePeerAllocationStrategy: + withServicePeerAllocationStrategy(net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy): annotations: - NotNull default: false @@ -2550,7 +3470,7 @@ net.corda.testing.node.MockNetworkParameters: annotation: - NotNull type: net.corda.testing.node.InMemoryMessagingNetwork$ServicePeerAllocationStrategy - withThreadPerNode: + withThreadPerNode(boolean): annotations: - NotNull default: false @@ -2567,19 +3487,19 @@ net.corda.testing.node.MockNodeConfigOverrides: implements: [] interface: false methods: - getExtraDataSourceProperties: + getExtraDataSourceProperties(): annotations: - Nullable default: false type: public final returnType: "java.util.Map" - getFlowTimeout: + getFlowTimeout(): annotations: - Nullable default: false type: public final returnType: net.corda.testing.node.MockNetFlowTimeOut - getNotary: + getNotary(): annotations: - Nullable default: false @@ -2592,42 +3512,66 @@ net.corda.testing.node.MockNodeParameters: implements: [] interface: false methods: - component1: + component1(): annotations: - Nullable default: false type: public final returnType: Integer - component2: + component2(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.CordaX500Name - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.math.BigInteger - component4: + component4(): annotations: - Nullable default: false type: public final returnType: net.corda.testing.node.MockNodeConfigOverrides - component5: + component5(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - copy: + copy(Integer, net.corda.core.identity.CordaX500Name, java.math.BigInteger, net.corda.testing.node.MockNodeConfigOverrides): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.MockNodeParameters + params: + forcedID: + annotation: + - Nullable + type: Integer + legalName: + annotation: + - Nullable + type: net.corda.core.identity.CordaX500Name + entropyRoot: + annotation: + - NotNull + type: java.math.BigInteger + configOverrides: + annotation: + - NotNull + type: net.corda.testing.node.MockNodeConfigOverrides + ? copy(Integer, net.corda.core.identity.CordaX500Name, java.math.BigInteger, net.corda.testing.node.MockNodeConfigOverrides, + java.util.Collection) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.MockNodeParameters params: forcedID: annotation: @@ -2649,7 +3593,7 @@ net.corda.testing.node.MockNodeParameters: annotation: - NotNull type: java.util.Collection - equals: + equals(Object): annotations: [] default: false type: public @@ -2659,48 +3603,48 @@ net.corda.testing.node.MockNodeParameters: annotation: - Nullable type: Object - getAdditionalCordapps: + getAdditionalCordapps(): annotations: - NotNull default: false type: public final returnType: java.util.Collection - getConfigOverrides: + getConfigOverrides(): annotations: - Nullable default: false type: public final returnType: net.corda.testing.node.MockNodeConfigOverrides - getEntropyRoot: + getEntropyRoot(): annotations: - NotNull default: false type: public final returnType: java.math.BigInteger - getForcedID: + getForcedID(): annotations: - Nullable default: false type: public final returnType: Integer - getLegalName: + getLegalName(): annotations: - Nullable default: false type: public final returnType: net.corda.core.identity.CordaX500Name - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - withAdditionalCordapps: + withAdditionalCordapps(java.util.Collection): annotations: - NotNull default: false @@ -2711,7 +3655,7 @@ net.corda.testing.node.MockNodeParameters: annotation: - NotNull type: java.util.Collection - withConfigOverrides: + withConfigOverrides(net.corda.testing.node.MockNodeConfigOverrides): annotations: - NotNull default: false @@ -2722,7 +3666,7 @@ net.corda.testing.node.MockNodeParameters: annotation: - NotNull type: net.corda.testing.node.MockNodeConfigOverrides - withEntropyRoot: + withEntropyRoot(java.math.BigInteger): annotations: - NotNull default: false @@ -2733,7 +3677,7 @@ net.corda.testing.node.MockNodeParameters: annotation: - NotNull type: java.math.BigInteger - withForcedID: + withForcedID(Integer): annotations: - NotNull default: false @@ -2744,7 +3688,7 @@ net.corda.testing.node.MockNodeParameters: annotation: - Nullable type: Integer - withLegalName: + withLegalName(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -2763,7 +3707,7 @@ net.corda.testing.node.MockServices: - net.corda.core.node.ServiceHub interface: false methods: - addMockCordapp: + addMockCordapp(String): annotations: [] default: false type: public final @@ -2773,7 +3717,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: String - cordaService: + cordaService(Class): annotations: - NotNull default: false @@ -2784,7 +3728,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: Class - cordaTelemetryComponent: + cordaTelemetryComponent(Class): annotations: - NotNull default: false @@ -2795,109 +3739,115 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: Class - getAttachments: + getAttachments(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.services.MockAttachmentStorage - getClock: + getClock(): annotations: - NotNull default: false type: public returnType: net.corda.testing.node.TestClock - getContractUpgradeService: + getContractUpgradeService(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.ContractUpgradeService - getCordappClassloader: + getCordappClassloader(): annotations: - NotNull default: false type: public final returnType: ClassLoader - getCordappProvider: + getCordappProvider(): annotations: - NotNull default: false type: public returnType: net.corda.core.cordapp.CordappProvider - getDiagnosticsService: + getDiagnosticsService(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.diagnostics.DiagnosticsService - getIdentityService: + getIdentityService(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.IdentityService - getKeyManagementService: + getKeyManagementService(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.KeyManagementService - getMyInfo: + getMyInfo(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.NodeInfo - getNetworkMapCache: + getNetworkMapCache(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.NetworkMapCache - getNetworkParameters: + getNetworkParameters(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.NetworkParameters - getNetworkParametersService: + getNetworkParametersService(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.NetworkParametersService - getServicesForResolution: + getRotatedKeys(): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.contracts.RotatedKeys + getServicesForResolution(): annotations: - NotNull default: false type: protected final returnType: net.corda.core.node.ServicesForResolution - getTelemetryService: + getTelemetryService(): annotations: - NotNull default: false type: public returnType: net.corda.core.internal.telemetry.TelemetryServiceImpl - getValidatedTransactions: + getValidatedTransactions(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.TransactionStorage - getVaultService: + getVaultService(): annotations: - NotNull default: false type: public returnType: net.corda.core.node.services.VaultService - jdbcSession: + jdbcSession(): annotations: - NotNull default: false type: public returnType: java.sql.Connection - loadContractAttachment: + loadContractAttachment(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -2908,7 +3858,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadState: + loadState(net.corda.core.contracts.StateRef): annotations: - NotNull default: false @@ -2919,7 +3869,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: net.corda.core.contracts.StateRef - loadStates: + loadStates(java.util.Set): annotations: - NotNull default: false @@ -2930,7 +3880,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: java.util.Set - makeTestDataSourceProperties: + makeTestDataSourceProperties(String): annotations: - NotNull default: false @@ -2941,8 +3891,9 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: String - makeTestDatabaseAndMockServices: - annotations: + ? makeTestDatabaseAndMockServices(java.util.List, net.corda.core.node.services.IdentityService, + net.corda.testing.core.TestIdentity, java.security.KeyPair[]) + : annotations: - NotNull default: false type: public static final @@ -2965,8 +3916,39 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: "java.security.KeyPair[]" - makeTestDatabaseAndPersistentServices: - annotations: + ? makeTestDatabaseAndMockServices(java.util.List, net.corda.core.node.services.IdentityService, + net.corda.testing.core.TestIdentity, net.corda.core.node.NetworkParameters, + java.security.KeyPair[]) + : annotations: + - NotNull + default: false + type: public static final + returnType: "kotlin.Pair" + params: + cordappPackages: + annotation: + - NotNull + type: java.util.List + identityService: + annotation: + - NotNull + type: net.corda.core.node.services.IdentityService + initialIdentity: + annotation: + - NotNull + type: net.corda.testing.core.TestIdentity + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + moreKeys: + annotation: + - NotNull + type: "java.security.KeyPair[]" + ? makeTestDatabaseAndPersistentServices(java.util.List, net.corda.testing.core.TestIdentity, + java.util.Set, java.util.Set) + : annotations: - NotNull default: false type: public static final @@ -2989,7 +3971,71 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: java.util.Set - recordTransactions: + ? makeTestDatabaseAndPersistentServices(java.util.List, net.corda.testing.core.TestIdentity, + net.corda.core.node.NetworkParameters, java.util.Set, + java.util.Set) + : annotations: + - NotNull + default: false + type: public static final + returnType: "kotlin.Pair" + params: + cordappPackages: + annotation: + - NotNull + type: java.util.List + initialIdentity: + annotation: + - NotNull + type: net.corda.testing.core.TestIdentity + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + moreKeys: + annotation: + - NotNull + type: java.util.Set + moreIdentities: + annotation: + - NotNull + type: java.util.Set + ? makeTestDatabaseAndPersistentServices(java.util.List, net.corda.testing.core.TestIdentity, + net.corda.core.node.NetworkParameters, java.util.Set, + java.util.Set, net.corda.testing.internal.TestingNamedCacheFactory) + : annotations: + - NotNull + default: false + type: public static final + returnType: "kotlin.Pair" + params: + cordappPackages: + annotation: + - NotNull + type: java.util.List + initialIdentity: + annotation: + - NotNull + type: net.corda.testing.core.TestIdentity + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + moreKeys: + annotation: + - NotNull + type: java.util.Set + moreIdentities: + annotation: + - NotNull + type: java.util.Set + cacheFactory: + annotation: + - NotNull + type: net.corda.testing.internal.TestingNamedCacheFactory + recordTransactions(Iterable, boolean): annotations: [] default: false type: public final @@ -3002,7 +4048,34 @@ net.corda.testing.node.MockServices: disableSignatureVerification: annotation: [] type: boolean - registerUnloadHandler: + recordTransactions(net.corda.core.node.StatesToRecord, Iterable): + annotations: [] + default: false + type: public + returnType: void + params: + statesToRecord: + annotation: + - NotNull + type: net.corda.core.node.StatesToRecord + txs: + annotation: + - NotNull + type: Iterable + recordTransactions(net.corda.core.transactions.SignedTransaction, boolean): + annotations: [] + default: false + type: public final + returnType: void + params: + txn: + annotation: + - NotNull + type: net.corda.core.transactions.SignedTransaction + disableSignatureVerification: + annotation: [] + type: boolean + registerUnloadHandler(kotlin.jvm.functions.Function0): annotations: - NotNull default: false @@ -3013,7 +4086,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: kotlin.jvm.functions.Function0 - setNetworkParametersService: + setNetworkParametersService(net.corda.core.node.services.NetworkParametersService): annotations: [] default: false type: public @@ -3023,7 +4096,7 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: net.corda.core.node.services.NetworkParametersService - withEntityManager: + withEntityManager(java.util.function.Consumer): annotations: [] default: false type: public @@ -3033,6 +4106,17 @@ net.corda.testing.node.MockServices: annotation: - NotNull type: java.util.function.Consumer + withEntityManager(kotlin.jvm.functions.Function1): + annotations: [] + default: false + type: public + returnType: T + params: + block: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1" fields: Companion: annotation: @@ -3045,7 +4129,7 @@ net.corda.testing.node.MockServices$Companion: implements: [] interface: false methods: - makeTestDataSourceProperties: + makeTestDataSourceProperties(String): annotations: - NotNull default: false @@ -3056,8 +4140,9 @@ net.corda.testing.node.MockServices$Companion: annotation: - NotNull type: String - makeTestDatabaseAndMockServices: - annotations: + ? makeTestDatabaseAndMockServices(java.util.List, net.corda.core.node.services.IdentityService, + net.corda.testing.core.TestIdentity, java.security.KeyPair[]) + : annotations: - NotNull default: false type: public final @@ -3080,8 +4165,39 @@ net.corda.testing.node.MockServices$Companion: annotation: - NotNull type: "java.security.KeyPair[]" - makeTestDatabaseAndPersistentServices: - annotations: + ? makeTestDatabaseAndMockServices(java.util.List, net.corda.core.node.services.IdentityService, + net.corda.testing.core.TestIdentity, net.corda.core.node.NetworkParameters, + java.security.KeyPair[]) + : annotations: + - NotNull + default: false + type: public final + returnType: "kotlin.Pair" + params: + cordappPackages: + annotation: + - NotNull + type: java.util.List + identityService: + annotation: + - NotNull + type: net.corda.core.node.services.IdentityService + initialIdentity: + annotation: + - NotNull + type: net.corda.testing.core.TestIdentity + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + moreKeys: + annotation: + - NotNull + type: "java.security.KeyPair[]" + ? makeTestDatabaseAndPersistentServices(java.util.List, net.corda.testing.core.TestIdentity, + java.util.Set, java.util.Set) + : annotations: - NotNull default: false type: public final @@ -3104,6 +4220,70 @@ net.corda.testing.node.MockServices$Companion: annotation: - NotNull type: java.util.Set + ? makeTestDatabaseAndPersistentServices(java.util.List, net.corda.testing.core.TestIdentity, + net.corda.core.node.NetworkParameters, java.util.Set, + java.util.Set) + : annotations: + - NotNull + default: false + type: public final + returnType: "kotlin.Pair" + params: + cordappPackages: + annotation: + - NotNull + type: java.util.List + initialIdentity: + annotation: + - NotNull + type: net.corda.testing.core.TestIdentity + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + moreKeys: + annotation: + - NotNull + type: java.util.Set + moreIdentities: + annotation: + - NotNull + type: java.util.Set + ? makeTestDatabaseAndPersistentServices(java.util.List, net.corda.testing.core.TestIdentity, + net.corda.core.node.NetworkParameters, java.util.Set, + java.util.Set, net.corda.testing.internal.TestingNamedCacheFactory) + : annotations: + - NotNull + default: false + type: public final + returnType: "kotlin.Pair" + params: + cordappPackages: + annotation: + - NotNull + type: java.util.List + initialIdentity: + annotation: + - NotNull + type: net.corda.testing.core.TestIdentity + networkParameters: + annotation: + - NotNull + type: net.corda.core.node.NetworkParameters + moreKeys: + annotation: + - NotNull + type: java.util.Set + moreIdentities: + annotation: + - NotNull + type: java.util.Set + cacheFactory: + annotation: + - NotNull + type: net.corda.testing.internal.TestingNamedCacheFactory net.corda.testing.node.MockServicesKt: annotations: [] type: public final class @@ -3111,8 +4291,9 @@ net.corda.testing.node.MockServicesKt: implements: [] interface: false methods: - createMockCordaService: - annotations: + ? createMockCordaService(net.corda.testing.node.MockServices, kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public static final @@ -3127,7 +4308,7 @@ net.corda.testing.node.MockServicesKt: - NotNull type: "kotlin.jvm.functions.Function1" - makeTestIdentityService: + makeTestIdentityService(net.corda.core.identity.PartyAndCertificate[]): annotations: - NotNull default: false @@ -3145,8 +4326,10 @@ net.corda.testing.node.NodeTestUtils: implements: [] interface: false methods: - ledger: - annotations: + ? ledger(net.corda.core.node.ServiceHub, kotlin.jvm.functions.Function1, kotlin.Unit>) + : annotations: - NotNull default: false type: public static final @@ -3162,7 +4345,30 @@ net.corda.testing.node.NodeTestUtils: - NotNull type: "kotlin.jvm.functions.Function1, kotlin.Unit>" - testActor: + ? ledger(net.corda.core.node.ServiceHub, net.corda.core.identity.Party, kotlin.jvm.functions.Function1, kotlin.Unit>) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.testing.dsl.LedgerDSL" + params: + $this$ledger: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + script: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1, kotlin.Unit>" + testActor(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -3173,7 +4379,7 @@ net.corda.testing.node.NodeTestUtils: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - testContext: + testContext(net.corda.core.identity.CordaX500Name): annotations: - NotNull default: false @@ -3184,8 +4390,10 @@ net.corda.testing.node.NodeTestUtils: annotation: - NotNull type: net.corda.core.identity.CordaX500Name - transaction: - annotations: + ? transaction(net.corda.core.node.ServiceHub, kotlin.jvm.functions.Function1, + ? extends net.corda.testing.dsl.EnforceVerifyOrFail>) + : annotations: - NotNull default: false type: public static final @@ -3202,6 +4410,30 @@ net.corda.testing.node.NodeTestUtils: type: "kotlin.jvm.functions.Function1, ? extends\ \ net.corda.testing.dsl.EnforceVerifyOrFail>" + ? transaction(net.corda.core.node.ServiceHub, net.corda.core.identity.Party, kotlin.jvm.functions.Function1, + ? extends net.corda.testing.dsl.EnforceVerifyOrFail>) + : annotations: + - NotNull + default: false + type: public static final + returnType: "net.corda.testing.dsl.LedgerDSL" + params: + $this$transaction: + annotation: + - NotNull + type: net.corda.core.node.ServiceHub + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + script: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1, ? extends\ + \ net.corda.testing.dsl.EnforceVerifyOrFail>" net.corda.testing.node.NotarySpec: annotations: [] type: public final class @@ -3209,42 +4441,70 @@ net.corda.testing.node.NotarySpec: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - component2: + component2(): annotations: [] default: false type: public final returnType: boolean - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.util.List - component4: + component4(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.VerifierType - component5: + component5(): annotations: - Nullable default: false type: public final returnType: net.corda.testing.node.ClusterSpec - component6: + component6(): annotations: [] default: false type: public final returnType: boolean - copy: - annotations: + ? copy(net.corda.core.identity.CordaX500Name, boolean, java.util.List, + net.corda.testing.driver.VerifierType, net.corda.testing.node.ClusterSpec) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.testing.node.NotarySpec + params: + name: + annotation: + - NotNull + type: net.corda.core.identity.CordaX500Name + validating: + annotation: [] + type: boolean + rpcUsers: + annotation: + - NotNull + type: java.util.List + verifierType: + annotation: + - NotNull + type: net.corda.testing.driver.VerifierType + cluster: + annotation: + - Nullable + type: net.corda.testing.node.ClusterSpec + ? copy(net.corda.core.identity.CordaX500Name, boolean, java.util.List, + net.corda.testing.driver.VerifierType, net.corda.testing.node.ClusterSpec, boolean) + : annotations: - NotNull default: false type: public final @@ -3272,7 +4532,7 @@ net.corda.testing.node.NotarySpec: startInProcess: annotation: [] type: boolean - equals: + equals(Object): annotations: [] default: false type: public @@ -3282,52 +4542,52 @@ net.corda.testing.node.NotarySpec: annotation: - Nullable type: Object - getCluster: + getCluster(): annotations: - Nullable default: false type: public final returnType: net.corda.testing.node.ClusterSpec - getMaximumHeapSize: + getMaximumHeapSize(): annotations: - NotNull default: false type: public final returnType: String - getName: + getName(): annotations: - NotNull default: false type: public final returnType: net.corda.core.identity.CordaX500Name - getRpcUsers: + getRpcUsers(): annotations: - NotNull default: false type: public final returnType: java.util.List - getStartInProcess: + getStartInProcess(): annotations: [] default: false type: public final returnType: boolean - getValidating: + getValidating(): annotations: [] default: false type: public final returnType: boolean - getVerifierType: + getVerifierType(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.driver.VerifierType - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - setMaximumHeapSize: + setMaximumHeapSize(String): annotations: [] default: false type: public final @@ -3337,7 +4597,7 @@ net.corda.testing.node.NotarySpec: annotation: - NotNull type: String - toString: + toString(): annotations: - NotNull default: false @@ -3350,7 +4610,7 @@ net.corda.testing.node.StartedMockNode: implements: [] interface: false methods: - findStateMachines: + findStateMachines(Class): annotations: - NotNull default: false @@ -3361,24 +4621,24 @@ net.corda.testing.node.StartedMockNode: annotation: - NotNull type: Class - getId: + getId(): annotations: [] default: false type: public final returnType: int - getInfo: + getInfo(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.NodeInfo - getServices: + getServices(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - pumpReceive: + pumpReceive(boolean): annotations: - Nullable default: false @@ -3388,7 +4648,7 @@ net.corda.testing.node.StartedMockNode: block: annotation: [] type: boolean - registerInitiatedFlow: + registerInitiatedFlow(Class>, Class): annotations: - NotNull default: false @@ -3403,7 +4663,18 @@ net.corda.testing.node.StartedMockNode: annotation: - NotNull type: Class - startFlow: + registerInitiatedFlow(Class): + annotations: + - NotNull + default: false + type: public final + returnType: rx.Observable + params: + initiatedFlowClass: + annotation: + - NotNull + type: Class + startFlow(net.corda.core.flows.FlowLogic): annotations: - NotNull default: false @@ -3414,12 +4685,12 @@ net.corda.testing.node.StartedMockNode: annotation: - NotNull type: net.corda.core.flows.FlowLogic - stop: + stop(): annotations: [] default: false type: public final returnType: void - transaction: + transaction(kotlin.jvm.functions.Function0): annotations: [] default: false type: public final @@ -3449,7 +4720,7 @@ net.corda.testing.node.TestClock: implements: [] interface: false methods: - advanceBy: + advanceBy(java.time.Duration): annotations: [] default: false type: public final synchronized @@ -3459,7 +4730,7 @@ net.corda.testing.node.TestClock: annotation: - NotNull type: java.time.Duration - setTo: + setTo(java.time.Instant): annotations: [] default: false type: public final synchronized @@ -3476,13 +4747,13 @@ net.corda.testing.node.TestCordapp: implements: [] interface: false methods: - asSigned: + asSigned(): annotations: - NotNull default: false type: public abstract returnType: net.corda.testing.node.TestCordapp - findCordapp: + findCordapp(String): annotations: - NotNull default: false @@ -3493,13 +4764,13 @@ net.corda.testing.node.TestCordapp: annotation: - NotNull type: String - getConfig: + getConfig(): annotations: - NotNull default: false type: public abstract returnType: "java.util.Map" - of: + of(java.net.URI): annotations: - NotNull default: false @@ -3510,7 +4781,7 @@ net.corda.testing.node.TestCordapp: annotation: - NotNull type: java.net.URI - withConfig: + withConfig(java.util.Map): annotations: - NotNull default: false @@ -3533,7 +4804,7 @@ net.corda.testing.node.TestCordapp$Companion: implements: [] interface: false methods: - findCordapp: + findCordapp(String): annotations: - NotNull default: false @@ -3544,7 +4815,7 @@ net.corda.testing.node.TestCordapp$Companion: annotation: - NotNull type: String - of: + of(java.net.URI): annotations: - NotNull default: false @@ -3562,18 +4833,18 @@ net.corda.testing.node.UnstartedMockNode: implements: [] interface: false methods: - getId: + getId(): annotations: [] default: false type: public final returnType: int - getStarted: + getStarted(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.node.StartedMockNode - installCordaService: + installCordaService(Class): annotations: - NotNull default: false @@ -3584,12 +4855,12 @@ net.corda.testing.node.UnstartedMockNode: annotation: - NotNull type: Class - isStarted: + isStarted(): annotations: [] default: false type: public final returnType: boolean - start: + start(): annotations: - NotNull default: false @@ -3614,25 +4885,25 @@ net.corda.testing.node.User: implements: [] interface: false methods: - component1: + component1(): annotations: - NotNull default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: String - component3: + component3(): annotations: - NotNull default: false type: public final returnType: java.util.Set - copy: + copy(String, String, java.util.Set): annotations: - NotNull default: false @@ -3651,7 +4922,7 @@ net.corda.testing.node.User: annotation: - NotNull type: java.util.Set - equals: + equals(Object): annotations: [] default: false type: public @@ -3661,30 +4932,30 @@ net.corda.testing.node.User: annotation: - Nullable type: Object - getPassword: + getPassword(): annotations: - NotNull default: false type: public final returnType: String - getPermissions: + getPermissions(): annotations: - NotNull default: false type: public final returnType: java.util.Set - getUsername: + getUsername(): annotations: - NotNull default: false type: public final returnType: String - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false diff --git a/testing/test-utils/scans/corda-test-utils-4.12.yaml b/testing/test-utils/scans/corda-test-utils-4.12.yaml index 6a508316a7..3023f68b4a 100644 --- a/testing/test-utils/scans/corda-test-utils-4.12.yaml +++ b/testing/test-utils/scans/corda-test-utils-4.12.yaml @@ -33,36 +33,36 @@ net.corda.finance.test.SampleCashSchemaV1$PersistentCashState: implements: [] interface: false methods: - getCurrency: + getCurrency(): annotations: - NotNull default: false type: public returnType: String - getIssuerPartyHash: + getIssuerPartyHash(): annotations: - NotNull default: false type: public returnType: String - getIssuerRef: + getIssuerRef(): annotations: - NotNull default: false type: public returnType: "byte[]" - getOwnerHash: + getOwnerHash(): annotations: - NotNull default: false type: public returnType: String - getPennies: + getPennies(): annotations: [] default: false type: public returnType: long - setCurrency: + setCurrency(String): annotations: [] default: false type: public @@ -72,7 +72,7 @@ net.corda.finance.test.SampleCashSchemaV1$PersistentCashState: annotation: - NotNull type: String - setIssuerPartyHash: + setIssuerPartyHash(String): annotations: [] default: false type: public @@ -82,7 +82,7 @@ net.corda.finance.test.SampleCashSchemaV1$PersistentCashState: annotation: - NotNull type: String - setIssuerRef: + setIssuerRef(byte[]): annotations: [] default: false type: public @@ -92,7 +92,7 @@ net.corda.finance.test.SampleCashSchemaV1$PersistentCashState: annotation: - NotNull type: "byte[]" - setOwnerHash: + setOwnerHash(String): annotations: [] default: false type: public @@ -102,7 +102,7 @@ net.corda.finance.test.SampleCashSchemaV1$PersistentCashState: annotation: - NotNull type: String - setPennies: + setPennies(long): annotations: [] default: false type: public @@ -132,19 +132,19 @@ net.corda.finance.test.SampleCashSchemaV2$PersistentCashState: implements: [] interface: false methods: - getCurrency: + getCurrency(): annotations: - NotNull default: false type: public returnType: String - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.Set - setCurrency: + setCurrency(String): annotations: [] default: false type: public @@ -154,7 +154,7 @@ net.corda.finance.test.SampleCashSchemaV2$PersistentCashState: annotation: - NotNull type: String - setParticipants: + setParticipants(java.util.Set): annotations: [] default: false type: public @@ -185,42 +185,42 @@ net.corda.finance.test.SampleCashSchemaV3$PersistentCashState: implements: [] interface: false methods: - getCurrency: + getCurrency(): annotations: - NotNull default: false type: public returnType: String - getIssuer: + getIssuer(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.AbstractParty - getIssuerRef: + getIssuerRef(): annotations: - NotNull default: false type: public returnType: "byte[]" - getOwner: + getOwner(): annotations: - Nullable default: false type: public returnType: net.corda.core.identity.AbstractParty - getParticipants: + getParticipants(): annotations: - Nullable default: false type: public returnType: java.util.Set - getPennies: + getPennies(): annotations: [] default: false type: public returnType: long - setCurrency: + setCurrency(String): annotations: [] default: false type: public @@ -230,7 +230,7 @@ net.corda.finance.test.SampleCashSchemaV3$PersistentCashState: annotation: - NotNull type: String - setIssuer: + setIssuer(net.corda.core.identity.AbstractParty): annotations: [] default: false type: public @@ -240,7 +240,7 @@ net.corda.finance.test.SampleCashSchemaV3$PersistentCashState: annotation: - Nullable type: net.corda.core.identity.AbstractParty - setIssuerRef: + setIssuerRef(byte[]): annotations: [] default: false type: public @@ -250,7 +250,7 @@ net.corda.finance.test.SampleCashSchemaV3$PersistentCashState: annotation: - NotNull type: "byte[]" - setOwner: + setOwner(net.corda.core.identity.AbstractParty): annotations: [] default: false type: public @@ -260,7 +260,7 @@ net.corda.finance.test.SampleCashSchemaV3$PersistentCashState: annotation: - Nullable type: net.corda.core.identity.AbstractParty - setParticipants: + setParticipants(java.util.Set): annotations: [] default: false type: public @@ -270,7 +270,7 @@ net.corda.finance.test.SampleCashSchemaV3$PersistentCashState: annotation: - Nullable type: java.util.Set - setPennies: + setPennies(long): annotations: [] default: false type: public @@ -327,8 +327,9 @@ net.corda.testing.dsl.LedgerDSL: - net.corda.testing.dsl.LedgerDSLInterpreter interface: false methods: - _transaction: - annotations: + ? _transaction(String, net.corda.core.transactions.TransactionBuilder, kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public @@ -347,8 +348,9 @@ net.corda.testing.dsl.LedgerDSL: - NotNull type: "kotlin.jvm.functions.Function1" - _tweak: - annotations: [] + ? _tweak(kotlin.jvm.functions.Function1, kotlin.Unit>) + : annotations: [] default: false type: public returnType: void @@ -358,8 +360,10 @@ net.corda.testing.dsl.LedgerDSL: - NotNull type: "kotlin.jvm.functions.Function1, kotlin.Unit>" - _unverifiedTransaction: - annotations: + ? _unverifiedTransaction(String, net.corda.core.transactions.TransactionBuilder, + kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public @@ -378,7 +382,7 @@ net.corda.testing.dsl.LedgerDSL: - NotNull type: "kotlin.jvm.functions.Function1" - attachment: + attachment(java.io.InputStream): annotations: - NotNull default: false @@ -389,13 +393,7 @@ net.corda.testing.dsl.LedgerDSL: annotation: - NotNull type: java.io.InputStream - fails: - annotations: - - NotNull - default: false - type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + fails with(String): annotations: - NotNull default: false @@ -406,7 +404,13 @@ net.corda.testing.dsl.LedgerDSL: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: false @@ -417,13 +421,13 @@ net.corda.testing.dsl.LedgerDSL: annotation: - Nullable type: String - getInterpreter: + getInterpreter(): annotations: - NotNull default: false type: public final returnType: L - output: + output(String): annotations: [] default: false type: public final synthetic @@ -432,7 +436,7 @@ net.corda.testing.dsl.LedgerDSL: "null": annotation: [] type: String - outputStateAndRef: + outputStateAndRef(String): annotations: [] default: false type: public final synthetic @@ -441,7 +445,7 @@ net.corda.testing.dsl.LedgerDSL: "null": annotation: [] type: String - retrieveOutput: + retrieveOutput(Class, String): annotations: - NotNull default: false @@ -456,7 +460,7 @@ net.corda.testing.dsl.LedgerDSL: annotation: - NotNull type: String - retrieveOutputStateAndRef: + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -471,8 +475,50 @@ net.corda.testing.dsl.LedgerDSL: annotation: - NotNull type: String - transaction: - annotations: + ? transaction(String, kotlin.jvm.functions.Function1, ? extends net.corda.testing.dsl.EnforceVerifyOrFail>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.WireTransaction + params: + label: + annotation: + - Nullable + type: String + dsl: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1, ? extends\ + \ net.corda.testing.dsl.EnforceVerifyOrFail>" + ? transaction(String, net.corda.core.transactions.TransactionBuilder, kotlin.jvm.functions.Function1, + ? extends net.corda.testing.dsl.EnforceVerifyOrFail>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.WireTransaction + params: + label: + annotation: + - Nullable + type: String + transactionBuilder: + annotation: + - NotNull + type: net.corda.core.transactions.TransactionBuilder + dsl: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1, ? extends\ + \ net.corda.testing.dsl.EnforceVerifyOrFail>" + ? transaction(kotlin.jvm.functions.Function1, ? extends net.corda.testing.dsl.EnforceVerifyOrFail>) + : annotations: - NotNull default: false type: public final @@ -484,7 +530,7 @@ net.corda.testing.dsl.LedgerDSL: type: "kotlin.jvm.functions.Function1, ? extends\ \ net.corda.testing.dsl.EnforceVerifyOrFail>" - tweak: + tweak(kotlin.jvm.functions.Function1, kotlin.Unit>): annotations: [] default: false type: public final @@ -495,8 +541,48 @@ net.corda.testing.dsl.LedgerDSL: - NotNull type: "kotlin.jvm.functions.Function1, kotlin.Unit>" - unverifiedTransaction: - annotations: + ? unverifiedTransaction(String, kotlin.jvm.functions.Function1, kotlin.Unit>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.WireTransaction + params: + label: + annotation: + - Nullable + type: String + dsl: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1, kotlin.Unit>" + ? unverifiedTransaction(String, net.corda.core.transactions.TransactionBuilder, + kotlin.jvm.functions.Function1, kotlin.Unit>) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.transactions.WireTransaction + params: + label: + annotation: + - Nullable + type: String + transactionBuilder: + annotation: + - NotNull + type: net.corda.core.transactions.TransactionBuilder + dsl: + annotation: + - NotNull + type: "kotlin.jvm.functions.Function1, kotlin.Unit>" + ? unverifiedTransaction(kotlin.jvm.functions.Function1, kotlin.Unit>) + : annotations: - NotNull default: false type: public final @@ -507,7 +593,7 @@ net.corda.testing.dsl.LedgerDSL: - NotNull type: "kotlin.jvm.functions.Function1, kotlin.Unit>" - verifies: + verifies(): annotations: - NotNull default: false @@ -521,8 +607,9 @@ net.corda.testing.dsl.LedgerDSLInterpreter: - net.corda.testing.dsl.Verifies interface: true methods: - _transaction: - annotations: + ? _transaction(String, net.corda.core.transactions.TransactionBuilder, kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public abstract @@ -540,7 +627,7 @@ net.corda.testing.dsl.LedgerDSLInterpreter: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - _tweak: + _tweak(kotlin.jvm.functions.Function1, kotlin.Unit>): annotations: [] default: false type: public abstract @@ -551,8 +638,9 @@ net.corda.testing.dsl.LedgerDSLInterpreter: - NotNull type: "kotlin.jvm.functions.Function1, kotlin.Unit>" - _unverifiedTransaction: - annotations: + ? _unverifiedTransaction(String, net.corda.core.transactions.TransactionBuilder, + kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public abstract @@ -570,7 +658,7 @@ net.corda.testing.dsl.LedgerDSLInterpreter: annotation: - NotNull type: "kotlin.jvm.functions.Function1" - attachment: + attachment(java.io.InputStream): annotations: - NotNull default: false @@ -581,13 +669,7 @@ net.corda.testing.dsl.LedgerDSLInterpreter: annotation: - NotNull type: java.io.InputStream - fails: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + fails with(String): annotations: - NotNull default: true @@ -598,7 +680,13 @@ net.corda.testing.dsl.LedgerDSLInterpreter: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: true @@ -609,7 +697,7 @@ net.corda.testing.dsl.LedgerDSLInterpreter: annotation: - Nullable type: String - retrieveOutputStateAndRef: + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -624,7 +712,7 @@ net.corda.testing.dsl.LedgerDSLInterpreter: annotation: - NotNull type: String - verifies: + verifies(): annotations: - NotNull default: false @@ -636,7 +724,7 @@ net.corda.testing.dsl.OutputStateLookup: extends: [] interface: true methods: - retrieveOutputStateAndRef: + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -659,8 +747,9 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: - net.corda.testing.dsl.LedgerDSLInterpreter interface: false methods: - _transaction: - annotations: + ? _transaction(String, net.corda.core.transactions.TransactionBuilder, kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public @@ -679,8 +768,9 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: - NotNull type: "kotlin.jvm.functions.Function1" - _tweak: - annotations: [] + ? _tweak(kotlin.jvm.functions.Function1, + kotlin.Unit>) + : annotations: [] default: false type: public returnType: void @@ -690,8 +780,10 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: - NotNull type: "kotlin.jvm.functions.Function1,\ \ kotlin.Unit>" - _unverifiedTransaction: - annotations: + ? _unverifiedTransaction(String, net.corda.core.transactions.TransactionBuilder, + kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public @@ -710,7 +802,7 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: - NotNull type: "kotlin.jvm.functions.Function1" - attachment: + attachment(java.io.InputStream): annotations: - NotNull default: false @@ -721,14 +813,16 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - NotNull type: java.io.InputStream - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - copy: - annotations: + ? copy(net.corda.core.node.ServiceHub, java.util.HashMap>, + java.util.HashMap, + java.util.HashMap) + : annotations: - NotNull default: false type: public final @@ -750,7 +844,7 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - NotNull type: "java.util.HashMap" - equals: + equals(Object): annotations: [] default: false type: public @@ -760,13 +854,7 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - Nullable type: Object - fails: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + fails with(String): annotations: - NotNull default: true @@ -777,7 +865,13 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: true @@ -788,36 +882,36 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - Nullable type: String - getServices: + getServices(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServiceHub - getTransactionsToVerify: + getTransactionsToVerify(): annotations: - NotNull default: false type: public final returnType: java.util.List - getTransactionsUnverified: + getTransactionsUnverified(): annotations: - NotNull default: false type: public final returnType: java.util.List - getWireTransactions: + getWireTransactions(): annotations: - NotNull default: false type: public final returnType: java.util.List - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - outputToLabel: + outputToLabel(net.corda.core.contracts.ContractState): annotations: - Nullable default: false @@ -828,7 +922,7 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.ContractState - retrieveOutputStateAndRef: + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -843,13 +937,13 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - NotNull type: String - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - transactionName: + transactionName(net.corda.core.crypto.SecureHash): annotations: - Nullable default: false @@ -860,7 +954,7 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter: annotation: - NotNull type: net.corda.core.crypto.SecureHash - verifies: + verifies(): annotations: - NotNull default: false @@ -899,25 +993,25 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter$WireTransactionWithLocation: implements: [] interface: false methods: - component1: + component1(): annotations: - Nullable default: false type: public final returnType: String - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.WireTransaction - component3: + component3(): annotations: - Nullable default: false type: public final returnType: String - copy: + copy(String, net.corda.core.transactions.WireTransaction, String): annotations: - NotNull default: false @@ -936,7 +1030,7 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter$WireTransactionWithLocation: annotation: - Nullable type: String - equals: + equals(Object): annotations: [] default: false type: public @@ -946,30 +1040,30 @@ net.corda.testing.dsl.TestLedgerDSLInterpreter$WireTransactionWithLocation: annotation: - Nullable type: Object - getLabel: + getLabel(): annotations: - Nullable default: false type: public final returnType: String - getLocation: + getLocation(): annotations: - Nullable default: false type: public final returnType: String - getTransaction: + getTransaction(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.WireTransaction - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - toString: + toString(): annotations: - NotNull default: false @@ -984,8 +1078,37 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: - net.corda.testing.dsl.TransactionDSLInterpreter interface: false methods: - _attachment: + _attachment(String): annotations: [] + default: false + type: public + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + _attachment(String, net.corda.core.crypto.SecureHash, java.util.List): + annotations: [] + default: false + type: public + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + attachmentId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + signers: + annotation: + - NotNull + type: java.util.List + ? _attachment(String, net.corda.core.crypto.SecureHash, java.util.List, java.util.Map) + : annotations: [] default: false type: public returnType: void @@ -1006,8 +1129,9 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: "java.util.Map" - _tweak: - annotations: + ? _tweak(kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public @@ -1018,7 +1142,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: - NotNull type: "kotlin.jvm.functions.Function1" - attachment: + attachment(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public @@ -1028,7 +1152,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.crypto.SecureHash - command: + command(java.util.List, net.corda.core.contracts.CommandData): annotations: [] default: false type: public @@ -1042,20 +1166,21 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.CommandData - component1: + component1(): annotations: - NotNull default: false type: public final returnType: net.corda.testing.dsl.TestLedgerDSLInterpreter - component2: + component2(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.TransactionBuilder - copy: - annotations: + ? copy(net.corda.testing.dsl.TestLedgerDSLInterpreter, net.corda.core.transactions.TransactionBuilder, + java.util.HashMap) + : annotations: - NotNull default: false type: public final @@ -1073,7 +1198,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: "java.util.HashMap" - equals: + equals(Object): annotations: [] default: false type: public @@ -1083,13 +1208,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - Nullable type: Object - fails: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + fails with(String): annotations: - NotNull default: true @@ -1100,7 +1219,13 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: true @@ -1111,30 +1236,30 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - Nullable type: String - getLedgerInterpreter: + getLedgerInterpreter(): annotations: - NotNull default: false type: public returnType: net.corda.testing.dsl.TestLedgerDSLInterpreter - getServices: + getServices(): annotations: - NotNull default: false type: public final returnType: net.corda.core.node.ServicesForResolution - getTransactionBuilder: + getTransactionBuilder(): annotations: - NotNull default: false type: public final returnType: net.corda.core.transactions.TransactionBuilder - hashCode: + hashCode(): annotations: [] default: false type: public returnType: int - input: + input(net.corda.core.contracts.StateRef): annotations: [] default: false type: public @@ -1144,8 +1269,9 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.StateRef - output: - annotations: [] + ? output(String, String, net.corda.core.identity.Party, Integer, net.corda.core.contracts.AttachmentConstraint, + net.corda.core.contracts.ContractState) + : annotations: [] default: false type: public returnType: void @@ -1174,7 +1300,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.ContractState - reference: + reference(net.corda.core.contracts.StateRef): annotations: [] default: false type: public @@ -1184,7 +1310,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.StateRef - retrieveOutputStateAndRef: + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -1199,7 +1325,7 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: String - timeWindow: + timeWindow(net.corda.core.contracts.TimeWindow): annotations: [] default: false type: public @@ -1209,13 +1335,13 @@ net.corda.testing.dsl.TestTransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.TimeWindow - toString: + toString(): annotations: - NotNull default: false type: public returnType: String - verifies: + verifies(): annotations: - NotNull default: false @@ -1229,8 +1355,37 @@ net.corda.testing.dsl.TransactionDSL: - net.corda.testing.dsl.TransactionDSLInterpreter interface: false methods: - _attachment: + _attachment(String): annotations: [] + default: false + type: public + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + _attachment(String, net.corda.core.crypto.SecureHash, java.util.List): + annotations: [] + default: false + type: public + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + attachmentId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + signers: + annotation: + - NotNull + type: java.util.List + ? _attachment(String, net.corda.core.crypto.SecureHash, java.util.List, java.util.Map) + : annotations: [] default: false type: public returnType: void @@ -1251,8 +1406,9 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: "java.util.Map" - _tweak: - annotations: + ? _tweak(kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public @@ -1263,7 +1419,17 @@ net.corda.testing.dsl.TransactionDSL: - NotNull type: "kotlin.jvm.functions.Function1" - attachment: + attachment(String): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + attachment(String, net.corda.core.crypto.SecureHash): annotations: [] default: false type: public final @@ -1277,7 +1443,40 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: net.corda.core.crypto.SecureHash - attachments: + ? attachment(String, net.corda.core.crypto.SecureHash, java.util.List, java.util.Map) + : annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + attachmentId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + signers: + annotation: + - NotNull + type: java.util.List + jarManifestAttributes: + annotation: + - NotNull + type: "java.util.Map" + attachment(net.corda.core.crypto.SecureHash): + annotations: [] + default: false + type: public + returnType: void + params: + attachmentId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + attachments(String[]): annotations: [] default: false type: public final @@ -1287,7 +1486,7 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: "String[]" - command: + command(java.security.PublicKey, net.corda.core.contracts.CommandData): annotations: [] default: false type: public final @@ -1301,13 +1500,21 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: net.corda.core.contracts.CommandData - fails: - annotations: - - NotNull + command(java.util.List, net.corda.core.contracts.CommandData): + annotations: [] default: false type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + returnType: void + params: + signers: + annotation: + - NotNull + type: java.util.List + commandData: + annotation: + - NotNull + type: net.corda.core.contracts.CommandData + fails with(String): annotations: - NotNull default: false @@ -1318,7 +1525,13 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: false @@ -1329,13 +1542,37 @@ net.corda.testing.dsl.TransactionDSL: annotation: - Nullable type: String - getLedgerInterpreter: + getLedgerInterpreter(): annotations: - NotNull default: false type: public returnType: net.corda.testing.dsl.LedgerDSLInterpreter - input: + input(String): + annotations: [] + default: false + type: public final + returnType: void + params: + stateLabel: + annotation: + - NotNull + type: String + input(String, String): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + stateLabel: + annotation: + - NotNull + type: String + input(String, net.corda.core.contracts.ContractState): annotations: [] default: false type: public final @@ -1349,7 +1586,126 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: net.corda.core.contracts.ContractState - output: + input(net.corda.core.contracts.StateRef): + annotations: [] + default: false + type: public + returnType: void + params: + stateRef: + annotation: + - NotNull + type: net.corda.core.contracts.StateRef + output(String, String, int, net.corda.core.contracts.ContractState): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + label: + annotation: + - NotNull + type: String + encumbrance: + annotation: [] + type: int + contractState: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + output(String, String, net.corda.core.contracts.ContractState): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + label: + annotation: + - NotNull + type: String + contractState: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + ? output(String, String, net.corda.core.identity.Party, Integer, net.corda.core.contracts.AttachmentConstraint, + net.corda.core.contracts.ContractState) + : annotations: [] + default: false + type: public + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + label: + annotation: + - Nullable + type: String + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + encumbrance: + annotation: + - Nullable + type: Integer + attachmentConstraint: + annotation: + - NotNull + type: net.corda.core.contracts.AttachmentConstraint + contractState: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + output(String, String, net.corda.core.identity.Party, net.corda.core.contracts.ContractState): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + label: + annotation: + - NotNull + type: String + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + contractState: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + output(String, int, net.corda.core.contracts.ContractState): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + encumbrance: + annotation: [] + type: int + contractState: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + output(String, net.corda.core.contracts.ContractState): annotations: [] default: false type: public final @@ -1363,7 +1719,35 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: net.corda.core.contracts.ContractState - reference: + output(String, net.corda.core.identity.Party, net.corda.core.contracts.ContractState): + annotations: [] + default: false + type: public final + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + notary: + annotation: + - NotNull + type: net.corda.core.identity.Party + contractState: + annotation: + - NotNull + type: net.corda.core.contracts.ContractState + reference(String): + annotations: [] + default: false + type: public final + returnType: void + params: + stateLabel: + annotation: + - NotNull + type: String + reference(String, net.corda.core.contracts.ContractState): annotations: [] default: false type: public final @@ -1377,7 +1761,17 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: net.corda.core.contracts.ContractState - retrieveOutputStateAndRef: + reference(net.corda.core.contracts.StateRef): + annotations: [] + default: false + type: public + returnType: void + params: + stateRef: + annotation: + - NotNull + type: net.corda.core.contracts.StateRef + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -1392,7 +1786,7 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: String - timeWindow: + timeWindow(java.time.Instant): annotations: [] default: false type: public final @@ -1402,8 +1796,33 @@ net.corda.testing.dsl.TransactionDSL: annotation: - NotNull type: java.time.Instant - tweak: - annotations: + timeWindow(java.time.Instant, java.time.Duration): + annotations: [] + default: false + type: public final + returnType: void + params: + time: + annotation: + - NotNull + type: java.time.Instant + tolerance: + annotation: + - NotNull + type: java.time.Duration + timeWindow(net.corda.core.contracts.TimeWindow): + annotations: [] + default: false + type: public + returnType: void + params: + data: + annotation: + - NotNull + type: net.corda.core.contracts.TimeWindow + ? tweak(kotlin.jvm.functions.Function1, ? extends net.corda.testing.dsl.EnforceVerifyOrFail>) + : annotations: - NotNull default: false type: public final @@ -1415,7 +1834,7 @@ net.corda.testing.dsl.TransactionDSL: type: "kotlin.jvm.functions.Function1, ? extends\ \ net.corda.testing.dsl.EnforceVerifyOrFail>" - verifies: + verifies(): annotations: - NotNull default: false @@ -1429,8 +1848,37 @@ net.corda.testing.dsl.TransactionDSLInterpreter: - net.corda.testing.dsl.Verifies interface: true methods: - _attachment: + _attachment(String): annotations: [] + default: false + type: public abstract + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + _attachment(String, net.corda.core.crypto.SecureHash, java.util.List): + annotations: [] + default: false + type: public abstract + returnType: void + params: + contractClassName: + annotation: + - NotNull + type: String + attachmentId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + signers: + annotation: + - NotNull + type: java.util.List + ? _attachment(String, net.corda.core.crypto.SecureHash, java.util.List, java.util.Map) + : annotations: [] default: false type: public abstract returnType: void @@ -1451,8 +1899,9 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: "java.util.Map" - _tweak: - annotations: + ? _tweak(kotlin.jvm.functions.Function1) + : annotations: - NotNull default: false type: public abstract @@ -1463,7 +1912,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: - NotNull type: "kotlin.jvm.functions.Function1" - attachment: + attachment(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public abstract @@ -1473,7 +1922,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.crypto.SecureHash - command: + command(java.util.List, net.corda.core.contracts.CommandData): annotations: [] default: false type: public abstract @@ -1487,13 +1936,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.CommandData - fails: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + fails with(String): annotations: - NotNull default: true @@ -1504,7 +1947,13 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: true @@ -1515,13 +1964,13 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - Nullable type: String - getLedgerInterpreter: + getLedgerInterpreter(): annotations: - NotNull default: false type: public abstract returnType: net.corda.testing.dsl.LedgerDSLInterpreter - input: + input(net.corda.core.contracts.StateRef): annotations: [] default: false type: public abstract @@ -1531,8 +1980,9 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.StateRef - output: - annotations: [] + ? output(String, String, net.corda.core.identity.Party, Integer, net.corda.core.contracts.AttachmentConstraint, + net.corda.core.contracts.ContractState) + : annotations: [] default: false type: public abstract returnType: void @@ -1561,7 +2011,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.ContractState - reference: + reference(net.corda.core.contracts.StateRef): annotations: [] default: false type: public abstract @@ -1571,7 +2021,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.StateRef - retrieveOutputStateAndRef: + retrieveOutputStateAndRef(Class, String): annotations: - NotNull default: false @@ -1586,7 +2036,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: String - timeWindow: + timeWindow(net.corda.core.contracts.TimeWindow): annotations: [] default: false type: public abstract @@ -1596,7 +2046,7 @@ net.corda.testing.dsl.TransactionDSLInterpreter: annotation: - NotNull type: net.corda.core.contracts.TimeWindow - verifies: + verifies(): annotations: - NotNull default: false @@ -1608,13 +2058,7 @@ net.corda.testing.dsl.Verifies: extends: [] interface: true methods: - fails: - annotations: - - NotNull - default: true - type: public - returnType: net.corda.testing.dsl.EnforceVerifyOrFail - fails with: + fails with(String): annotations: - NotNull default: true @@ -1625,7 +2069,13 @@ net.corda.testing.dsl.Verifies: annotation: - NotNull type: String - failsWith: + fails(): + annotations: + - NotNull + default: true + type: public + returnType: net.corda.testing.dsl.EnforceVerifyOrFail + failsWith(String): annotations: - NotNull default: true @@ -1636,7 +2086,7 @@ net.corda.testing.dsl.Verifies: annotation: - Nullable type: String - verifies: + verifies(): annotations: - NotNull default: false @@ -1649,7 +2099,7 @@ net.corda.testing.http.HttpApi: implements: [] interface: false methods: - getJson: + getJson(String, java.util.Map): annotations: [] default: false type: public final synthetic @@ -1658,19 +2108,19 @@ net.corda.testing.http.HttpApi: "null": annotation: [] type: "java.util.Map" - getMapper: + getMapper(): annotations: - NotNull default: false type: public final returnType: com.fasterxml.jackson.databind.ObjectMapper - getRoot: + getRoot(): annotations: - NotNull default: false type: public final returnType: java.net.URL - postJson: + postJson(String, Object): annotations: [] default: false type: public final @@ -1684,7 +2134,7 @@ net.corda.testing.http.HttpApi: annotation: - NotNull type: Object - postPlain: + postPlain(String, String): annotations: [] default: false type: public final @@ -1698,7 +2148,7 @@ net.corda.testing.http.HttpApi: annotation: - NotNull type: String - putJson: + putJson(String, Object): annotations: [] default: false type: public final @@ -1724,7 +2174,7 @@ net.corda.testing.http.HttpApi$Companion: implements: [] interface: false methods: - fromHostAndPort: + fromHostAndPort(net.corda.core.utilities.NetworkHostAndPort, String, String, com.fasterxml.jackson.databind.ObjectMapper): annotations: - NotNull default: false @@ -1754,13 +2204,13 @@ net.corda.testing.http.HttpUtils: implements: [] interface: false methods: - getDefaultMapper: + getDefaultMapper(): annotations: - NotNull default: false type: public final returnType: com.fasterxml.jackson.databind.ObjectMapper - getJson: + getJson(java.net.URL, java.util.Map, com.fasterxml.jackson.databind.ObjectMapper): annotations: [] default: false type: public final synthetic @@ -1769,7 +2219,7 @@ net.corda.testing.http.HttpUtils: "null": annotation: [] type: com.fasterxml.jackson.databind.ObjectMapper - postJson: + postJson(java.net.URL, String): annotations: [] default: false type: public final @@ -1783,7 +2233,7 @@ net.corda.testing.http.HttpUtils: annotation: - NotNull type: String - postPlain: + postPlain(java.net.URL, String): annotations: [] default: false type: public final @@ -1797,7 +2247,7 @@ net.corda.testing.http.HttpUtils: annotation: - NotNull type: String - putJson: + putJson(java.net.URL, String): annotations: [] default: false type: public final @@ -1824,7 +2274,7 @@ net.corda.testing.services.MockAttachmentStorage: - net.corda.core.node.services.AttachmentStorage interface: false methods: - getAttachmentIdAndBytes: + getAttachmentIdAndBytes(java.io.InputStream): annotations: - NotNull default: false @@ -1835,14 +2285,14 @@ net.corda.testing.services.MockAttachmentStorage: annotation: - NotNull type: java.io.InputStream - getFiles: + getFiles(): annotations: - NotNull default: false type: public final returnType: "java.util.Map>" - getLatestContractAttachments: + getLatestContractAttachments(String, int): annotations: - NotNull default: false @@ -1856,7 +2306,7 @@ net.corda.testing.services.MockAttachmentStorage: minContractVersion: annotation: [] type: int - hasAttachment: + hasAttachment(net.corda.core.crypto.SecureHash): annotations: [] default: false type: public @@ -1866,7 +2316,18 @@ net.corda.testing.services.MockAttachmentStorage: annotation: - NotNull type: net.corda.core.crypto.SecureHash - importAttachment: + importAttachment(java.io.InputStream): + annotations: + - NotNull + default: false + type: public + returnType: net.corda.core.crypto.SecureHash + params: + jar: + annotation: + - NotNull + type: java.io.InputStream + importAttachment(java.io.InputStream, String, String): annotations: - NotNull default: false @@ -1885,7 +2346,7 @@ net.corda.testing.services.MockAttachmentStorage: annotation: - Nullable type: String - importContractAttachment: + importContractAttachment(java.util.List, String, java.io.InputStream): annotations: - NotNull default: false @@ -1904,7 +2365,72 @@ net.corda.testing.services.MockAttachmentStorage: annotation: - NotNull type: java.io.InputStream - importOrGetAttachment: + importContractAttachment(java.util.List, String, java.io.InputStream, net.corda.core.crypto.SecureHash): + annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.SecureHash + params: + contractClassNames: + annotation: + - NotNull + type: java.util.List + uploader: + annotation: + - NotNull + type: String + jar: + annotation: + - NotNull + type: java.io.InputStream + attachmentId: + annotation: + - Nullable + type: net.corda.core.crypto.SecureHash + ? importContractAttachment(java.util.List, String, java.io.InputStream, + net.corda.core.crypto.SecureHash, java.util.List) + : annotations: + - NotNull + default: false + type: public final + returnType: net.corda.core.crypto.SecureHash + params: + contractClassNames: + annotation: + - NotNull + type: java.util.List + uploader: + annotation: + - NotNull + type: String + jar: + annotation: + - NotNull + type: java.io.InputStream + attachmentId: + annotation: + - Nullable + type: net.corda.core.crypto.SecureHash + signers: + annotation: + - NotNull + type: java.util.List + importContractAttachment(net.corda.core.crypto.SecureHash, net.corda.core.contracts.ContractAttachment): + annotations: [] + default: false + type: public final + returnType: void + params: + attachmentId: + annotation: + - NotNull + type: net.corda.core.crypto.SecureHash + contractAttachment: + annotation: + - NotNull + type: net.corda.core.contracts.ContractAttachment + importOrGetAttachment(java.io.InputStream): annotations: - NotNull default: false @@ -1915,7 +2441,7 @@ net.corda.testing.services.MockAttachmentStorage: annotation: - NotNull type: java.io.InputStream - openAttachment: + openAttachment(net.corda.core.crypto.SecureHash): annotations: - Nullable default: false @@ -1926,7 +2452,7 @@ net.corda.testing.services.MockAttachmentStorage: annotation: - NotNull type: net.corda.core.crypto.SecureHash - queryAttachments: + queryAttachments(net.corda.core.node.services.vault.AttachmentQueryCriteria, net.corda.core.node.services.vault.AttachmentSort): annotations: - NotNull default: false