corda / net.corda.core.node.services.vault / SortAttribute

SortAttribute

sealed class SortAttribute

Types

Custom

entityStateClass should reference a persistent state entity entityStateColumnName should reference an entity attribute name as defined by the associated mapped schema (for example, CashSchemaV1.PersistentCashState::currency.name)

data class Custom : SortAttribute

Standard

sortAttribute refers to common table attributes defined in the node schemas: VaultState, VaultLinearStates, VaultFungibleStates

data class Standard : SortAttribute