@ProviderType
public interface FragmentsImporter
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FragmentsImporterResultEntry> |
importFragmentEntries(long userId,
long groupId,
long fragmentCollectionId,
java.io.File file,
FragmentsImportStrategy fragmentsImportStrategy) |
boolean |
validateFragmentEntries(long userId,
long groupId,
long fragmentCollectionId,
java.io.File file) |
java.util.List<FragmentsImporterResultEntry> importFragmentEntries(long userId, long groupId, long fragmentCollectionId, java.io.File file, FragmentsImportStrategy fragmentsImportStrategy) throws java.lang.Exception
java.lang.Exceptionboolean validateFragmentEntries(long userId,
long groupId,
long fragmentCollectionId,
java.io.File file)
throws java.lang.Exception
java.lang.Exception