Uses of Class
fr.gouv.vitam.common.database.builder.query.action.SetregexAction
-
Packages that use SetregexAction 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 SetregexAction in fr.gouv.vitam.common.database.builder.query.action
Methods in fr.gouv.vitam.common.database.builder.query.action that return SetregexAction Modifier and Type Method Description SetregexAction
SetregexAction. add(java.lang.String variableName, java.lang.String value)
Add other Set sub actions to QuerySetregexAction
SetregexAction. add(java.lang.String variableName, java.util.List<?> values)
Add other Set sub actions to Query -
Uses of SetregexAction in fr.gouv.vitam.common.database.parser.query.action
Subclasses of SetregexAction in fr.gouv.vitam.common.database.parser.query.action Modifier and Type Class Description class
SetregexAction
Setregex Action
-