Class TableExportConfiguration
java.lang.Object
com.polarion.alm.tracker.exporter.ExportConfiguration
com.polarion.alm.tracker.exporter.TableExportConfiguration
- All Implemented Interfaces:
IExportConfiguration,ITableExportConfiguration
public class TableExportConfiguration
extends ExportConfiguration
implements ITableExportConfiguration
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.polarion.alm.tracker.exporter.IExportConfiguration
IExportConfiguration.IExportField -
Field Summary
Fields inherited from interface com.polarion.alm.tracker.exporter.ITableExportConfiguration
EXPORT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionTableExportConfiguration(IPObjectList<IWorkItem> workItems, String query, String charset, List fields, IExportTemplate template, Map params) -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()Query used to obtain the Work Items, ornull.Returns Work Items in the first level of the tree.Deprecated.Methods inherited from class com.polarion.alm.tracker.exporter.ExportConfiguration
getCharset, getContextId, getExportFields, getFields, getModule, getParameter, getTemplate, setContextId, setModule, setTemplateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.polarion.alm.tracker.exporter.IExportConfiguration
getCharset, getContextId, getExportFields, getFields, getModule, getParameter, getTemplate
-
Constructor Details
-
TableExportConfiguration
public TableExportConfiguration(IPObjectList<IWorkItem> workItems, String query, String charset, List fields, IExportTemplate template, Map params) - Parameters:
workItems- must not be nullquery-charset-fields- either a list of field ids, or a list ofIExportConfiguration.IExportFieldtemplate-params-
-
-
Method Details
-
getWorkItems
Description copied from interface:IExportConfigurationReturns 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.- Specified by:
getWorkItemsin interfaceIExportConfiguration- Specified by:
getWorkItemsin interfaceITableExportConfiguration- Overrides:
getWorkItemsin classExportConfiguration- Returns:
- The list of
IWorkItems, nevernull. - See Also:
-
getQuery
Description copied from interface:ITableExportConfigurationQuery used to obtain the Work Items, ornull.- Specified by:
getQueryin interfaceIExportConfiguration- Specified by:
getQueryin interfaceITableExportConfiguration- Overrides:
getQueryin classExportConfiguration- Returns:
- The query used.
-
getWorkItemTree
Deprecated.- Specified by:
getWorkItemTreein interfaceIExportConfiguration- Overrides:
getWorkItemTreein classExportConfiguration- Returns:
- A tree of Work Items to export.
- See Also:
-