Interface IExportConfiguration
- All Known Subinterfaces:
IMatrixExportConfiguration
,IModuleExportConfiguration
,ITableExportConfiguration
,ITreeExportConfiguration
- All Known Implementing Classes:
ExportConfiguration
,MatrixExportConfiguration
,ModuleExportConfiguration
,TableExportConfiguration
,TreeExportConfiguration
public interface IExportConfiguration
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the module in the context that the export was invoked for.getParameter
(String id) getQuery()
Deprecated.Deprecated.Deprecated.
-
Method Details
-
getContextId
IContextId getContextId()- Returns:
- The context where export was invoked.
- Since:
- 3.5.1
-
getModule
IModule getModule()Returns the module in the context that the export was invoked for.- Returns:
- module or
null
- Since:
- 3.5.2
-
getCharset
String getCharset() -
getTemplate
-
getExportFields
List<IExportConfiguration.IExportField> getExportFields()- Returns:
- Fields to export.
- Since:
- 3.5.2
-
getParameter
-
getFields
Deprecated.- Returns:
- The list of field IDs.
-
getWorkItemTree
Deprecated.- Returns:
- A tree of Work Items to export.
- See Also:
-
getWorkItems
Deprecated.Returns Work Items in the first level of the tree. This is a convenient method for exporters that cannot export a tree. A single level tree is always passed to them so that this method only returns the list of Work Items to export.- Returns:
- The list of
IWorkItem
s, nevernull
. - See Also:
-
getQuery
Deprecated.- Returns:
- The query used.
-
ITableExportConfiguration.getQuery()
orITreeExportConfiguration.getQuery()