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 PreparedQuery
ProcessException
public java.lang.String evaluateExpressions(java.util.Map<java.lang.String,java.lang.String> valMap, AttributeValueDecorator decorator) throws ProcessException
evaluateExpressions
in interface PreparedQuery
ProcessException
public boolean isExpressionLanguagePresent()
isExpressionLanguagePresent
in interface PreparedQuery
public VariableImpact getVariableImpact()
PreparedQuery
VariableImpact
that can be used to determine whether or not a given
variable impacts this Expression.getVariableImpact
in interface PreparedQuery
VariableImpact
that can be used to determine whether or not a given
variable impacts this Expression.