Package com.openkm.sdk4j.definition
Interface BaseImport
- All Known Implementing Classes:
ImportImpl
public interface BaseImport
BaseImport
- Author:
- sochoa
-
Method Summary
Modifier and TypeMethodDescriptionimportDocument(String uuid, File file) Deprecated.importDocument(String uuid, Calendar date, String author, File file) Import document string.importFolder(String uuid, String name) Deprecated.importFolder(String uuid, String name, Calendar date, String author) Import folder string.importMail(String uuid, File file) Import mail string.importRecord(String uuid, String name) Deprecated.importRecord(String uuid, String name, Calendar date, String author) Import record string.
-
Method Details
-
importDocument
@Deprecated String importDocument(String uuid, File file) throws UnknownException, WebserviceException Deprecated.Import document string.- Parameters:
uuid- the uuidfile- the file- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-
importDocument
String importDocument(String uuid, Calendar date, String author, File file) throws UnknownException, WebserviceException Import document string.- Parameters:
uuid- the uuiddate- the dateauthor- the authorfile- the file- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-
importFolder
@Deprecated String importFolder(String uuid, String name) throws UnknownException, WebserviceException Deprecated.Import folder string.- Parameters:
uuid- the uuidname- the name- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-
importFolder
String importFolder(String uuid, String name, Calendar date, String author) throws UnknownException, WebserviceException Import folder string.- Parameters:
uuid- the uuidname- the namedate- the datedate- the author- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-
importRecord
@Deprecated String importRecord(String uuid, String name) throws UnknownException, WebserviceException Deprecated.Import record string.- Parameters:
uuid- the uuidname- the name- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-
importRecord
String importRecord(String uuid, String name, Calendar date, String author) throws UnknownException, WebserviceException Import record string.- Parameters:
uuid- the uuidname- the namedate- the dateauthor- the author- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-
importMail
Import mail string.- Parameters:
uuid- the uuidfile- the file- Returns:
- the string
- Throws:
UnknownException- the unknown exceptionWebserviceException- the webservice exception
-