Package com.hp.ucmdb.api.topology
Interface ChangeStatistics
- All Superinterfaces:
- Serializable
- Since:
- 10.0.1
- 
Method SummaryModifier and TypeMethodDescriptiongetAdded()Retrieves collection of ids that were actually added by dataInRetrieves the collection of ids that were actually deletedRetrieves the map of ids and ignore reasons in string format that were Ignored by operationRetrieves the map of ids and ignore reasons that were Ignored by operationRetrieves collection of ids that were actually updated by dataIn
- 
Method Details- 
getAddedCollection<UcmdbId> getAdded()Retrieves collection of ids that were actually added by dataIn- Returns:
- collection of cmdbIds
 
- 
getUpdatedCollection<UcmdbId> getUpdated()Retrieves collection of ids that were actually updated by dataIn- Returns:
- collection of cmdbIds
 
- 
getDeletedCollection<UcmdbId> getDeleted()Retrieves the collection of ids that were actually deleted
- 
getIgnoredMapMap<UcmdbId,IgnoreReason> getIgnoredMap()Retrieves the map of ids and ignore reasons that were Ignored by operation
- 
getIgnoredDetailMapRetrieves the map of ids and ignore reasons in string format that were Ignored by operation
 
-