Interface AnalyticsBatchExportImportManager
public interface AnalyticsBatchExportImportManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportToAnalyticsCloud(String batchEngineExportTaskItemDelegateName, long companyId, List<String> fieldNames, String filterString, com.liferay.petra.function.UnsafeConsumer<String, Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) voidexportToAnalyticsCloud(List<String> batchEngineExportTaskItemDelegateNames, long companyId, com.liferay.petra.function.UnsafeConsumer<String, Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) voidimportFromAnalyticsCloud(String batchEngineImportTaskItemDelegateName, long companyId, Map<String, String> fieldMapping, com.liferay.petra.function.UnsafeConsumer<String, Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) voidvalidateConnection(long companyId)
-
Method Details
-
exportToAnalyticsCloud
void exportToAnalyticsCloud(List<String> batchEngineExportTaskItemDelegateNames, long companyId, com.liferay.petra.function.UnsafeConsumer<String, Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) throws Exception- Throws:
Exception
-
exportToAnalyticsCloud
void exportToAnalyticsCloud(String batchEngineExportTaskItemDelegateName, long companyId, List<String> fieldNames, String filterString, com.liferay.petra.function.UnsafeConsumer<String, Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) throws Exception- Throws:
Exception
-
importFromAnalyticsCloud
void importFromAnalyticsCloud(String batchEngineImportTaskItemDelegateName, long companyId, Map<String, String> fieldMapping, com.liferay.petra.function.UnsafeConsumer<String, throws ExceptionException> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) - Throws:
Exception
-
validateConnection
- Throws:
Exception
-