-
Methods in ru.i_novus.ms.rdm.api.enumeration that return FileType
| Modifier and Type |
Method |
Description |
static FileType |
FileType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
-
-
Methods in ru.i_novus.ms.rdm.api.service with parameters of type FileType
| Modifier and Type |
Method |
Description |
java.lang.String |
VersionFileService.create(RefBookVersion version,
FileType fileType,
VersionService versionService) |
Создание файла версии нужного типа.
|
java.io.InputStream |
VersionFileService.generate(RefBookVersion version,
FileType fileType,
java.util.Iterator<Row> rowIterator) |
Генерация файла версии нужного типа с помощью итератора данных.
|
ExportFile |
DraftService.getDraftFile(java.lang.Integer draftId,
FileType fileType) |
Выгрузка черновика в файл.
|
ExportFile |
VersionFileService.getFile(RefBookVersion version,
FileType fileType,
VersionService versionService) |
Получение данных файла для экспорта.
|
ExportFile |
VersionService.getVersionFile(java.lang.Integer versionId,
FileType fileType) |
Выгрузка версии справочника в файл.
|
void |
VersionFileService.save(RefBookVersion version,
FileType fileType,
java.io.InputStream is) |
Сохранение файла версии и информации о файле версии.
|