Interface ExportMetadataService
- All Known Implementing Classes:
ExportMetadataServiceImpl
public interface ExportMetadataService
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configured author of the to be generated PDF file.Returns the author of the givenReportReturns the configured creator of the to be generated PDF file.getCreator(Report report, User user) Returns the creator of the givenReportgetTitle()Returns the configured title of the to be generated PDF file.Returns the title of the givenReport
-
Method Details
-
getTitle
Returns the title of the givenReport- Parameters:
report- TheReportto get the title from- Returns:
- The title of the given report
-
getCreator
Returns the creator of the givenReport- Parameters:
report- TheReportto get the creator from- Returns:
- The creator of the given report
-
getAuthor
Returns the author of the givenReport- Parameters:
report- TheReportto 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
-