Package com.hp.ucmdb.api.reconciliation
Interface ReconciliationGlobalService
Created by IntelliJ IDEA.
User: cohenben
Date: 11/06/12
Time: 09:08
-
Method Summary
Modifier and TypeMethodDescriptionidentifyDataUpdate
(TopologyModificationData inputData, boolean createTouchIds) This method receives data to update and returns a map between the input ID to the generated global ID.
-
Method Details
-
identifyDataUpdate
ReconciliationServiceIdentificationResult identifyDataUpdate(TopologyModificationData inputData, boolean createTouchIds) This method receives data to update and returns a map between the input ID to the generated global ID. It updates the data of the UCMDB.- Parameters:
inputData
- The data to updatecreateTouchIds
- whether to create "touch" IDs- Returns:
- a map between input ID to the generated global ID.
-