| Package | Description |
|---|---|
| com.entitystream.identiza.entity.resolve.match | |
| com.entitystream.identiza.entity.resolve.metadata | |
| com.entitystream.identiza.entity.resolve.storage |
| Modifier and Type | Method and Description |
|---|---|
MatchRecordInterface |
MatchSchemaSimpleImpl.calculateScore(RecordInterface base,
RecordInterface comparitor,
boolean forSearch,
boolean googleSearch,
boolean asContent,
boolean matchScoring) |
MatchRecordInterface |
MatchSchemaInterface.calculateScore(RecordInterface base,
RecordInterface comparitor,
boolean forSearch,
boolean googleSearch,
boolean asContent,
boolean matchScoring) |
boolean |
MatchRule.canRun(RecordInterface base,
RecordInterface comparitor) |
boolean |
MatchRuleInterface.canRun(RecordInterface base,
RecordInterface comparitor) |
static Map<String,MatchRecordInterface> |
MatchSchemaInterface.matchScore(String key,
RecordInterface comparitor,
RecordInterface base,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
RecordInterface |
MatchTableInterface.putRecord(RecordInterface rec,
boolean keyChanged,
boolean updateMergeCount,
String username) |
RecordInterface |
MatchTable.putRecord(RecordInterface rec,
boolean keyChanged,
boolean updateMergeCount,
String username) |
void |
MatchRecord.setBaseRecord(RecordInterface record) |
void |
MatchRecordInterface.setBaseRecord(RecordInterface record) |
void |
MatchRecord.setRecord(RecordInterface record) |
void |
MatchRecordInterface.setRecord(RecordInterface record) |
RecordInterface |
MatchSchemaSimpleImpl.standardise(RecordInterface RecordInterface) |
RecordInterface |
MatchSchemaInterface.standardise(RecordInterface base) |
| Constructor and Description |
|---|
MatchCriteria(RecordInterface record,
MatchSchemaInterface schema) |
MatchRecord(RecordInterface record,
RecordInterface baserecord,
double score,
IRule rule,
String action,
String actionText) |
| Modifier and Type | Method and Description |
|---|---|
RecordInterface |
Purpose.standardize(RecordInterface basein) |
RecordInterface |
IPurpose.standardize(RecordInterface basein) |
| Modifier and Type | Method and Description |
|---|---|
double |
Purpose.calculateScore(RecordInterface basein,
RecordInterface comparitorin,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
double |
IPurpose.calculateScore(RecordInterface basein,
RecordInterface comparitorin,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
RecordInterface |
Purpose.standardize(RecordInterface basein) |
RecordInterface |
IPurpose.standardize(RecordInterface basein) |
| Modifier and Type | Class and Description |
|---|---|
class |
Record |
| Modifier and Type | Method and Description |
|---|---|
RecordInterface |
Record.assignNode(INode n) |
RecordInterface |
RecordInterface.assignNode(INode node) |
RecordInterface |
Record.assignTable(MatchTableInterface table) |
RecordInterface |
RecordInterface.assignTable(MatchTableInterface table) |
static RecordInterface |
Record.build(MatchSchemaInterface matchSchema2) |
static RecordInterface |
RecordInterface.build(MatchSchemaInterface matchSchema) |
RecordInterface |
Record.getDocument() |
RecordInterface |
RecordInterface.getDocument() |
RecordInterface |
Record.save(boolean hasKeyChanged,
String username) |
RecordInterface |
RecordInterface.save(boolean keyChanged,
String username) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RecordInterface> |
Record.getAllRecords() |
Iterable<RecordInterface> |
RecordInterface.getAllRecords() |
Collection<RecordInterface> |
Record.getHistoryRecords() |
Collection<RecordInterface> |
RecordInterface.getHistoryRecords() |
List<RecordInterface> |
Record.getRelatedRecords(String relTypeName,
String direction,
Date when) |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.addRelatedRec(RecordInterface targetRec,
String reasonVerb,
Date dateOf,
Document values,
String actionThatCausedThis,
String user) |
void |
RecordInterface.addRelatedRec(RecordInterface rec2,
String reltype,
Date date,
Document data,
String reason,
String userName) |
void |
Record.addRelatedRec(RecordInterface targetRec,
String reasonVerb,
Date dateOf,
String actionThatCausedThis,
String user) |
void |
RecordInterface.addRelatedRec(RecordInterface targetRec,
String reasonVerb,
Date dateOf,
String actionThatCausedThis,
String user) |
boolean |
Record.applyInheritanceFrom(RecordInterface targetRec) |
boolean |
RecordInterface.applyInheritanceFrom(RecordInterface targetRec) |
MatchRecordInterface |
Record.calculateScore(RecordInterface comparitor,
boolean forSearch,
boolean googleSearch,
boolean asContent,
boolean matchScoring) |
MatchRecordInterface |
RecordInterface.calculateScore(RecordInterface comparitor,
boolean forSearch,
boolean googleSearch,
boolean asContent,
boolean matchScoring) |
boolean |
Record.equals(RecordInterface that) |
IRelationship |
Record.getRelatedTo(RecordInterface otherRec,
String relTypeName,
Date when) |
IRelationship |
RecordInterface.getRelatedTo(RecordInterface recFrom,
String reltype,
Date when) |
boolean |
Record.isRelatedTo(RecordInterface record) |
boolean |
Record.isRelatedTo(RecordInterface record,
String reltype,
Date when) |
static List<Standardized> |
Record.standardise(RecordInterface rec,
MatchSchemaInterface schema,
String purposeName,
MatchProcInterface proc,
List<PurposeColumnMap> pcm,
WordList anon) |
| Constructor and Description |
|---|
Result(RecordInterface record) |
Result(String pkey,
MatchRecordInterface matchRecord,
RecordInterface recordInterface) |
Copyright © 2021. All rights reserved.