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

Sort

data class Sort : BaseSort

Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification.

Types

Attribute

interface Attribute

CommonStateAttribute

enum class CommonStateAttribute : Attribute

Direction

enum class Direction

FungibleStateAttribute

enum class FungibleStateAttribute : Attribute

LinearStateAttribute

enum class LinearStateAttribute : Attribute

SortColumn

data class SortColumn

VaultStateAttribute

enum class VaultStateAttribute : Attribute

Constructors

<init>

Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification.

Sort(columns: Collection<SortColumn>)

Properties

columns

val columns: Collection<SortColumn>