Package | Description |
---|---|
fr.gouv.vitam.common.database.builder.query.action |
Provides classes for DSL operations
|
fr.gouv.vitam.common.database.builder.request.configuration |
Provides configuration classes containing GlobalDatas and ParserTokens
|
fr.gouv.vitam.common.database.parser.query.action |
Provides actions to be used within the Vitam DSL
|
fr.gouv.vitam.common.database.parser.request.multiple |
Provides database parsers for multiple query requests
|
fr.gouv.vitam.common.database.parser.request.single |
Provides database parsers for single query requests
|
Modifier and Type | Field and Description |
---|---|
protected BuilderToken.UPDATEACTION |
Action.currentUPDATEACTION |
Modifier and Type | Method and Description |
---|---|
BuilderToken.UPDATEACTION |
Action.getUPDATEACTION() |
Modifier and Type | Method and Description |
---|---|
static BuilderToken.UPDATEACTION |
BuilderToken.UPDATEACTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.UPDATEACTION[] |
BuilderToken.UPDATEACTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AddAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
IncAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
MaxAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
MinAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
PopAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
PullAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
PushAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
RenameAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
SetAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.JsonNode request,
VarNameAdapter adapter)
For Parsing
|
UnsetAction(BuilderToken.UPDATEACTION action,
com.fasterxml.jackson.databind.node.ArrayNode request,
VarNameAdapter adapter)
For Parsing
|
Modifier and Type | Method and Description |
---|---|
protected static BuilderToken.UPDATEACTION |
UpdateParserMultiple.getUpdateActionId(String actionroot)
Compute the QUERY from command
|
Modifier and Type | Method and Description |
---|---|
protected static BuilderToken.UPDATEACTION |
UpdateParserSingle.getUpdateActionId(String actionroot)
Compute the QUERY from command
|
Copyright © 2018 Vitam. All rights reserved.