Package com.hp.ucmdb.api.topology
Interface ChangeStatistics
- All Superinterfaces:
Serializable
- Since:
- 10.0.1
-
Method Summary
Modifier 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
-
getAdded
Collection<UcmdbId> getAdded()Retrieves collection of ids that were actually added by dataIn- Returns:
- collection of cmdbIds
-
getUpdated
Collection<UcmdbId> getUpdated()Retrieves collection of ids that were actually updated by dataIn- Returns:
- collection of cmdbIds
-
getDeleted
Collection<UcmdbId> getDeleted()Retrieves the collection of ids that were actually deleted -
getIgnoredMap
Map<UcmdbId,IgnoreReason> getIgnoredMap()Retrieves the map of ids and ignore reasons that were Ignored by operation -
getIgnoredDetailMap
Retrieves the map of ids and ignore reasons in string format that were Ignored by operation
-