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(columns: Collection<SortColumn>)

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.

Properties

columns

val columns: Collection<SortColumn>

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.