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.
|
void |
unloadModules(List<Module> modules)
Unloads modules.
|
exportModules, findModuleEntriesByType, findModuleEntryByPath, findModules, findModulesDetails, getDependentModules, getModule, getModuleEntry, isConfirmModelUpload, unloadModule, 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-2018 Whitestein Technologies. All Rights Reserved.