Interface MatchObjectRule<DB_RESPONSE extends BaseListResponse,​OBJECT extends AbstractMatchPair>

    • Method Detail

      • lookup

        List<OBJECT> lookup​(MatchConfig config,
                            List<LineObject> lineObjects)
        Look up the OBJECTs contained in the object with in the IDM system. The look up will be based on the match criteria defined in the config object.
        Parameters:
        config - - match config
        lineObjects - - list of line objects from the source system (CSV, connector and etc..)
        Returns:
        list of matched pairs <ProvisionObject, LineObject>. if in db no object for given line object, new ProvisionObject will be created