Interface ReconciliationService


@NotFinalAPI public interface ReconciliationService
User: Nahum Nimrod Date: May 21, 2009 Time: 5:07:37 PM
  • Method Details

    • getFactory

      Factory getFactory()
    • identifyInCMDB

      IdentificationMap identifyInCMDB(TopologyData topologyData)
    • getChangedIds

      IdToElementMappings getChangedIds(Ids ids)
      gets the new ids by the original ids
      Parameters:
      ids - the original ids to check if changed.
      Returns:
      mapping between the old ids to the new ones.
    • getChangedIds

      ChangedIdsResult getChangedIds(TimeStamp changedSince)
      gets the of all ids changed since a given time stamp.
      Parameters:
      changedSince - the time stamp.
      Returns:
      mapping between the old ids to the new ones and the new time stamp to use in the next time.