Interface ICreateAdditionalFileAfterConnectorProjectFilesUploadedEvent
- All Superinterfaces:
IEventHandler
Create an additional file once all files have been uploaded to the connector
project
- Author:
- I-D Media AG
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NotNull StringCreate a meaningful file name to be used when uploading the file@NotNull CharSequenceonEvent(@NotNull Map<String, ITranslatableFile> pFileMap) Create additional file content
-
Field Details
-
EVENT_ID
- See Also:
-
-
Method Details
-
onEvent
Create additional file content- Parameters:
pFileMap- Map of project files (key) and the respective translatable files- Returns:
- file contents
-
createFilename
Create a meaningful file name to be used when uploading the file- Returns:
-