Modifier and Type | Method and Description |
---|---|
boolean |
AssetImportProcessor.canHandle(File uploadedFile,
ImportSpecification importSpecification,
ImportType importType) |
Modifier and Type | Method and Description |
---|---|
boolean |
CSVFileImportProcessor.canHandle(File uploadedFile,
ImportSpecification importSpecification,
ImportType importType) |
Modifier and Type | Field and Description |
---|---|
static ImportSpecification |
ImportSpecification.ASSET_ARCHIVE |
static ImportSpecification |
ImportSpecification.CSV |
static ImportSpecification |
ImportSpecification.JSON |
Modifier and Type | Method and Description |
---|---|
static ImportSpecification |
ImportSpecification.getInstance(String type) |
Modifier and Type | Method and Description |
---|---|
static Collection<ImportSpecification> |
ImportSpecification.getTypes() |
Modifier and Type | Field and Description |
---|---|
protected ImportSpecification |
ImportScheduleDefinition.specification |
Modifier and Type | Method and Description |
---|---|
ImportSpecification |
ImportScheduleDefinition.getSpecification() |
Modifier and Type | Method and Description |
---|---|
boolean |
FileImportProcessor.canHandle(File uploadedFile,
ImportSpecification importSpecification,
ImportType importType)
Whether or not this can handle the given input according to the
ImportSpecification |
Constructor and Description |
---|
ImportScheduleDefinition(ImportSpecification specification,
ImportType importType)
Which admin ceiling class the import should go into
|
Copyright © 2020. All rights reserved.