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

AttachmentsQueryCriteriaParser

interface AttachmentsQueryCriteriaParser : BaseQueryCriteriaParser<AttachmentQueryCriteria, AttachmentsQueryCriteriaParser, AttachmentSort>

Functions

parseCriteria

abstract fun parseCriteria(criteria: AttachmentsQueryCriteria): Collection<<ERROR CLASS>>

Inherited Functions

parse

abstract fun parse(criteria: Q, sorting: S? = null): Collection<<ERROR CLASS>>

parseAnd

abstract fun parseAnd(left: Q, right: Q): Collection<<ERROR CLASS>>

parseOr

abstract fun parseOr(left: Q, right: Q): Collection<<ERROR CLASS>>

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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