public interface SchemaUpdateService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SchemaOperationResult> |
updateModules(java.util.Collection<java.lang.Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute)
Performs a schema update after a successful model upload.
|
java.util.List<SchemaOperationResult> updateModules(java.util.Collection<java.lang.Long> moduleIds, SchemaUpdateStrategy strategy, boolean execute) throws ModelUploadException
moduleIds - 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.