Uses of Interface
com.polarion.alm.tracker.importer.IImporterDescriptor
-
Uses of IImporterDescriptor in com.polarion.alm.tracker.importer
Modifier and TypeMethodDescriptionIImportManager.getImporterDescriptor
(String id) Returns descriptor with the given id.Modifier and TypeMethodDescriptionIImportManager.getImporterDescriptors()
Returns descriptors of all registered importers (sorted lexicographically by label).IImportManager.getImporterDescriptors
(String importType) Returns descriptors of all registered importers (sorted lexicographically by label) that supports the export type (seeEXPORT_TYPE*
constants inIImportConfiguration
and its sub-interfaces.Modifier and TypeMethodDescriptionIImportManager.createTemplate
(IImporterDescriptor importerDescriptor, String templateName, InputStream content) Deprecated.void
IImportManager.deleteTemplate
(IImporterDescriptor importerDescriptor, String templateName) void
IImportManager.deleteTemplate
(IImporterDescriptor importerDescriptor, String templateName, IContextId contextId) IImportManager.getTemplate
(IImporterDescriptor importerDescriptor, String templateName) IImportManager.getTemplate
(IImporterDescriptor importerDescriptor, String templateName, IContextId contextId) Returns template with the given name ornull
if such a template does not exist (not even inherited one).IImportManager.getTemplates
(IImporterDescriptor importerDescriptor) Deprecated.IImportManager.getTemplates
(IImporterDescriptor importerDescriptor, IContextId contextId) Returns templates available for import with the given importer (sorted lexicographically by name) in the given context (so the returned list of templates contains templates inherited from other contexts).IImportManager.setTemplateContent
(IImporterDescriptor importerDescriptor, String templateName, IContextId contextId, InputStream content, boolean overwrite) Creates or updates a template.IImportManager.startImport
(IImporterDescriptor importerDescriptor, IImportConfiguration config) Starts the import.
IImportManager.setTemplateContent(IImporterDescriptor, String, IContextId, InputStream, boolean)