Package | Description |
---|---|
psdi.app.recontask.engine |
Modifier and Type | Class and Description |
---|---|
class |
ReconCompAttributesEqualityExpression |
class |
ReconCompFilterExpression |
class |
ReconCompMatchesFoundExpression |
class |
ReconLinkExpression
This class represents a reconciliation link expression and contains methods
for evaluating it.
|
Modifier and Type | Field and Description |
---|---|
protected ReconExpression |
ReconValue.rule
a successful rule reference piggybacked on the ReconValue object (no need
for yet another cache, a successful match will always correspond to one
rule)
|
Modifier and Type | Method and Description |
---|---|
ReconExpression |
ReconValue.getRule() |
protected ReconExpression |
ComparisonRule.readReconCompExpression(MboRemote rule,
java.lang.String relationship)
Retrieves an expression for this comparison rule
|
Modifier and Type | Method and Description |
---|---|
void |
ReconValue.setRule(ReconExpression rule) |