Interface ChangeStatistics

All Superinterfaces:
Serializable

public interface ChangeStatistics extends Serializable
Since:
10.0.1
  • 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

      Map<UcmdbId,String> getIgnoredDetailMap()
      Retrieves the map of ids and ignore reasons in string format that were Ignored by operation