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 |
---|---|
PullAction |
PullAction.add(boolean... value)
Add other Pull sub actions to Pull Query
|
PullAction |
PullAction.add(Date... value)
Add other Pull sub actions to Pull Query
|
PullAction |
PullAction.add(double... value)
Add other Pull sub actions to Pull Query
|
PullAction |
PullAction.add(long... value)
Add other Pull sub actions to Pull Query
|
PullAction |
PullAction.add(String... value)
Add other Pull sub actions to Pull Query
|
static PullAction |
UpdateActionHelper.pull(String variableName,
boolean... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
Date... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
double... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
long... value) |
static PullAction |
UpdateActionHelper.pull(String variableName,
String... value) |
Modifier and Type | Class and Description |
---|---|
class |
PullAction
Pull Action
|
Copyright © 2018 Vitam. All rights reserved.