com.polarion.alm.tracker.exporter.IExporterDescriptor


METHODS
Modifiers and TypeNameDescription
String getId()
String getLabel()
String getHint() Returns description of the export
String getContentType()
String getFileName()
Set getExportTypes() Returns export types supported by this exporter. See constants "EXPORT_TYPE" in subinterfaces of {@link IExportConfiguration} .
boolean isTemplateExporter()
boolean isCharsetSelectable()
IFieldExportCapability getFieldExportCapability() Returns null if this exporter does not export user selected fields (e.g. the fields can be prescribed by template).
List getParameterDescriptors()

Back to Index