Uses of Class
com.redwood.scheduler.api.exception.ExportException
-
Packages that use ExportException Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of ExportException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw ExportException Modifier and Type Method Description String
Exporter. getObjectXML(Readable readable)
Get the XML for an object.void
Exporter. writeToFile(String filename)
Export marked objects to a local file with the given name.JobFile
Exporter. writeToNewJobFile(Job job)
Export marked objects to a local job file that will be attached to the supplied job.
-