* @see br.com.minaurod.fcm.gui.adapter.FileListPresentationContentAdapter#getHistory()
*/
@SuppressWarnings("unchecked")
public PresentationFileHistory getHistory()
{
FileHistory fileHistory = fileListContentService.getHistory();
PresentationFileHistory presentationFileHistory = new PresentationFileHistory();
for (File file : fileHistory) {
presentationFileHistory.add(new PresentationFile(
file.getName(),
file.getPath(),