Uses of Class
org.netxms.client.reporting.ReportingJob
-
Packages that use ReportingJob Package Description org.netxms.client -
-
Uses of ReportingJob in org.netxms.client
Methods in org.netxms.client that return types with arguments of type ReportingJob Modifier and Type Method Description List<ReportingJob>NXCSession. listScheduledJobs(UUID reportId)List scheduled jobsMethods in org.netxms.client with parameters of type ReportingJob Modifier and Type Method Description voidNXCSession. scheduleReport(ReportingJob job, Map<String,String> parameters)Schedule a report
-