public class StandardPreparedQuery extends java.lang.Object implements PreparedQuery
| Constructor and Description |
|---|
StandardPreparedQuery(java.util.List<java.lang.String> queryStrings,
java.util.Map<java.lang.String,CompiledExpression> expressions) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
evaluateExpressions(java.util.Map<java.lang.String,java.lang.String> valMap,
AttributeValueDecorator decorator) |
java.lang.String |
evaluateExpressions(java.util.Map<java.lang.String,java.lang.String> valMap,
AttributeValueDecorator decorator,
java.util.Map<java.lang.String,java.lang.String> stateVariables) |
VariableImpact |
getVariableImpact()
Returns a
VariableImpact that can be used to determine whether or not a given
variable impacts this Expression. |
boolean |
isExpressionLanguagePresent() |
public StandardPreparedQuery(java.util.List<java.lang.String> queryStrings,
java.util.Map<java.lang.String,CompiledExpression> expressions)
public java.lang.String evaluateExpressions(java.util.Map<java.lang.String,java.lang.String> valMap,
AttributeValueDecorator decorator,
java.util.Map<java.lang.String,java.lang.String> stateVariables)
throws ProcessException
evaluateExpressions in interface PreparedQueryProcessExceptionpublic java.lang.String evaluateExpressions(java.util.Map<java.lang.String,java.lang.String> valMap,
AttributeValueDecorator decorator)
throws ProcessException
evaluateExpressions in interface PreparedQueryProcessExceptionpublic boolean isExpressionLanguagePresent()
isExpressionLanguagePresent in interface PreparedQuerypublic VariableImpact getVariableImpact()
PreparedQueryVariableImpact that can be used to determine whether or not a given
variable impacts this Expression.getVariableImpact in interface PreparedQueryVariableImpact that can be used to determine whether or not a given
variable impacts this Expression.