public interface ExportMetadataService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Returns the configured author of the to be generated PDF file.
|
java.lang.String |
getAuthor(Report report,
User user)
Returns the author of the given
Report |
java.lang.String |
getCreator()
Returns the configured creator of the to be generated PDF file.
|
java.lang.String |
getCreator(Report report,
User user)
Returns the creator of the given
Report |
java.lang.String |
getTitle()
Returns the configured title of the to be generated PDF file.
|
java.lang.String |
getTitle(Report report,
User user)
Returns the title of the given
Report |
java.lang.String getTitle(Report report, User user)
Report
report
- The Report
to get the title fromjava.lang.String getCreator(Report report, User user)
Report
report
- The Report
to get the creator fromjava.lang.String getAuthor(Report report, User user)
Report
report
- The Report
to get the author fromjava.lang.String getTitle()
java.lang.String getCreator()
java.lang.String getAuthor()