Interface ITableExportConfiguration
- All Superinterfaces:
IExportConfiguration
- All Known Implementing Classes:
TableExportConfiguration
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.polarion.alm.tracker.exporter.IExportConfiguration
IExportConfiguration.IExportField
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
Query used to obtain the Work Items, ornull
.Returns list of Work Items to export.Methods inherited from interface com.polarion.alm.tracker.exporter.IExportConfiguration
getCharset, getContextId, getExportFields, getFields, getModule, getParameter, getTemplate, getWorkItemTree
-
Field Details
-
EXPORT_TYPE
- See Also:
-
-
Method Details
-
getWorkItems
IPObjectList getWorkItems()Returns list of Work Items to export.- Specified by:
getWorkItems
in interfaceIExportConfiguration
- Returns:
- list of
IWorkItem
s, nevernull
- See Also:
-
getQuery
String getQuery()Query used to obtain the Work Items, ornull
.- Specified by:
getQuery
in interfaceIExportConfiguration
- Returns:
- The query used.
-