Uses of Class
org.openforis.collect.manager.ValidationReportProcess.ReportType
-
Packages that use ValidationReportProcess.ReportType Package Description org.openforis.collect.manager -
-
Uses of ValidationReportProcess.ReportType in org.openforis.collect.manager
Methods in org.openforis.collect.manager that return ValidationReportProcess.ReportType Modifier and Type Method Description static ValidationReportProcess.ReportTypeValidationReportProcess.ReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationReportProcess.ReportType[]ValidationReportProcess.ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openforis.collect.manager with parameters of type ValidationReportProcess.ReportType Constructor Description ValidationReportProcess(OutputStream outputStream, RecordManager recordManager, MessageSource messageSource, ValidationReportProcess.ReportType reportType, User user, String sessionId, RecordFilter recordFilter, boolean includeConfirmedErrors)ValidationReportProcess(OutputStream outputStream, RecordManager recordManager, MessageSource messageSource, ValidationReportProcess.ReportType reportType, User user, String sessionId, RecordFilter recordFilter, boolean includeConfirmedErrors, Locale locale)
-