@PermitAll public class SchemaUpdateServiceBean extends Object implements SchemaUpdateService
| Constructor and Description |
|---|
SchemaUpdateServiceBean() |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaOperationResult> |
updateModules(Collection<Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute)
Performs a schema update after a successful model upload.
|
public List<SchemaOperationResult> updateModules(Collection<Long> moduleIds, SchemaUpdateStrategy strategy, boolean execute) throws ModelUploadException
SchemaUpdateServiceupdateModules in interface SchemaUpdateServicemoduleIds - list of ids of modules to update schema ofstrategy - strategy used to update schemaexecute - if true, ddl scripts will be executedModelUploadExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.