Uses of Interface
org.camunda.bpm.engine.query.QueryExpressionValidator
Packages that use QueryExpressionValidator
-
Uses of QueryExpressionValidator in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as QueryExpressionValidatorModifier and TypeFieldDescriptionprotected QueryExpressionValidatorProcessEngineConfigurationImpl.queryExpressionValidatorMethods in org.camunda.bpm.engine.impl.cfg that return QueryExpressionValidatorMethods in org.camunda.bpm.engine.impl.cfg with parameters of type QueryExpressionValidatorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setQueryExpressionValidator(QueryExpressionValidator queryExpressionValidator) -
Uses of QueryExpressionValidator in org.camunda.bpm.engine.impl.query
Classes in org.camunda.bpm.engine.impl.query that implement QueryExpressionValidatorModifier and TypeClassDescriptionclassDefaultQueryExpressionValidatorthat protects query expressions from referencing arbitrary EL functions or beans.