Uses of Interface
pl.edu.agh.cast.importer.base.converter.IImportConverter

Packages that use IImportConverter
pl.edu.agh.cast.importer.base.converter Provides CAST Importer base classes used for the data conversion during the import process. 
pl.edu.agh.cast.importer.base.general Provides CAST Importer base classes for the general domain model. 
pl.edu.agh.cast.importer.base.process Provides CAST Importer ImportProcess class. 
pl.edu.agh.cast.importer.base.template Defines templates for import process. 
pl.edu.agh.cast.importer.base.util Provides CAST Importer various general utility classes for the base data importer. 
pl.edu.agh.cast.importer.wizard.page Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. 
pl.edu.agh.cast.importer.wizard.util Provides CAST Importer wizard's various general utility classes. 
 

Uses of IImportConverter in pl.edu.agh.cast.importer.base.converter
 

Classes in pl.edu.agh.cast.importer.base.converter that implement IImportConverter
 class AbstractImportConverter<T extends IDataSet<?>>
          Abstract import converter class, which defines some basic utility methods for all converters.
 

Uses of IImportConverter in pl.edu.agh.cast.importer.base.general
 

Classes in pl.edu.agh.cast.importer.base.general that implement IImportConverter
 class GeneralImportConverter
          Import converter which converts input data to general domain model defined in base plugin.
 

Uses of IImportConverter in pl.edu.agh.cast.importer.base.process
 

Methods in pl.edu.agh.cast.importer.base.process that return IImportConverter
 IImportConverter ImportProcess.getConverter()
           
 

Methods in pl.edu.agh.cast.importer.base.process with parameters of type IImportConverter
 void ImportProcess.setConverter(IImportConverter converter)
           
 

Uses of IImportConverter in pl.edu.agh.cast.importer.base.template
 

Methods in pl.edu.agh.cast.importer.base.template that return IImportConverter
 IImportConverter IImportTemplate.getConverter()
          Gets an import converter.
 IImportConverter ImportTemplate.getConverter()
          Gets an import converter.
 

Methods in pl.edu.agh.cast.importer.base.template with parameters of type IImportConverter
 void IImportTemplate.setConverter(IImportConverter converter)
          Sets a new import converter.
 void ImportTemplate.setConverter(IImportConverter converter)
          Sets a new import converter.
 

Uses of IImportConverter in pl.edu.agh.cast.importer.base.util
 

Methods in pl.edu.agh.cast.importer.base.util that return IImportConverter
 IImportConverter ImportConverterInfo.getConverter()
           
 IImportConverter IImporterPluginRegistryProvider.getConverterInstance(String converterId)
          Returns the converter for model with given extension identifier.
 IImportConverter ImporterUtil.getConverterInstance(String converterId)
          Delegated method.
 

Constructors in pl.edu.agh.cast.importer.base.util with parameters of type IImportConverter
ImportConverterInfo(String converterId, String name, String description, IImportConverter converter)
          Constructor.
 

Uses of IImportConverter in pl.edu.agh.cast.importer.wizard.page
 

Fields in pl.edu.agh.cast.importer.wizard.page declared as IImportConverter
protected  IImportConverter AbstractConversionRulesSelectionPage.converter
          The import converter responsible for the current domain model's data conversion.
 

Uses of IImportConverter in pl.edu.agh.cast.importer.wizard.util
 

Methods in pl.edu.agh.cast.importer.wizard.util that return IImportConverter
 IImportConverter MockImporterPluginRegistryProvider.getConverterInstance(String converterId)
          Returns the converter for model with given extension identifier.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.