public interface PathDataImporter
Modifier and Type | Method and Description |
---|---|
boolean |
canImportFile(String importFileName)
Determine if plugin is able to import the given file format
|
ImportResult |
importFile(String workspaceId,
File file,
String revisionNote,
boolean autoFreezeAfterUpdate,
boolean permissiveUpdate)
Import the file and make requested changes
|
boolean canImportFile(String importFileName)
importFileName
- the file nameImportResult importFile(String workspaceId, File file, String revisionNote, boolean autoFreezeAfterUpdate, boolean permissiveUpdate)
workspaceId
- the workspace concerned by the importfile
- the file to importrevisionNote
- a revision note to apply on parts changedautoFreezeAfterUpdate
- todopermissiveUpdate
- todoCopyright © 2017 DocDoku. All rights reserved.