public interface HistoryService
Modifier and Type | Method and Description |
---|---|
Map<UcmdbId,HistoryChanges> |
getChanges(Collection<UcmdbId> ids,
HistoryFilter filter) |
Map<UcmdbId,HistoryChanges> |
getChanges(HistoryFilter filter) |
Collection<HistoryData> |
getHistoryDataLayout(Collection<UcmdbId> ids,
HistoryTypedDataLayout layout,
Date date,
boolean enableFallbackToModel) |
Map<Date,Set<HistoryData>> |
getHistoryDataLayout(Map<Date,Set<UcmdbId>> dateToIds,
HistoryTypedDataLayout layout,
boolean enableFallbackToModel)
Retrieve the layout for the given cis for the specific date
|
HistoryQueryFactory |
getQueryFactory() |
Collection<UcmdbId> |
getRemovedCIs(String typeName,
Date fromDate,
Date toDate) |
Collection<UcmdbId> getRemovedCIs(String typeName, Date fromDate, Date toDate)
typeName
- fromDate
- toDate
- Iterable
collection of UCMDB IDs of type typeName
removed from UCMDB within the time period defined.Collection<HistoryData> getHistoryDataLayout(Collection<UcmdbId> ids, HistoryTypedDataLayout layout, Date date, boolean enableFallbackToModel)
Map<Date,Set<HistoryData>> getHistoryDataLayout(Map<Date,Set<UcmdbId>> dateToIds, HistoryTypedDataLayout layout, boolean enableFallbackToModel)
dateToIds
- ids for which to return the layout on the give datelayout
- ci layoutenableFallbackToModel
- flag enabling fallbackMap<UcmdbId,HistoryChanges> getChanges(Collection<UcmdbId> ids, HistoryFilter filter)
Map<UcmdbId,HistoryChanges> getChanges(HistoryFilter filter)
HistoryQueryFactory getQueryFactory()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.