Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.server.importers |
Modifier and Type | Method and Description |
---|---|
Future<ImportResult> |
IImporterManagerLocal.importIntoParts(String workspaceId,
File file,
String originalFileName,
String revisionNote,
boolean autoCheckout,
boolean autoCheckin,
boolean permissiveUpdate) |
Future<ImportResult> |
IImporterManagerLocal.importIntoPathData(String workspaceId,
File file,
String originalFileName,
String revisionNote,
boolean autoFreezeAfterUpdate,
boolean permissiveUpdate) |
Modifier and Type | Method and Description |
---|---|
void |
IProductManagerLocal.endImport(String workspaceId,
String id,
ImportResult importResult) |
Modifier and Type | Method and Description |
---|---|
ImportResult |
PathDataImporter.importFile(String workspaceId,
File file,
String revisionNote,
boolean autoFreezeAfterUpdate,
boolean permissiveUpdate)
Import the file and make requested changes
|
ImportResult |
PartImporter.importFile(String workspaceId,
File file,
String revisionNote,
boolean autoCheckout,
boolean autoCheckin,
boolean permissiveUpdate)
Import the file and make requested changes
|
Copyright © 2017 DocDoku. All rights reserved.