public interface BomImporter
| Modifier and Type | Interface and Description |
|---|---|
static class |
BomImporter.ImporterException
Exception reporting a unrecoverable problem during conversion process.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canImportFile(String importFileName)
Determine if plugin is able to import the given file format
|
BomImporterResult |
importFile(Locale locale,
String workspaceId,
File file,
boolean autoCheckout,
boolean autoCheckIn,
boolean permissiveUpdate)
Import the file and make requested changes
|
boolean canImportFile(String importFileName)
importFileName - the file nameBomImporterResult importFile(Locale locale, String workspaceId, File file, boolean autoCheckout, boolean autoCheckIn, boolean permissiveUpdate) throws BomImporter.ImporterException
workspaceId - the workspace concerned by the importfile - the file to importautoCheckout - check out the part if not checked outautoCheckIn - check in the modified parts after operationpermissiveUpdate - don't throw if any warnings or errorsBomImporter.ImporterExceptionCopyright © 2018 DocDoku. All rights reserved.