Package | Description |
---|---|
fr.gouv.vitam.common.database.builder.query.action |
Provides classes for DSL operations
|
fr.gouv.vitam.common.database.parser.query.action |
Provides actions to be used within the Vitam DSL
|
Modifier and Type | Method and Description |
---|---|
SetAction |
SetAction.add(String variableName,
boolean value)
Add other Set sub actions to Set Query
|
SetAction |
SetAction.add(String variableName,
Date value)
Add other Set sub actions to Set Query
|
SetAction |
SetAction.add(String variableName,
double value)
Add other Set sub actions to Set Query
|
SetAction |
SetAction.add(String variableName,
List<?> values)
Add other Set sub actions to Set Query
|
SetAction |
SetAction.add(String variableName,
long value)
Add other Set sub actions to Set Query
|
SetAction |
SetAction.add(String variableName,
String value)
Add other Set sub actions to Set Query
|
static SetAction |
UpdateActionHelper.set(Map<String,?> map) |
static SetAction |
UpdateActionHelper.set(com.fasterxml.jackson.databind.node.ObjectNode node) |
static SetAction |
UpdateActionHelper.set(String variableName,
boolean value) |
static SetAction |
UpdateActionHelper.set(String variableName,
Date value) |
static SetAction |
UpdateActionHelper.set(String variableName,
double value) |
static SetAction |
UpdateActionHelper.set(String variableName,
List<?> value) |
static SetAction |
UpdateActionHelper.set(String variableName,
long value) |
static SetAction |
UpdateActionHelper.set(String variableName,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
SetAction
Set Action
|
Copyright © 2018 Vitam. All rights reserved.