| Modifier and Type | Method and Description |
|---|---|
CometBinary |
DefaultPublicationController.getBinaryFile(String fileId) |
CometBinary |
PublicationController.getBinaryFile(String fileId)
Returns a media that contains the requested file
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPublicationController.putBinaryFile(String fileId,
CometBinary file) |
void |
PublicationController.putBinaryFile(String fileId,
CometBinary file)
Stores the content of the given file
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesArchivingService.archiveNotes(CometBinary file)
Archives the given
CometBinary which contains the content of the pushed
Notes XML file and its filename. |
void |
NotesArchivingStrategy.archiveNotes(CometBinary file)
Archives the given
CometBinary, which contains the content of the pushed
Notes XML file and its filename. |
boolean |
NotesArchivingStrategy.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. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNotesArchivingService.archiveNotes(CometBinary file) |
void |
DefaultNotesArchivingStrategy.archiveNotes(CometBinary file) |
boolean |
DefaultNotesArchivingStrategy.checkPrecondition(CometBinary file) |
| Modifier and Type | Method and Description |
|---|---|
CometBinary |
GetBinaryFileResult.getFile()
Gets the file value for this GetBinaryFileResult.
|
| Modifier and Type | Method and Description |
|---|---|
PutBinaryFileResult |
DefaultCometService.putBinaryFile(String sessionId,
String fileId,
CometBinary file)
Stores the content of the given file
|
PutBinaryFileResult |
CometService.putBinaryFile(String sessionId,
String fileId,
CometBinary file) |
void |
GetBinaryFileResult.setFile(CometBinary file)
Sets the file value for this GetBinaryFileResult.
|
| Constructor and Description |
|---|
GetBinaryFileResult(CometBinary file,
CometConstants.ResultCode resultCode) |
GetBinaryFileResult(CometBinary file,
int resultCode) |
| Modifier and Type | Method and Description |
|---|---|
static CometBinary |
CometFileHandler.getBinaryFile(CometConfiguration cometConfig,
String fileId) |
| Modifier and Type | Method and Description |
|---|---|
static PageModel |
CometFileHandler.getPageModel(CometBinary file) |
static CometFile |
CometFileHandler.putBinaryFile(CometConfiguration cometConfig,
String fileId,
CometBinary file) |
| Modifier and Type | Method and Description |
|---|---|
CometBinary |
CometConfiguration.getBinaryFile(String fileId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CometConfiguration.putBinaryFile(String fileId,
CometBinary file)
This method is called when in a crpt script a file is uploaded.
|
protected void |
CometConfiguration.putCommentFile(CometBinary file) |
Copyright © 2017 SAP SE. All Rights Reserved.