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 PullActionPullAction. add(boolean... value)Add other Pull sub actions to Pull QueryPullActionPullAction. add(double... value)Add other Pull sub actions to Pull QueryPullActionPullAction. add(long... value)Add other Pull sub actions to Pull QueryPullActionPullAction. add(java.lang.String... value)Add other Pull sub actions to Pull QueryPullActionPullAction. add(java.util.Date... value)Add other Pull sub actions to Pull Querystatic PullActionUpdateActionHelper. pull(java.lang.String variableName, boolean... value)static PullActionUpdateActionHelper. pull(java.lang.String variableName, double... value)static PullActionUpdateActionHelper. pull(java.lang.String variableName, long... value)static PullActionUpdateActionHelper. pull(java.lang.String variableName, java.lang.String... value)static PullActionUpdateActionHelper. 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 classPullActionPull Action
-