Package com.hp.ucmdb.api.reconciliation
Interface ReconciliationService
User: Nahum Nimrod
 Date: May 21, 2009
 Time: 5:07:37 PM
- 
Method SummaryModifier and TypeMethodDescriptiongetChangedIds(Ids ids) gets the new ids by the original idsgetChangedIds(TimeStamp changedSince) gets the of all ids changed since a given time stamp.identifyInCMDB(TopologyData topologyData) 
- 
Method Details- 
getFactoryFactory getFactory()
- 
identifyInCMDB
- 
getChangedIdsgets 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.
 
- 
getChangedIdsgets 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.
 
 
-