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

AttachmentsQueryCriteriaParser

interface AttachmentsQueryCriteriaParser : BaseQueryCriteriaParser<AttachmentQueryCriteria, AttachmentsQueryCriteriaParser, AttachmentSort>

Functions

parseCriteria

abstract fun parseCriteria(criteria: AttachmentsQueryCriteria): Collection<Predicate>