public interface ModelManagementServiceLocal extends ModelManagementService
ModelManagementService
.Modifier and Type | Field and Description |
---|---|
static String |
DELETE_MODEL
Security right that allows to delete models.
|
static String |
MANAGE_MODEL
Security right that allows to manage models (upload on server).
|
static String |
READ_MODEL
Security right that allows to read models.
|
Modifier and Type | Method and Description |
---|---|
ModulesProcessingResult |
processArchive(ByteData data,
Map<String,String> uploadProperties)
Process archive represented by byte array.
|
exportModules, findModuleEntriesByType, findModuleEntryByPath, findModules, findModulesDetails, getDependentModules, getExecutableModulesCount, getLatestModule, getModule, getModuleEntry, isConfirmModelUpload, unloadModule, unloadModules, unloadModuleWithDependentModules, uploadModules
static final String READ_MODEL
static final String MANAGE_MODEL
static final String DELETE_MODEL
ModulesProcessingResult processArchive(ByteData data, Map<String,String> uploadProperties) throws ModelUploadException
data
- byte array representation of archiveuploadProperties
- the upload propertiesModelUploadException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.