public class Result extends Object implements Serializable, Comparable
| Constructor and Description |
|---|
Result() |
Result(Document record,
String key,
String label,
String icon) |
Result(MatchSchemaInterface schema,
Node node) |
Result(RecordInterface record) |
Result(String pkey,
MatchRecordInterface matchRecord,
Record rec,
boolean isDirect) |
Result(String pkey,
MatchRecordInterface matchRecord,
RecordInterface recordInterface) |
public Result(String pkey, MatchRecordInterface matchRecord, Record rec, boolean isDirect) throws Exception
Exceptionpublic Result(String pkey, MatchRecordInterface matchRecord, RecordInterface recordInterface) throws Exception
Exceptionpublic Result(RecordInterface record) throws Exception
Exceptionpublic Result(MatchSchemaInterface schema, Node node) throws Exception
Exceptionpublic Result()
public String getSensitivityValue()
public String getPkey()
public void setPkey(String pkey)
public double getScore()
public void setScore(double score)
public void setTable(String tableName)
public void setLabel(String label)
public String getTable()
public String getLabel()
public void setDocument(Document doc)
public Date getLastUpdated()
public void setLastUpdated(Date date)
public String getAction()
public int compareTo(Object arg0)
compareTo in interface Comparablepublic String getIcon()
public void setIcon(String icon)
public String toJSON(boolean isHistory)
public Document toDocument(ContextMap ctx)
public Document toDocument()
public String toJSON(ContextMap map, boolean isHistory)
public void setNodeID(String id)
public String getID()
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public String getJsonValues()
public Map<Result,ContextMap> getChildren()
public void setChildren(Map<Result,ContextMap> children)
public String toTreeString(ContextMap ctxm)
public boolean isInternal()
public long getRecordEID()
Copyright © 2021. All rights reserved.