Interface VCardImportExportActionService
- All Known Implementing Classes:
VCardImportExportActionServiceImpl
public interface VCardImportExportActionService
-
Method Summary
Modifier and TypeMethodDescriptionprepareImport
(InputStream inputStream, EntityExplorerActionSelection selection) vCardExport
(EntityExplorerActionSelection selection) Deprecated.vCardImport
(InputStream inputStream, EntityExplorerActionSelection selection, boolean onDetailForm)
-
Method Details
-
vCardExport
Deprecated.- Throws:
IOException
-
prepareImport
String prepareImport(InputStream inputStream, EntityExplorerActionSelection selection) throws UploadServiceException, IOException, InterruptedException -
vCardImport
String vCardImport(InputStream inputStream, EntityExplorerActionSelection selection, boolean onDetailForm) throws UploadServiceException, IOException, InterruptedException
-