Class ModuleExportConfiguration
java.lang.Object
com.polarion.alm.tracker.exporter.ExportConfiguration
com.polarion.alm.tracker.exporter.ModuleExportConfiguration
- All Implemented Interfaces:
IExportConfiguration
,IModuleExportConfiguration
public class ModuleExportConfiguration
extends ExportConfiguration
implements IModuleExportConfiguration
- Since:
- 3.5.0
- 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.IModuleExportConfiguration
EXPORT_TYPE
-
Constructor Summary
ConstructorDescriptionModuleExportConfiguration
(IModule module, String charset, List<String> fields, IExportTemplate template, Map<String, Object> params) -
Method Summary
Methods inherited from class com.polarion.alm.tracker.exporter.ExportConfiguration
getCharset, getContextId, getExportFields, getFields, getParameter, getQuery, getTemplate, getWorkItems, getWorkItemTree, setContextId, setModule, setTemplate
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.polarion.alm.tracker.exporter.IExportConfiguration
getCharset, getContextId, getExportFields, getFields, getParameter, getQuery, getTemplate, getWorkItems, getWorkItemTree
-
Constructor Details
-
ModuleExportConfiguration
public ModuleExportConfiguration(IModule module, String charset, List<String> fields, IExportTemplate template, Map<String, Object> params) - Parameters:
module
-charset
-fields
- either a list of field ids, or a list ofIExportConfiguration.IExportField
template
-params
-
-
-
Method Details
-
getModule
Description copied from interface:IExportConfiguration
Returns the module in the context that the export was invoked for.- Specified by:
getModule
in interfaceIExportConfiguration
- Specified by:
getModule
in interfaceIModuleExportConfiguration
- Overrides:
getModule
in classExportConfiguration
- Returns:
- module or
null
-