Interface IExporterDescriptor
public interface IExporterDescriptor
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleancanExportField(String fieldId) Deprecated.Returns export types supported by this exporter.Returnsnullif this exporter does not export user selected fields (e.g.getHint()Returns description of the exportgetId()getLabel()booleanbooleanDeprecated.booleanbooleanDeprecated.usegetExportTypes().contains(ITreeExportConfiguration.EXPORT_TYPE)
-
Method Details
-
getId
String getId() -
getLabel
String getLabel() -
getHint
String getHint()Returns description of the export- Since:
- 3.1.2
-
getContentType
String getContentType() -
getFileName
String getFileName() -
getExportTypes
Returns export types supported by this exporter. See constants "EXPORT_TYPE" in subinterfaces ofIExportConfiguration. -
isTemplateExporter
boolean isTemplateExporter()- Returns:
- true if export to template is supported by the exporter
-
isCharsetSelectable
boolean isCharsetSelectable()- Returns:
- if output charset is selectable by user
- Since:
- 3.5.2
-
getFieldExportCapability
IExporterDescriptor.IFieldExportCapability getFieldExportCapability()Returnsnullif this exporter does not export user selected fields (e.g. the fields can be prescribed by template).- Returns:
- field export capability descriptor or
null - Since:
- 3.5.2
-
getParameterDescriptors
List getParameterDescriptors()- Returns:
- list of
IParameterDescriptor
-
isFieldsExporter
Deprecated.- Returns:
- deprecated
-
canExportField
Deprecated.- Returns:
- deprecated
-
isTreeExporter
Deprecated.usegetExportTypes().contains(ITreeExportConfiguration.EXPORT_TYPE)- Returns:
- true if export of work item tree is supported by the exporter
-
getFieldExportCapability()