Interface ExportMetadataService

All Known Implementing Classes:
ExportMetadataServiceImpl

public interface ExportMetadataService
  • Method Details

    • getTitle

      String getTitle(Report report, User user)
      Returns the title of the given Report
      Parameters:
      report - The Report to get the title from
      Returns:
      The title of the given report
    • getCreator

      String getCreator(Report report, User user)
      Returns the creator of the given Report
      Parameters:
      report - The Report to get the creator from
      Returns:
      The creator of the given report
    • getAuthor

      String getAuthor(Report report, User user)
      Returns the author of the given Report
      Parameters:
      report - The Report to get the author from
      Returns:
      The author of the given report
    • getTitle

      String getTitle()
      Returns the configured title of the to be generated PDF file.
      Returns:
      The configured title of the to be generated PDF file
    • getCreator

      String getCreator()
      Returns the configured creator of the to be generated PDF file.
      Returns:
      The configured creator of the to be generated PDF file
    • getAuthor

      String getAuthor()
      Returns the configured author of the to be generated PDF file.
      Returns:
      The configured author of the to be generated PDF file