psdi.app.recontask.engine.compare

Class FullCIReconComparator

    • Field Detail

      • OBJECT_RELATIONSHIP

        public static final java.lang.String OBJECT_RELATIONSHIP
        See Also:
        Constant Field Values
    • Constructor Detail

      • FullCIReconComparator

        public FullCIReconComparator()
    • Method Detail

      • compare

        public java.util.List compare(java.util.Map linkValue1,
                                      java.util.Map linkValue2)
                               throws MXException,
                                      java.rmi.RemoteException,
                                      java.sql.SQLException
        Description copied from interface: ReconComparatorI
        Compare 2 sets of data starting from the root values from data set1 and data set2. The root values are returned from the link process. They represent values from the main objects and are in the form of a attribute name - attribute value maps. The attribute names are in lower cases and they should include at least primary keys and unique ids.
        Specified by:
        compare in interface ReconComparatorI
        Overrides:
        compare in class GenericReconComparator
        Parameters:
        linkValue1 - root values for data set1
        linkValue2 - root values for data set2
        Returns:
        List of comparison results.
        Throws:
        MXException
        java.rmi.RemoteException
        java.sql.SQLException
      • compareFullCI

        public java.util.List compareFullCI(java.util.Map linkValue1,
                                            java.util.Map linkValue2)
                                     throws MXException,
                                            java.rmi.RemoteException,
                                            java.sql.SQLException
        Throws:
        MXException
        java.rmi.RemoteException
        java.sql.SQLException