19 package org.sleuthkit.autopsy.datasourcesummary.ui;
21 import java.util.Arrays;
22 import java.util.Collections;
23 import java.util.HashSet;
25 import java.util.List;
44 BlackboardArtifact.ARTIFACT_TYPE.TSK_RECENT_OBJECT.getTypeID(),
45 BlackboardArtifact.ARTIFACT_TYPE.TSK_WEB_DOWNLOAD.getTypeID(),
46 BlackboardArtifact.ARTIFACT_TYPE.TSK_ASSOCIATED_OBJECT.getTypeID(),
47 BlackboardArtifact.ARTIFACT_TYPE.TSK_EMAIL_MSG.getTypeID(),
48 BlackboardArtifact.ARTIFACT_TYPE.TSK_MESSAGE.getTypeID()
62 return Collections.unmodifiableSet(ARTIFACT_UPDATE_TYPE_IDS);
97 public List<RecentDownloadDetails>
getRecentDownloads(DataSource dataSource,
int maxCount)
throws TskCoreException, SleuthkitCaseProviderException {
113 public List<RecentAttachmentDetails>
getRecentAttachments(DataSource dataSource,
int maxCount)
throws SleuthkitCaseProviderException, TskCoreException {
static final Set< Integer > ARTIFACT_UPDATE_TYPE_IDS
Set< Integer > getArtifactTypeIdsForRefresh()
List< RecentFileDetails > getRecentlyOpenedDocuments(DataSource dataSource, int maxCount)
List< RecentDownloadDetails > getRecentDownloads(DataSource dataSource, int maxCount)
final RecentFilesSummary recentSummary
List< RecentAttachmentDetails > getRecentAttachments(DataSource dataSource, int maxCount)
List< RecentDownloadDetails > getRecentDownloads(DataSource dataSource, int maxCount)
List< RecentAttachmentDetails > getRecentAttachments(DataSource dataSource, int maxCount)
List< RecentFileDetails > getRecentlyOpenedDocuments(DataSource dataSource, int maxCount)