| Package | Description |
|---|---|
| psdi.app.recontask.engine |
| Modifier and Type | Field and Description |
|---|---|
protected ReconCompFilterExpression |
ComparisonRule.filterExpression1
An expression representing the filter clauses of the 1st data set
over the object attributes read in memory (that is, not carried out on the
database side by a where clause)
|
protected ReconCompFilterExpression |
ComparisonRule.filterExpression2
An expression representing the filter clauses of the 2nd data set over
the object attributes read in memory (that is, not carried out on the
database side by a where clause)
|
| Modifier and Type | Method and Description |
|---|---|
ReconCompFilterExpression |
ComparisonRule.getFilterExpression1() |
ReconCompFilterExpression |
ComparisonRule.getFilterExpression2() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComparisonRule.setFilterExpression1(ReconCompFilterExpression expression)
Assigns the data set2 Filter Expression.
|
protected void |
ComparisonRule.setFilterExpression2(ReconCompFilterExpression expression)
Assigns the data set1 Filter Expression.
|