public interface NotesArchivingStrategy
DtpComment in hybris.| 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. |
boolean |
checkPrecondition(CometBinary file)
Checks if the given
CometBinary, which contains the content of the pushed
Notes XML file and its filename, is valid for archiving. |
void archiveNotes(CometBinary file)
CometBinary, which contains the content of the pushed
Notes XML file and its filename.file - the CometBinary which hold the pushed Notes XML file.boolean checkPrecondition(CometBinary file)
CometBinary, which contains the content of the pushed
Notes XML file and its filename, is valid for archiving.file - the CometBinary which hold the pushed Notes XML file.Copyright © 2017 SAP SE. All Rights Reserved.