public class DefaultNotesArchivingService extends Object implements NotesArchivingService
| Constructor and Description |
|---|
DefaultNotesArchivingService() |
| Modifier and Type | Method and Description |
|---|---|
void |
archiveNotes(CometBinary file)
Archives the given
CometBinary which contains the content of the pushed
Notes XML file and its filename. |
void |
setArchiveStrategies(List<NotesArchivingStrategy> archiveStrategies) |
public void archiveNotes(CometBinary file)
NotesArchivingServiceCometBinary which contains the content of the pushed
Notes XML file and its filename. This method delegates to
the set archiving strategies, the strategies take care of the actual archiving.archiveNotes in interface NotesArchivingServicefile - the CometBinary which hold the pushed Notes XML file.public void setArchiveStrategies(List<NotesArchivingStrategy> archiveStrategies)
Copyright © 2017 SAP SE. All Rights Reserved.