| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.condition | |
| org.javarosa.form.api |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparisonExpressionCacheFilterStrategy
Caches down stream evaluations (in the
FilterStrategy chain) for supported expressions - currently just
XPathCmpExpr and XPathEqExpr. |
class |
EqualityExpressionIndexFilterStrategy
Uses a (lazily constructed) index to evaluate a predicate for supported expressions - currently just
XPathEqExpr where one side is relative to the instance child being filtered. |
class |
IdempotentExpressionCacheFilterStrategy
Caches down stream evaluations (in the
FilterStrategy chain) for "idempotent" (with respect to current form
state) predicates. |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDef.addFilterStrategy(FilterStrategy filterStrategy) |
| Constructor and Description |
|---|
EvaluationContext(EvaluationContext base,
List<FilterStrategy> beforeFilterStrategyChain) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormEntryController.addFilterStrategy(FilterStrategy filterStrategy) |
Copyright © 2024. All rights reserved.