A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

F

FAILED - enum entry in net.corda.data.flow.output.FlowStates
 
FAILED - enum entry in net.corda.data.membership.common.RegistrationStatus
 
FAILED - enum entry in net.corda.data.membership.common.v2.RegistrationStatus
 
FAILED - enum entry in net.corda.data.messaging.ResponseStatus
 
FATAL - enum entry in net.corda.data.flow.event.external.ExternalEventResponseErrorType
 
FATAL_ERROR - enum entry in net.corda.data.flow.state.external.ExternalEventStateType
 
fields() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
Get an iterator to map entries which allows iteration over all field names and values in this JsonNodeReader.
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
fillInStackTrace() - function in java.lang.Throwable
 
filter(T,java.util.Map) - function in net.corda.v5.ledger.utxo.query.VaultNamedQueryFilter
 
filter(T,java.util.Map) - function in net.corda.v5.ledger.utxo.query.VaultNamedQueryStateAndRefFilter
 
filter(net.corda.v5.ledger.utxo.query.VaultNamedQueryFilter) - function in net.corda.v5.ledger.utxo.query.registration.VaultNamedQueryBuilder
Sets the filter function of the named query.
FilteredDataInconsistencyException - class in net.corda.v5.ledger.utxo.transaction.filtered
Represents the exception that is thrown when filtered data is inconsistent with the original transaction.
FilterMyKeysFlowQuery - class in net.corda.data.crypto.wire.ops.flow.queries
Request to filter out keys from the provided collection which don't belong to the member
FilterMyKeysFlowQuery.Builder - class in net.corda.data.crypto.wire.ops.flow.queries.FilterMyKeysFlowQuery
RecordBuilder for FilterMyKeysFlowQuery instances.
filterSignedTransaction(net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Filters a UtxoSignedTransaction to create a UtxoFilteredTransaction that only contains the components specified by the UtxoFilteredTransactionBuilder output from this method.
FinalizationResult - class in net.corda.v5.ledger.utxo
Defines the result of transaction finalization
finalize(net.corda.v5.ledger.consensual.transaction.ConsensualSignedTransaction,java.util.List) - function in net.corda.v5.ledger.consensual.ConsensualLedgerService
Finalizes a transaction by collecting any remaining required signatures from counter-parties, and broadcasts the fully signed transaction to all participants involved in the transaction to be recorded in the vault.
finalize(net.corda.v5.ledger.utxo.transaction.UtxoSignedTransaction,java.util.List) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Verifies, signs, collects signatures, records and broadcasts a UtxoSignedTransaction to participants and observers.
find(java.lang.Class,Object) - function in net.corda.v5.application.persistence.PersistenceService
Finds a single entity in the persistence context of the specified entity type [T] and with the specified primaryKey.
find(java.lang.Class,java.util.List) - function in net.corda.v5.application.persistence.PersistenceService
Finds multiple entities of the same type with different primary keys in a single transaction.
FindAll - class in net.corda.data.persistence
Find all entities for the given class name.
findAll(java.lang.Class) - function in net.corda.v5.application.persistence.PersistenceService
Creates a PagedQuery to find all entities of the same type from the persistence context in a single transaction.
FindAll.Builder - class in net.corda.data.persistence.FindAll
RecordBuilder for FindAll instances.
FindEntities - class in net.corda.data.persistence
Find the specified entities.
FindEntities.Builder - class in net.corda.data.persistence.FindEntities
RecordBuilder for FindEntities instances.
findLedgerTransaction(net.corda.v5.crypto.SecureHash) - function in net.corda.v5.ledger.consensual.ConsensualLedgerService
Finds a ConsensualLedgerTransaction in the vault by its transaction ID.
findLedgerTransaction(net.corda.v5.crypto.SecureHash) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Finds a UtxoLedgerTransaction in the vault by the specified transaction ID.
findMySigningKeys(java.util.Set) - function in net.corda.v5.application.crypto.SigningService
Looks into a set of signing keys to find keys owned by the caller.
FindSignedGroupParameters - class in net.corda.data.ledger.persistence
Retrieve the specified signed group parameters, specified by its hash.
FindSignedGroupParameters.Builder - class in net.corda.data.ledger.persistence.FindSignedGroupParameters
RecordBuilder for FindSignedGroupParameters instances.
FindSignedGroupParametersResponse - class in net.corda.data.ledger.persistence
Response format for FindSignedGroupParametersResponse
FindSignedGroupParametersResponse.Builder - class in net.corda.data.ledger.persistence.FindSignedGroupParametersResponse
RecordBuilder for FindSignedGroupParametersResponse instances.
FindSignedLedgerTransaction - class in net.corda.data.ledger.persistence
Retrieve the specified ledger transaction, specified by id.
FindSignedLedgerTransaction.Builder - class in net.corda.data.ledger.persistence.FindSignedLedgerTransaction
RecordBuilder for FindSignedLedgerTransaction instances.
findSignedTransaction(net.corda.v5.crypto.SecureHash) - function in net.corda.v5.ledger.consensual.ConsensualLedgerService
Finds a ConsensualSignedTransaction in the vault by its transaction ID.
findSignedTransaction(net.corda.v5.crypto.SecureHash) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Finds a UtxoSignedTransaction in the vault by the specified transaction ID.
FindTransaction - class in net.corda.data.ledger.persistence
Retrieve the specified signed transaction, specified by id.
FindTransaction.Builder - class in net.corda.data.ledger.persistence.FindTransaction
RecordBuilder for FindTransaction instances.
FindTransactionIdsAndStatuses - class in net.corda.data.ledger.persistence
A request to fetch transaction IDs and their statuses.
FindTransactionIdsAndStatuses.Builder - class in net.corda.data.ledger.persistence.FindTransactionIdsAndStatuses
RecordBuilder for FindTransactionIdsAndStatuses instances.
findUnconsumedStatesByExactType(java.lang.Class,java.lang.Integer,java.time.Instant) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Finds unconsumed states of the specified ContractState type in the vault.
FindUnconsumedStatesByType - class in net.corda.data.ledger.persistence
Retrieve the unconsumed visible states of specific type.
findUnconsumedStatesByType(java.lang.Class) - function in net.corda.v5.ledger.utxo.UtxoLedgerService
Finds unconsumed states that are concrete implementations or subclasses of type.
FindUnconsumedStatesByType.Builder - class in net.corda.data.ledger.persistence.FindUnconsumedStatesByType
RecordBuilder for FindUnconsumedStatesByType instances.
FindWithNamedQuery - class in net.corda.data.persistence
Find entities matched by a named query.
FindWithNamedQuery.Builder - class in net.corda.data.persistence.FindWithNamedQuery
RecordBuilder for FindWithNamedQuery instances.
Fingerprint - class in net.corda.data
 
floatValue() - function in net.corda.v5.application.marshalling.json.JsonNodeReader
If this node represents a Json number type, this method returns the value as a float.
Flow - class in net.corda.v5.application.flows
Marker interface from which all flow types inherit.
FlowConfig - class in net.corda.schema.configuration
 
FlowContextProperties - class in net.corda.v5.application.flows
Context properties of a Flow are key value pairs of Strings.
FlowContextPropertiesBuilder - class in net.corda.v5.application.messaging
Builder of context properties.
FlowContextPropertyKeys - class in net.corda.v5.application.flows
 
FlowEngine - class in net.corda.v5.application.flows
FlowEngine provides core flow related functionality.
FlowEvent - class in net.corda.data.flow.event
 
FlowEvent.Builder - class in net.corda.data.flow.event.FlowEvent
RecordBuilder for FlowEvent instances.
FlowInfo - class in net.corda.v5.application.messaging
 
FlowInitiatorType - class in net.corda.data.flow
Represents the type flow initiator.
FlowKey - class in net.corda.data.flow
Represents of a unique key for a flow instance.
FlowKey.Builder - class in net.corda.data.flow.FlowKey
RecordBuilder for FlowKey instances.
FlowMapperEvent - class in net.corda.data.flow.event.mapper
 
FlowMapperEvent.Builder - class in net.corda.data.flow.event.mapper.FlowMapperEvent
RecordBuilder for FlowMapperEvent instances.
FlowMapperState - class in net.corda.data.flow.state.mapper
 
FlowMapperState.Builder - class in net.corda.data.flow.state.mapper.FlowMapperState
RecordBuilder for FlowMapperState instances.
FlowMapperStateType - class in net.corda.data.flow.state.mapper
 
FlowMessaging - class in net.corda.v5.application.messaging
FlowMessaging allows a flow to initiate and communicate with one or more 3rd party flows.
FlowOpsRequest - class in net.corda.data.crypto.wire.ops.flow
Internal over-the-wire crypto flow operations request envelope.
FlowOpsRequest.Builder - class in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest
RecordBuilder for FlowOpsRequest instances.
FlowOpsResponse - class in net.corda.data.crypto.wire.ops.flow
Response for crypto's flow operations envelope
FlowOpsResponse.Builder - class in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse
RecordBuilder for FlowOpsResponse instances.
FlowSession - class in net.corda.v5.application.messaging
A FlowSession is a handle on a communication sequence between two paired flows, possibly running on separate nodes.
FlowStackItem - class in net.corda.data.flow.state.checkpoint
Represents an item on the flow stack.
FlowStackItem.Builder - class in net.corda.data.flow.state.checkpoint.FlowStackItem
RecordBuilder for FlowStackItem instances.
FlowStackItemSession - class in net.corda.data.flow.state.checkpoint
Represents a session in the flow stack.
FlowStackItemSession.Builder - class in net.corda.data.flow.state.checkpoint.FlowStackItemSession
RecordBuilder for FlowStackItemSession instances.
FlowStartContext - class in net.corda.data.flow
The Start Flow event represents the information needed to initiate a flow.
FlowStartContext.Builder - class in net.corda.data.flow.FlowStartContext
RecordBuilder for FlowStartContext instances.
FlowState - class in net.corda.data.flow.state.checkpoint
State used by the flow engine to track the execution progress of the flow
FlowState.Builder - class in net.corda.data.flow.state.checkpoint.FlowState
RecordBuilder for FlowState instances.
FlowStates - class in net.corda.data.flow.output
 
FlowStatus - class in net.corda.data.flow.output
The Flow Status represents the current processing state of a flow at a given point in time
FlowStatus.Builder - class in net.corda.data.flow.output.FlowStatus
RecordBuilder for FlowStatus instances.
FlowTimeout - class in net.corda.data.flow
Represents of a flow timeout instruction.
FlowTimeout.Builder - class in net.corda.data.flow.FlowTimeout
RecordBuilder for FlowTimeout instances.
format(Object) - function in net.corda.v5.application.marshalling.JsonMarshallingService
Format the input data into the service's output format.
format(Object) - function in net.corda.v5.application.marshalling.MarshallingService
Format the input data into the service's output format.
from() - function in net.corda.v5.serialization.annotations.CordaSerializationTransformRename
from
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.AvroEnvelope
Deserializes a AvroEnvelope from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ExceptionEnvelope
Deserializes a ExceptionEnvelope from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.KeyValuePair
Deserializes a KeyValuePair from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.KeyValuePairList
Deserializes a KeyValuePairList from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.request.CertificateRpcRequest
Deserializes a CertificateRpcRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.request.ImportCertificateRpcRequest
Deserializes a ImportCertificateRpcRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.request.ListCertificateAliasesRpcRequest
Deserializes a ListCertificateAliasesRpcRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.request.RetrieveCertificateRpcRequest
Deserializes a RetrieveCertificateRpcRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.response.CertificateImportedRpcResponse
Deserializes a CertificateImportedRpcResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.response.CertificateRetrievalRpcResponse
Deserializes a CertificateRetrievalRpcResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.response.CertificateRpcResponse
Deserializes a CertificateRpcResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.certificates.rpc.response.ListCertificateAliasRpcResponse
Deserializes a ListCertificateAliasRpcResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.chunking.Chunk
Deserializes a Chunk from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.chunking.ChunkKey
Deserializes a ChunkKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.chunking.CpkChunkId
Deserializes a CpkChunkId from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.chunking.UploadStatus
Deserializes a UploadStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.chunking.UploadStatusKey
Deserializes a UploadStatusKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.config.Configuration
Deserializes a Configuration from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.config.ConfigurationManagementRequest
Deserializes a ConfigurationManagementRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.config.ConfigurationManagementResponse
Deserializes a ConfigurationManagementResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.config.ConfigurationSchemaVersion
Deserializes a ConfigurationSchemaVersion from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.SecureHash
Deserializes a SecureHash from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.SecureHashes
Deserializes a SecureHashes from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.ShortHashes
Deserializes a ShortHashes from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoDerivedSharedSecret
Deserializes a CryptoDerivedSharedSecret from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoKeySchemes
Deserializes a CryptoKeySchemes from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoNoContentValue
Deserializes a CryptoNoContentValue from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoPublicKey
Deserializes a CryptoPublicKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoRequestContext
Deserializes a CryptoRequestContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoResponseContext
Deserializes a CryptoResponseContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignature
Deserializes a CryptoSignature from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureParameterSpec
Deserializes a CryptoSignatureParameterSpec from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureSpec
Deserializes a CryptoSignatureSpec from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSignatureWithKey
Deserializes a CryptoSignatureWithKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSigningKey
Deserializes a CryptoSigningKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoSigningKeys
Deserializes a CryptoSigningKeys from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.CryptoStringResult
Deserializes a CryptoStringResult from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.hsm.HSMAssociationInfo
Deserializes a HSMAssociationInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationRequest
Deserializes a HSMRegistrationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.hsm.registration.HSMRegistrationResponse
Deserializes a HSMRegistrationResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignHSMCommand
Deserializes a AssignHSMCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.hsm.registration.commands.AssignSoftHSMCommand
Deserializes a AssignSoftHSMCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.hsm.registration.queries.AssignedHSMQuery
Deserializes a AssignedHSMQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsRequest
Deserializes a FlowOpsRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.FlowOpsResponse
Deserializes a FlowOpsResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.commands.GenerateFreshKeyFlowCommand
Deserializes a GenerateFreshKeyFlowCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.commands.SignFlowCommand
Deserializes a SignFlowCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.queries.ByIdsFlowQuery
Deserializes a ByIdsFlowQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.flow.queries.FilterMyKeysFlowQuery
Deserializes a FilterMyKeysFlowQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsRequest
Deserializes a RpcOpsRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.RpcOpsResponse
Deserializes a RpcOpsResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.DeriveSharedSecretCommand
Deserializes a DeriveSharedSecretCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateFreshKeyRpcCommand
Deserializes a GenerateFreshKeyRpcCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateKeyPairCommand
Deserializes a GenerateKeyPairCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.GenerateWrappingKeyRpcCommand
Deserializes a GenerateWrappingKeyRpcCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.commands.SignRpcCommand
Deserializes a SignRpcCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.queries.ByIdsRpcQuery
Deserializes a ByIdsRpcQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.queries.KeysRpcQuery
Deserializes a KeysRpcQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.crypto.wire.ops.rpc.queries.SupportedSchemesRpcQuery
Deserializes a SupportedSchemesRpcQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.deadletter.StateAndEventDeadLetterRecord
Deserializes a StateAndEventDeadLetterRecord from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.demo.DemoRecord
Deserializes a DemoRecord from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.demo.DemoStateRecord
Deserializes a DemoStateRecord from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.FlowKey
Deserializes a FlowKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.FlowStartContext
Deserializes a FlowStartContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.FlowTimeout
Deserializes a FlowTimeout from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.FlowEvent
Deserializes a FlowEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.SessionEvent
Deserializes a SessionEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.StartFlow
Deserializes a StartFlow from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.WakeUpWithException
Deserializes a WakeUpWithException from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEvent
Deserializes a ExternalEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEventContext
Deserializes a ExternalEventContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEventResponse
Deserializes a ExternalEventResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.external.ExternalEventResponseError
Deserializes a ExternalEventResponseError from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.mapper.ExecuteCleanup
Deserializes a ExecuteCleanup from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.mapper.FlowMapperEvent
Deserializes a FlowMapperEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.mapper.ScheduleCleanup
Deserializes a ScheduleCleanup from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.session.SessionClose
Deserializes a SessionClose from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.session.SessionCounterpartyInfoRequest
Deserializes a SessionCounterpartyInfoRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.session.SessionCounterpartyInfoResponse
Deserializes a SessionCounterpartyInfoResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.session.SessionData
Deserializes a SessionData from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.session.SessionError
Deserializes a SessionError from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.event.session.SessionInit
Deserializes a SessionInit from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.output.FlowStatus
Deserializes a FlowStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.Checkpoint
Deserializes a Checkpoint from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.FlowStackItem
Deserializes a FlowStackItem from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.FlowStackItemSession
Deserializes a FlowStackItemSession from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.FlowState
Deserializes a FlowState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.PipelineState
Deserializes a PipelineState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.checkpoint.RetryState
Deserializes a RetryState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.external.ExternalEventState
Deserializes a ExternalEventState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.external.ExternalEventStateStatus
Deserializes a ExternalEventStateStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.mapper.FlowMapperState
Deserializes a FlowMapperState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.session.SessionProcessState
Deserializes a SessionProcessState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.session.SessionState
Deserializes a SessionState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.waiting.CounterPartyFlowInfo
Deserializes a CounterPartyFlowInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.waiting.SessionConfirmation
Deserializes a SessionConfirmation from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.waiting.SessionData
Deserializes a SessionData from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.waiting.WaitingFor
Deserializes a WaitingFor from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.waiting.Wakeup
Deserializes a Wakeup from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.flow.state.waiting.external.ExternalEventResponse
Deserializes a ExternalEventResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.identity.HoldingIdentity
Deserializes a HoldingIdentity from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.FindSignedGroupParameters
Deserializes a FindSignedGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.FindSignedGroupParametersResponse
Deserializes a FindSignedGroupParametersResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.FindSignedLedgerTransaction
Deserializes a FindSignedLedgerTransaction from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.FindTransaction
Deserializes a FindTransaction from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.FindTransactionIdsAndStatuses
Deserializes a FindTransactionIdsAndStatuses from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.FindUnconsumedStatesByType
Deserializes a FindUnconsumedStatesByType from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.LedgerPersistenceRequest
Deserializes a LedgerPersistenceRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistSignedGroupParametersIfDoNotExist
Deserializes a PersistSignedGroupParametersIfDoNotExist from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistTransaction
Deserializes a PersistTransaction from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.PersistTransactionIfDoesNotExist
Deserializes a PersistTransactionIfDoesNotExist from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.ResolveStateRefs
Deserializes a ResolveStateRefs from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UpdateTransactionStatus
Deserializes a UpdateTransactionStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UtxoTransactionOutput
Deserializes a UtxoTransactionOutput from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.persistence.UtxoTransactionOutputs
Deserializes a UtxoTransactionOutputs from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.StateRef
Deserializes a StateRef from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.Token
Deserializes a Token from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenAmount
Deserializes a TokenAmount from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQuery
Deserializes a TokenBalanceQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenBalanceQueryResult
Deserializes a TokenBalanceQueryResult from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenCachedSyncCheck
Deserializes a TokenCachedSyncCheck from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaim
Deserializes a TokenClaim from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQuery
Deserializes a TokenClaimQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimQueryResult
Deserializes a TokenClaimQueryResult from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimRelease
Deserializes a TokenClaimRelease from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenClaimReleaseAck
Deserializes a TokenClaimReleaseAck from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenForceClaimRelease
Deserializes a TokenForceClaimRelease from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncRequest
Deserializes a TokenFullSyncRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenFullSyncState
Deserializes a TokenFullSyncState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenLedgerChange
Deserializes a TokenLedgerChange from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenPoolPeriodicSyncState
Deserializes a TokenPoolPeriodicSyncState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenSyncWakeUp
Deserializes a TokenSyncWakeUp from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.data.TokenUnspentSyncCheck
Deserializes a TokenUnspentSyncCheck from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.event.TokenPoolCacheEvent
Deserializes a TokenPoolCacheEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.event.TokenSyncEvent
Deserializes a TokenSyncEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.key.TokenPoolCacheKey
Deserializes a TokenPoolCacheKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.state.TokenPoolCacheState
Deserializes a TokenPoolCacheState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.ledger.utxo.token.selection.state.TokenSyncState
Deserializes a TokenSyncState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.PersistentGroupParameters
Deserializes a PersistentGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.PersistentMemberInfo
Deserializes a PersistentMemberInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.PersistentSignedMemberInfo
Deserializes a PersistentSignedMemberInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedData
Deserializes a SignedData from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedGroupParameters
Deserializes a SignedGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.SignedMemberInfo
Deserializes a SignedMemberInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.StaticNetworkInfo
Deserializes a StaticNetworkInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.actions.request.DistributeGroupParameters
Deserializes a DistributeGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.actions.request.DistributeMemberInfo
Deserializes a DistributeMemberInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.actions.request.MembershipActionsRequest
Deserializes a MembershipActionsRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.async.request.MembershipAsyncRequest
Deserializes a MembershipAsyncRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.async.request.MembershipAsyncRequestState
Deserializes a MembershipAsyncRequestState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.async.request.RegistrationAsyncRequest
Deserializes a RegistrationAsyncRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.async.request.RetriableFailure
Deserializes a RetriableFailure from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.async.request.SentToMgmWaitingForNetwork
Deserializes a SentToMgmWaitingForNetwork from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.RegistrationCommand
Deserializes a RegistrationCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.member.PersistMemberRegistrationState
Deserializes a PersistMemberRegistrationState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.member.ProcessMemberVerificationRequest
Deserializes a ProcessMemberVerificationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.ApproveRegistration
Deserializes a ApproveRegistration from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.CheckForPendingRegistration
Deserializes a CheckForPendingRegistration from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.DeclineRegistration
Deserializes a DeclineRegistration from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.ProcessMemberVerificationResponse
Deserializes a ProcessMemberVerificationResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.QueueRegistration
Deserializes a QueueRegistration from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.StartRegistration
Deserializes a StartRegistration from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.registration.mgm.VerifyMember
Deserializes a VerifyMember from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.synchronisation.SynchronisationCommand
Deserializes a SynchronisationCommand from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.synchronisation.SynchronisationMetaData
Deserializes a SynchronisationMetaData from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.synchronisation.member.ProcessMembershipUpdates
Deserializes a ProcessMembershipUpdates from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.command.synchronisation.mgm.ProcessSyncRequest
Deserializes a ProcessSyncRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.common.ApprovalRuleDetails
Deserializes a ApprovalRuleDetails from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.common.RegistrationRequestDetails
Deserializes a RegistrationRequestDetails from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.MembershipPersistenceRequest
Deserializes a MembershipPersistenceRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.MembershipRequestContext
Deserializes a MembershipRequestContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequest
Deserializes a MembershipPersistenceAsyncRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.async.MembershipPersistenceAsyncRequestState
Deserializes a MembershipPersistenceAsyncRequestState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.ActivateMember
Deserializes a ActivateMember from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.AddNotaryToGroupParameters
Deserializes a AddNotaryToGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.AddPreAuthToken
Deserializes a AddPreAuthToken from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.ConsumePreAuthToken
Deserializes a ConsumePreAuthToken from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.DeleteApprovalRule
Deserializes a DeleteApprovalRule from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.MutualTlsAddToAllowedCertificates
Deserializes a MutualTlsAddToAllowedCertificates from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.MutualTlsRemoveFromAllowedCertificates
Deserializes a MutualTlsRemoveFromAllowedCertificates from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.PersistApprovalRule
Deserializes a PersistApprovalRule from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.PersistGroupParameters
Deserializes a PersistGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.PersistGroupParametersInitialSnapshot
Deserializes a PersistGroupParametersInitialSnapshot from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.PersistGroupPolicy
Deserializes a PersistGroupPolicy from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.PersistMemberInfo
Deserializes a PersistMemberInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.PersistRegistrationRequest
Deserializes a PersistRegistrationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.RevokePreAuthToken
Deserializes a RevokePreAuthToken from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.SuspendMember
Deserializes a SuspendMember from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.UpdateGroupParameters
Deserializes a UpdateGroupParameters from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToApproved
Deserializes a UpdateMemberAndRegistrationRequestToApproved from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.UpdateMemberAndRegistrationRequestToDeclined
Deserializes a UpdateMemberAndRegistrationRequestToDeclined from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.UpdateRegistrationRequestStatus
Deserializes a UpdateRegistrationRequestStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.command.UpdateStaticNetworkInfo
Deserializes a UpdateStaticNetworkInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.MutualTlsListAllowedCertificates
Deserializes a MutualTlsListAllowedCertificates from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryApprovalRules
Deserializes a QueryApprovalRules from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryGroupPolicy
Deserializes a QueryGroupPolicy from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryMemberInfo
Deserializes a QueryMemberInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryMemberSignature
Deserializes a QueryMemberSignature from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryPreAuthToken
Deserializes a QueryPreAuthToken from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequest
Deserializes a QueryRegistrationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryRegistrationRequests
Deserializes a QueryRegistrationRequests from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.request.query.QueryStaticNetworkInfo
Deserializes a QueryStaticNetworkInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.MembershipPersistenceResponse
Deserializes a MembershipPersistenceResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.MembershipResponseContext
Deserializes a MembershipResponseContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.command.ActivateMemberResponse
Deserializes a ActivateMemberResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.command.DeleteApprovalRuleResponse
Deserializes a DeleteApprovalRuleResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.command.PersistApprovalRuleResponse
Deserializes a PersistApprovalRuleResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.command.PersistGroupParametersResponse
Deserializes a PersistGroupParametersResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.command.RevokePreAuthTokenResponse
Deserializes a RevokePreAuthTokenResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.command.SuspendMemberResponse
Deserializes a SuspendMemberResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.ApprovalRulesQueryResponse
Deserializes a ApprovalRulesQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.GroupPolicyQueryResponse
Deserializes a GroupPolicyQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.MemberInfoQueryResponse
Deserializes a MemberInfoQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.MemberSignature
Deserializes a MemberSignature from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.MemberSignatureQueryResponse
Deserializes a MemberSignatureQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.MutualTlsListAllowedCertificatesResponse
Deserializes a MutualTlsListAllowedCertificatesResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.PersistenceFailedResponse
Deserializes a PersistenceFailedResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.PreAuthTokenQueryResponse
Deserializes a PreAuthTokenQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.RegistrationRequestQueryResponse
Deserializes a RegistrationRequestQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.RegistrationRequestsQueryResponse
Deserializes a RegistrationRequestsQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.StaticNetworkInfoQueryResponse
Deserializes a StaticNetworkInfoQueryResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.db.response.query.UpdateMemberAndRegistrationRequestResponse
Deserializes a UpdateMemberAndRegistrationRequestResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.event.MembershipEvent
Deserializes a MembershipEvent from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.event.registration.MemberRegistrationApproved
Deserializes a MemberRegistrationApproved from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.event.registration.MemberRegistrationDeclined
Deserializes a MemberRegistrationDeclined from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.event.registration.MgmOnboarded
Deserializes a MgmOnboarded from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.DistributionMetaData
Deserializes a DistributionMetaData from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.MembershipPackage
Deserializes a MembershipPackage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.MembershipRegistrationRequest
Deserializes a MembershipRegistrationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.MembershipSyncRequest
Deserializes a MembershipSyncRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.SetOwnRegistrationStatus
Deserializes a SetOwnRegistrationStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.SignedMemberships
Deserializes a SignedMemberships from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequest
Deserializes a UnauthenticatedRegistrationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.UnauthenticatedRegistrationRequestHeader
Deserializes a UnauthenticatedRegistrationRequestHeader from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.VerificationRequest
Deserializes a VerificationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.VerificationResponse
Deserializes a VerificationResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.p2p.v2.SetOwnRegistrationStatus
Deserializes a SetOwnRegistrationStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.preauth.PreAuthToken
Deserializes a PreAuthToken from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.rpc.request.MGMGroupPolicyRequest
Deserializes a MGMGroupPolicyRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.rpc.request.MembershipRpcRequest
Deserializes a MembershipRpcRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.rpc.request.MembershipRpcRequestContext
Deserializes a MembershipRpcRequestContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.rpc.response.MGMGroupPolicyResponse
Deserializes a MGMGroupPolicyResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.rpc.response.MembershipRpcResponse
Deserializes a MembershipRpcResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.rpc.response.MembershipRpcResponseContext
Deserializes a MembershipRpcResponseContext from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.state.CompletedCommandMetadata
Deserializes a CompletedCommandMetadata from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.membership.state.RegistrationState
Deserializes a RegistrationState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.messaging.RPCRequest
Deserializes a RPCRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.messaging.RPCResponse
Deserializes a RPCResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.AuthenticatedMessageAck
Deserializes a AuthenticatedMessageAck from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.AuthenticatedMessageAndKey
Deserializes a AuthenticatedMessageAndKey from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.AuthenticatedMessageDeliveryState
Deserializes a AuthenticatedMessageDeliveryState from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.DataMessagePayload
Deserializes a DataMessagePayload from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.GatewayTlsCertificates
Deserializes a GatewayTlsCertificates from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.GatewayTruststore
Deserializes a GatewayTruststore from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.HeartbeatMessage
Deserializes a HeartbeatMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.HeartbeatMessageAck
Deserializes a HeartbeatMessageAck from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.HostedIdentityEntry
Deserializes a HostedIdentityEntry from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.HostedIdentitySessionKeyAndCert
Deserializes a HostedIdentitySessionKeyAndCert from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.LinkInMessage
Deserializes a LinkInMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.LinkOutHeader
Deserializes a LinkOutHeader from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.LinkOutMessage
Deserializes a LinkOutMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.MessageAck
Deserializes a MessageAck from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.SessionPartitions
Deserializes a SessionPartitions from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.AppMessage
Deserializes a AppMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.AuthenticatedMessage
Deserializes a AuthenticatedMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.AuthenticatedMessageHeader
Deserializes a AuthenticatedMessageHeader from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessage
Deserializes a InboundUnauthenticatedMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.InboundUnauthenticatedMessageHeader
Deserializes a InboundUnauthenticatedMessageHeader from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessage
Deserializes a OutboundUnauthenticatedMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.app.OutboundUnauthenticatedMessageHeader
Deserializes a OutboundUnauthenticatedMessageHeader from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedDataMessage
Deserializes a AuthenticatedDataMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.AuthenticatedEncryptedDataMessage
Deserializes a AuthenticatedEncryptedDataMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.CommonHeader
Deserializes a CommonHeader from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHandshakeMessage
Deserializes a InitiatorHandshakeMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.InitiatorHelloMessage
Deserializes a InitiatorHelloMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHandshakeMessage
Deserializes a ResponderHandshakeMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.ResponderHelloMessage
Deserializes a ResponderHelloMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorEncryptedExtensions
Deserializes a InitiatorEncryptedExtensions from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakeIdentity
Deserializes a InitiatorHandshakeIdentity from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.InitiatorHandshakePayload
Deserializes a InitiatorHandshakePayload from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderEncryptedExtensions
Deserializes a ResponderEncryptedExtensions from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.crypto.internal.ResponderHandshakePayload
Deserializes a ResponderHandshakePayload from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.gateway.GatewayMessage
Deserializes a GatewayMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.gateway.GatewayResponse
Deserializes a GatewayResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.gateway.certificates.Active
Deserializes a Active from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckRequest
Deserializes a RevocationCheckRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.gateway.certificates.RevocationCheckResponse
Deserializes a RevocationCheckResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.gateway.certificates.Revoked
Deserializes a Revoked from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.AppMessageMarker
Deserializes a AppMessageMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.ApplicationProcessedMarker
Deserializes a ApplicationProcessedMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.ApplicationRejectedStaleMarker
Deserializes a ApplicationRejectedStaleMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.GatewaySentMarker
Deserializes a GatewaySentMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.LinkManagerDiscardedMarker
Deserializes a LinkManagerDiscardedMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.LinkManagerProcessedMarker
Deserializes a LinkManagerProcessedMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.LinkManagerReceivedMarker
Deserializes a LinkManagerReceivedMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.LinkManagerSentMarker
Deserializes a LinkManagerSentMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.markers.TtlExpiredMarker
Deserializes a TtlExpiredMarker from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.mtls.MemberAllowedCertificateSubject
Deserializes a MemberAllowedCertificateSubject from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.mtls.MgmAllowedCertificateSubject
Deserializes a MgmAllowedCertificateSubject from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.p2p.mtls.gateway.ClientCertificateSubjects
Deserializes a ClientCertificateSubjects from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CorDappManifest
Deserializes a CorDappManifest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpiIdentifier
Deserializes a CpiIdentifier from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpiMetadata
Deserializes a CpiMetadata from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpiSegmentRequest
Deserializes a CpiSegmentRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpiSegmentResponse
Deserializes a CpiSegmentResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpkFormatVersion
Deserializes a CpkFormatVersion from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpkIdentifier
Deserializes a CpkIdentifier from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpkManifest
Deserializes a CpkManifest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.packaging.CpkMetadata
Deserializes a CpkMetadata from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.ChangeDetails
Deserializes a ChangeDetails from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.Group
Deserializes a Group from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.Permission
Deserializes a Permission from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.PermissionAssociation
Deserializes a PermissionAssociation from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.Property
Deserializes a Property from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.Role
Deserializes a Role from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.RoleAssociation
Deserializes a RoleAssociation from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.User
Deserializes a User from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.PermissionManagementRequest
Deserializes a PermissionManagementRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.PermissionManagementResponse
Deserializes a PermissionManagementResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsRequest
Deserializes a BulkCreatePermissionsRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.permission.BulkCreatePermissionsResponse
Deserializes a BulkCreatePermissionsResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.permission.CreatePermissionRequest
Deserializes a CreatePermissionRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.role.AddPermissionToRoleRequest
Deserializes a AddPermissionToRoleRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.role.CreateRoleRequest
Deserializes a CreateRoleRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.role.RemovePermissionFromRoleRequest
Deserializes a RemovePermissionFromRoleRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.user.AddRoleToUserRequest
Deserializes a AddRoleToUserRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.user.CreateUserRequest
Deserializes a CreateUserRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.management.user.RemoveRoleFromUserRequest
Deserializes a RemoveRoleFromUserRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.summary.PermissionSummary
Deserializes a PermissionSummary from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.permissions.summary.UserPermissionSummary
Deserializes a UserPermissionSummary from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.DeleteEntities
Deserializes a DeleteEntities from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.DeleteEntitiesById
Deserializes a DeleteEntitiesById from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.EntityRequest
Deserializes a EntityRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.EntityResponse
Deserializes a EntityResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.FindAll
Deserializes a FindAll from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.FindEntities
Deserializes a FindEntities from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.FindWithNamedQuery
Deserializes a FindWithNamedQuery from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.MergeEntities
Deserializes a MergeEntities from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.persistence.PersistEntities
Deserializes a PersistEntities from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.scheduler.ScheduledTaskTrigger
Deserializes a ScheduledTaskTrigger from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.sync.BloomFilter
Deserializes a BloomFilter from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.test.EvolvedMessage
Deserializes a EvolvedMessage from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckRequestAvro
Deserializes a UniquenessCheckRequestAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResponseAvro
Deserializes a UniquenessCheckResponseAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultInputStateConflictAvro
Deserializes a UniquenessCheckResultInputStateConflictAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultInputStateUnknownAvro
Deserializes a UniquenessCheckResultInputStateUnknownAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultMalformedRequestAvro
Deserializes a UniquenessCheckResultMalformedRequestAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultReferenceStateConflictAvro
Deserializes a UniquenessCheckResultReferenceStateConflictAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultReferenceStateUnknownAvro
Deserializes a UniquenessCheckResultReferenceStateUnknownAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultSuccessAvro
Deserializes a UniquenessCheckResultSuccessAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultTimeWindowOutOfBoundsAvro
Deserializes a UniquenessCheckResultTimeWindowOutOfBoundsAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.uniqueness.UniquenessCheckResultUnhandledExceptionAvro
Deserializes a UniquenessCheckResultUnhandledExceptionAvro from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeAsynchronousRequest
Deserializes a VirtualNodeAsynchronousRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeCreateRequest
Deserializes a VirtualNodeCreateRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeCreateResponse
Deserializes a VirtualNodeCreateResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeDBResetRequest
Deserializes a VirtualNodeDBResetRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeDBResetResponse
Deserializes a VirtualNodeDBResetResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeInfo
Deserializes a VirtualNodeInfo from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeManagementRequest
Deserializes a VirtualNodeManagementRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeManagementResponse
Deserializes a VirtualNodeManagementResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeManagementResponseFailure
Deserializes a VirtualNodeManagementResponseFailure from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeOperationStatus
Deserializes a VirtualNodeOperationStatus from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusRequest
Deserializes a VirtualNodeOperationStatusRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeOperationStatusResponse
Deserializes a VirtualNodeOperationStatusResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeStateChangeRequest
Deserializes a VirtualNodeStateChangeRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeStateChangeResponse
Deserializes a VirtualNodeStateChangeResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeUpgradeRequest
Deserializes a VirtualNodeUpgradeRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.data.virtualnode.VirtualNodeUpgradeResponse
Deserializes a VirtualNodeUpgradeResponse from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.ledger.utxo.verification.CordaPackageSummary
Deserializes a CordaPackageSummary from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.ledger.utxo.verification.TransactionVerificationRequest
Deserializes a TransactionVerificationRequest from a ByteBuffer.
fromByteBuffer(java.nio.ByteBuffer) - function in net.corda.ledger.utxo.verification.TransactionVerificationResponse
Deserializes a TransactionVerificationResponse from a ByteBuffer.
fromProxy(PROXY) - function in net.corda.v5.serialization.SerializationCustomSerializer
Facilitates the conversion of the proxy object into a new instance of the unserializable type.
fromString(java.lang.String) - function in net.corda.v5.base.versioning.Version
Parses a version object from a string.
FULL_SYNC - enum entry in net.corda.data.ledger.utxo.token.selection.state.TokenSyncMode
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W