Interface ICreateAdditionalFileAfterConnectorProjectFilesUploadedEvent

All Superinterfaces:
IEventHandler

public interface ICreateAdditionalFileAfterConnectorProjectFilesUploadedEvent extends IEventHandler
Create an additional file once all files have been uploaded to the connector project
Author:
I-D Media AG
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Create a meaningful file name to be used when uploading the file
    @NotNull CharSequence
    onEvent(@NotNull Map<String,ITranslatableFile> pFileMap)
    Create additional file content
  • Field Details

  • Method Details

    • onEvent

      @NotNull @NotNull CharSequence onEvent(@NotNull @NotNull Map<String,ITranslatableFile> pFileMap)
      Create additional file content
      Parameters:
      pFileMap - Map of project files (key) and the respective translatable files
      Returns:
      file contents
    • createFilename

      @NotNull @NotNull String createFilename()
      Create a meaningful file name to be used when uploading the file
      Returns: