Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.recontask.engine.ResultTableAttributes

  • Packages that use ResultTableAttributes 
    Package Description
    psdi.app.recontask.engine  
    psdi.app.recontask.engine.dataset  
    • Uses of ResultTableAttributes in psdi.app.recontask.engine

      Methods in psdi.app.recontask.engine with parameters of type ResultTableAttributes 
      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
    • Uses of ResultTableAttributes in psdi.app.recontask.engine.dataset

      Methods in psdi.app.recontask.engine.dataset that return ResultTableAttributes 
      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 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 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 DPADataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) 
      ResultTableAttributes CIDataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) 
      ResultTableAttributes AssetDataSet.getReconResultAttributeNamesForComparison(boolean isDataSet1) 
      ResultTableAttributes ActualCIDataSet.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 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 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.
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes