Class PullAction
java.lang.Object
fr.gouv.vitam.common.database.builder.query.action.Action
fr.gouv.vitam.common.database.builder.query.action.PullAction
- Direct Known Subclasses:
PullAction
Pull Action: $pull : { name : [ value, value, ... ] }
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.database.builder.query.action.Action
currentAction, currentObject, currentUPDATEACTION, ready
-
Constructor Summary
ModifierConstructorDescriptionprotected
PullAction
(String variableName, boolean... value) Pull Action constructorPullAction
(String variableName, double... value) Pull Action constructorPullAction
(String variableName, long... value) Pull Action constructorPullAction
(String variableName, String... value) Pull Action constructorPullAction
(String variableName, Date... value) Pull Action constructor -
Method Summary
Modifier and TypeMethodDescriptionfinal PullAction
add
(boolean... value) Add other Pull sub actions to Pull Queryfinal PullAction
add
(double... value) Add other Pull sub actions to Pull Queryfinal PullAction
add
(long... value) Add other Pull sub actions to Pull Queryfinal PullAction
Add other Pull sub actions to Pull Queryfinal PullAction
Add other Pull sub actions to Pull QueryMethods inherited from class fr.gouv.vitam.common.database.builder.query.action.Action
clean, createActionValueArrayVariable, createActionVariables, createActionVariableValue, createActionVariableValue, createActionVariableValue, createActionVariableValue, createActionVariableValue, createActionVariableValue, getCurrentAction, getCurrentObject, getUPDATEACTION, isReady, setReady, toString
-
Constructor Details
-
PullAction
protected PullAction() -
PullAction
Pull Action constructor- Parameters:
variableName
- key namevalue
- key value- Throws:
InvalidCreateOperationException
- when query is invalid
-
PullAction
Pull Action constructor- Parameters:
variableName
- key namevalue
- key value- Throws:
InvalidCreateOperationException
- when query is invalid
-
PullAction
Pull Action constructor- Parameters:
variableName
- key namevalue
- key value- Throws:
InvalidCreateOperationException
- when query is invalid
-
PullAction
Pull Action constructor- Parameters:
variableName
- key namevalue
- key value- Throws:
InvalidCreateOperationException
- when query is invalid
-
PullAction
Pull Action constructor- Parameters:
variableName
- key namevalue
- key value- Throws:
InvalidCreateOperationException
- when query is invalid
-
-
Method Details
-
add
Add other Pull sub actions to Pull Query- Parameters:
value
- key value- Returns:
- the PullAction
- Throws:
InvalidCreateOperationException
- when query is invalid
-
add
Add other Pull sub actions to Pull Query- Parameters:
value
- key value- Returns:
- the PullAction
- Throws:
InvalidCreateOperationException
- when query is invalid
-
add
Add other Pull sub actions to Pull Query- Parameters:
value
- key value- Returns:
- the PullAction
- Throws:
InvalidCreateOperationException
- when query is invalid
-
add
Add other Pull sub actions to Pull Query- Parameters:
value
- key value- Returns:
- the PullAction
- Throws:
InvalidCreateOperationException
- when query is invalid
-
add
Add other Pull sub actions to Pull Query- Parameters:
value
- key value- Returns:
- the PullAction
- Throws:
InvalidCreateOperationException
- when query is invalid
-