Interface ITreeExportConfiguration
- All Superinterfaces:
IExportConfiguration
- All Known Implementing Classes:
TreeExportConfiguration
- 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 tree of Work Items to export.Methods inherited from interface com.polarion.alm.tracker.exporter.IExportConfiguration
getCharset, getContextId, getExportFields, getFields, getModule, getParameter, getTemplate, getWorkItems
-
Field Details
-
EXPORT_TYPE
- See Also:
-
-
Method Details
-
getWorkItemTree
IPObjectTree getWorkItemTree()Returns tree of Work Items to export.- Specified by:
getWorkItemTree
in interfaceIExportConfiguration
- Returns:
- A tree of Work Items to export.
- See Also:
-
getQuery
String getQuery()Query used to obtain the Work Items, ornull
.- Specified by:
getQuery
in interfaceIExportConfiguration
- Returns:
- The query used.
-