Package | Description |
---|---|
psdi.app.rcnlnkrule | |
psdi.app.recontask.engine | |
psdi.app.recontask.engine.load |
Modifier and Type | Method and Description |
---|---|
ReconLinkExpression |
ReconLinkRuleRemote.buildExpression() |
ReconLinkExpression |
ReconLinkRule.buildExpression()
Method to build the Link Clause expression and validate parantheses, logical operators.
|
Modifier and Type | Field and Description |
---|---|
ReconLinkExpression |
LinkResult.LinkResultEntry.linkRule |
ReconLinkExpression |
LinkResult.SuccessfulLinkItem.linkRule |
Modifier and Type | Method and Description |
---|---|
protected void |
LinkResult.addLink(java.util.Map map,
ReconValue value,
ReconValue valueLinked,
ReconLinkExpression linkRule) |
void |
LinkResult.addLink(ReconValue leadingValue,
ReconValue subordinateValue,
ReconLinkExpression linkRule) |
void |
LinkResult.addLinks(ReconValue leadingValue,
java.util.List subordinateValues,
ReconLinkExpression linkRule) |
protected void |
ReconLinkProcessor.registerMultilinkedData(java.util.Map multilinkedSet,
ReconValue multilinkedObject,
ReconLinkExpression cascadingRule)
Registers data which got multiple linkings.
|
Modifier and Type | Method and Description |
---|---|
ReconLinkExpression |
LinkMetaDataLoader.buildExpression(MboRemote linkRule)
Builds an expression tree from a link rule containing attributes.
|