Package | Description |
---|---|
fr.gouv.vitam.common.database.parser.query |
Provides queries to be used within the Vitam DSL
|
Modifier and Type | Method and Description |
---|---|
static CompareQuery |
QueryParserHelper.eq(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static CompareQuery |
QueryParserHelper.gt(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static CompareQuery |
QueryParserHelper.gte(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static CompareQuery |
QueryParserHelper.lt(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static CompareQuery |
QueryParserHelper.lte(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static CompareQuery |
QueryParserHelper.ne(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
static CompareQuery |
QueryParserHelper.size(com.fasterxml.jackson.databind.JsonNode command,
VarNameAdapter adapter) |
Copyright © 2018 Vitam. All rights reserved.