Uses of Interface
cdc.impex.api.ImportHandler
-
Packages that use ImportHandler Package Description cdc.impex.api -
-
Uses of ImportHandler in cdc.impex.api
Classes in cdc.impex.api that implement ImportHandler Modifier and Type Class Description classDefaultImportHandlerMethods in cdc.impex.api that return ImportHandler Modifier and Type Method Description ImportHandlerImpExCatalog. createImportHandlerFor(ImportHandler def, String... templateNames)Creates a delegating import handler for an array of template names.ImportHandlerImpExCatalog. createImportHandlerFor(ImportHandler def, Collection<String> templateNames)Creates a delegating import handler for a collection of template names.static ImportHandlerImportHandler. fromDelegates(ImportHandler def, Function<String,ImportHandler> function)Creates a delegating handler.static ImportHandlerImportHandler. fromDelegates(ImportHandler def, Map<String,ImportHandler> map)Creates a delegating handler.ImportHandlerImpExCatalog. getImportHandler(String templateName)Return The import handler associated to template name.ImportHandlerImpExCatalog. getImportHandlerOrNull(String templateName)Returns import handler associated to a template name ornull.Methods in cdc.impex.api with parameters of type ImportHandler Modifier and Type Method Description ImportHandlerImpExCatalog. createImportHandlerFor(ImportHandler def, String... templateNames)Creates a delegating import handler for an array of template names.ImportHandlerImpExCatalog. createImportHandlerFor(ImportHandler def, Collection<String> templateNames)Creates a delegating import handler for a collection of template names.static ImportHandlerImportHandler. fromDelegates(ImportHandler def, Function<String,ImportHandler> function)Creates a delegating handler.static ImportHandlerImportHandler. fromDelegates(ImportHandler def, Map<String,ImportHandler> map)Creates a delegating handler.voidImporter. importData(File file, Set<SheetTemplate> templates, ImportHandler importHandler, cdc.issues.api.IssuesHandler<ImportIssueType> issuesHandler)Invoked to analyze a file that contains data to import.ImpExCatalogImpExCatalog. register(SheetTemplate template, ImportHandler importHandler)Registers a SheetTemplate (if not already done) and associate it to an ImportHandler.ImpExCatalogImpExCatalog. register(String templateName, ImportHandler importHandler)Registers an ImportHandler and associate it to a template name.Method parameters in cdc.impex.api with type arguments of type ImportHandler Modifier and Type Method Description static ImportHandlerImportHandler. fromDelegates(ImportHandler def, Function<String,ImportHandler> function)Creates a delegating handler.static ImportHandlerImportHandler. fromDelegates(ImportHandler def, Map<String,ImportHandler> map)Creates a delegating handler.
-