Package | Description |
---|---|
psdi.app.recontask.engine | |
psdi.app.recontask.engine.dataset |
Modifier and Type | Method and Description |
---|---|
void |
ReconCompResult.setIDAndKeys(ResultTableAttributes attributes,
java.util.Map idKey,
boolean isRoot,
boolean isDataSet1)
setID And Keys for the result
|
Modifier and Type | Method and Description |
---|---|
ResultTableAttributes |
DPADataSet.getReconLinkAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconlink table
and this data set's proxy names for them.
|
ResultTableAttributes |
DataSet.getReconLinkAttributeNamesForLink(boolean isDataSet1)
The data set uses this method to map database table columns that are specific to the data set to the ones
in the RECONLINK db table for the successful results of the linking phase.
|
ResultTableAttributes |
CIDataSet.getReconLinkAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconlink table
and this data set's proxy names for them.
|
ResultTableAttributes |
AssetDataSet.getReconLinkAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconlink table
and this data set's proxy names for them.
|
ResultTableAttributes |
ActualCIDataSet.getReconLinkAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconlink table
and this data set's proxy names for them.
|
ResultTableAttributes |
DPADataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) |
ResultTableAttributes |
DataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1)
The data set uses this method to map database table columns that are specific to the data set to the ones
in the RECONRESULT table for the successful or unsuccessful results of the comparison phase.
|
ResultTableAttributes |
CIDataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) |
ResultTableAttributes |
AssetDataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) |
ResultTableAttributes |
ActualCIDataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) |
ResultTableAttributes |
DPADataSet.getReconResultAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconresult table
and this data set's proxy names for them.
|
ResultTableAttributes |
DataSet.getReconResultAttributeNamesForLink(boolean isDataSet1)
The data set uses this method to map database table columns that are specific to the data set to the ones
in the RECONRESULT table for the successful results of the linking phase.
|
ResultTableAttributes |
CIDataSet.getReconResultAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconresult table
and this data set's proxy names for them.
|
ResultTableAttributes |
AssetDataSet.getReconResultAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconresult table
and this data set's proxy names for them.
|
ResultTableAttributes |
ActualCIDataSet.getReconResultAttributeNamesForLink(boolean isDataSet1)
Returns the mapping between the actual columns in the reconresult table
and this data set's proxy names for them.
|