Package org.netxms.client.reporting
Class ReportingJobConfiguration
java.lang.Object
org.netxms.client.reporting.ReportingJobConfiguration
Parameters for reporting job
- 
Field SummaryFieldsModifier and TypeFieldDescriptionboolean
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDefault constructor - for XML deserialization onlyReportingJobConfiguration(UUID reportId) Create new job configuration.
- 
Method Summary
- 
Field Details- 
reportId
- 
executionParameters
- 
notifyOnCompletionpublic boolean notifyOnCompletion
- 
renderFormat
- 
emailRecipients
 
- 
- 
Constructor Details- 
ReportingJobConfigurationprotected ReportingJobConfiguration()Default constructor - for XML deserialization only
- 
ReportingJobConfigurationCreate new job configuration.- Parameters:
- reportId- report ID
 
 
- 
- 
Method Details- 
createXmlCreate XML from object.- Returns:
- XML document
- Throws:
- Exception- if the schema for the object is not valid
 
 
-