Class ReportExecuteJob
java.lang.Object
net.datenwerke.scheduler.service.scheduler.entities.AbstractJob
net.datenwerke.scheduler.service.scheduler.jobs.BaseJob
net.datenwerke.rs.scheduler.service.scheduler.jobs.ReportServerJob
net.datenwerke.rs.scheduler.service.scheduler.jobs.report.ReportExecuteJob
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidadjustJobEntryForFailure(JobEntry jobEntry) voidvoidsetExportConfiguration(List<ReportExecutionConfig> exportConfiguration) voidsetOutputFormat(String outputFormat) Sets the ouput format to use.voidvoidsetRecipients(List<User> recipients) voidSet the report instance to use.toString()Methods inherited from class net.datenwerke.rs.scheduler.service.scheduler.jobs.ReportServerJob
getExecutor, getScheduledBy, setExecutor, setExecutor, setScheduledByMethods inherited from class net.datenwerke.scheduler.service.scheduler.jobs.BaseJob
getBaseProperties, getComplexProperty, getProperty, hasProperty, isProperty, setBaseProperties, setComplexProperty, setProperty, setPropertyMethods inherited from class net.datenwerke.scheduler.service.scheduler.entities.AbstractJob
addAction, adjustJobEntryForSuccess, createMissedTriggerHistoryEntry, equals, execute, getAction, getActions, getCreatedOn, getDescription, getExecutionStatus, getHistory, getId, getLastExecution, getLastOutcome, getLinkToPrevious, getTitle, getTrigger, getVersion, hasBeenScheduled, hashCode, isActive, setActions, setCreatedOn, setDescription, setExecutionStatus, setHistory, setId, setLastOutcome, setLinkToPrevious, setTitle, setTrigger, setVersion
-
Constructor Details
-
ReportExecuteJob
public ReportExecuteJob()
-
-
Method Details
-
setRecipients
-
getRecipientsIds
-
getRecipients
-
setReport
Set the report instance to use.- Parameters:
report-
-
setOutputFormat
Sets the ouput format to use.- Parameters:
outputFormat-
-
setExportConfiguration
-
getExportConfiguration
-
getReport
-
getExecutedReport
-
adjustJobEntryForFailure
- Overrides:
adjustJobEntryForFailurein classAbstractJob
-
getOutputFormat
-
getReportId
-
copyTransientFieldsFrom
- Specified by:
copyTransientFieldsFromin classAbstractJob
-
getOwners
-
setOwners
-
addOwner
-
toString
-