Uses of Class
fr.gouv.vitam.common.database.builder.query.action.PullAction
-
Packages that use PullAction Package Description fr.gouv.vitam.common.database.builder.query.action Provides classes for DSL operationsfr.gouv.vitam.common.database.parser.query.action Provides actions to be used within the Vitam DSL -
-
Uses of PullAction in fr.gouv.vitam.common.database.builder.query.action
Methods in fr.gouv.vitam.common.database.builder.query.action that return PullAction Modifier and Type Method Description PullAction
PullAction. add(boolean... value)
Add other Pull sub actions to Pull QueryPullAction
PullAction. add(double... value)
Add other Pull sub actions to Pull QueryPullAction
PullAction. add(long... value)
Add other Pull sub actions to Pull QueryPullAction
PullAction. add(java.lang.String... value)
Add other Pull sub actions to Pull QueryPullAction
PullAction. add(java.util.Date... value)
Add other Pull sub actions to Pull Querystatic PullAction
UpdateActionHelper. pull(java.lang.String variableName, boolean... value)
static PullAction
UpdateActionHelper. pull(java.lang.String variableName, double... value)
static PullAction
UpdateActionHelper. pull(java.lang.String variableName, long... value)
static PullAction
UpdateActionHelper. pull(java.lang.String variableName, java.lang.String... value)
static PullAction
UpdateActionHelper. pull(java.lang.String variableName, java.util.Date... value)
-
Uses of PullAction in fr.gouv.vitam.common.database.parser.query.action
Subclasses of PullAction in fr.gouv.vitam.common.database.parser.query.action Modifier and Type Class Description class
PullAction
Pull Action
-