Interface ReconciliationGlobalService


@NotFinalAPI public interface ReconciliationGlobalService
Created by IntelliJ IDEA. User: cohenben Date: 11/06/12 Time: 09:08
  • 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 update
      createTouchIds - whether to create "touch" IDs
      Returns:
      a map between input ID to the generated global ID.