public class SetregexAction extends Action
currentAction, currentObject, currentUPDATEACTION, ready
Modifier | Constructor and Description |
---|---|
protected |
SetregexAction()
SetregexAction constructor.
|
|
SetregexAction(Map<String,?> variableNameValue)
Setregex Action constructor from Map
|
|
SetregexAction(com.fasterxml.jackson.databind.node.ObjectNode updateData)
Setregex Action constructor from ObjectNode
|
|
SetregexAction(String variableName,
boolean value)
Setregex Action constructor
|
|
SetregexAction(String variableName,
double value)
Setregex Action constructor
|
|
SetregexAction(String variableName,
List<?> value)
Setregex Action constructor
|
|
SetregexAction(String variableName,
long value)
Setregex Action constructor
|
|
SetregexAction(String variableName,
String value)
Setregex Action constructor
|
Modifier and Type | Method and Description |
---|---|
SetregexAction |
add(String variableName,
List<?> values)
Add other Set sub actions to Query
|
SetregexAction |
add(String variableName,
String value)
Add other Set sub actions to Query
|
clean, createActionArray, createActionVariable, createActionVariableEach, createActionVariables, createActionVariableValue, createActionVariableValue, createActionVariableValue, createActionVariableValue, createActionVariableValue, createActionVariableValue, getCurrentAction, getCurrentObject, getUPDATEACTION, isReady, setReady, toString
protected SetregexAction()
public SetregexAction(String variableName, String value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic SetregexAction(String variableName, List<?> value) throws InvalidCreateOperationException
variableName
- key namevalue
- key value as a list of valuesInvalidCreateOperationException
- when query is invalidpublic SetregexAction(Map<String,?> variableNameValue) throws InvalidCreateOperationException
variableNameValue
- map of key and ValueInvalidCreateOperationException
- when query is invalidpublic SetregexAction(com.fasterxml.jackson.databind.node.ObjectNode updateData) throws InvalidCreateOperationException
updateData
- ObjectNode nativelyInvalidCreateOperationException
- when query is invalidpublic SetregexAction(String variableName, long value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic SetregexAction(String variableName, boolean value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic SetregexAction(String variableName, double value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic final SetregexAction add(String variableName, String value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic final SetregexAction add(String variableName, List<?> values) throws InvalidCreateOperationException
variableName
- key namevalues
- values as listInvalidCreateOperationException
- when query is invalidCopyright © 2018 Vitam. All rights reserved.