@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
SchemaUpdateService
updateModules
in interface SchemaUpdateService
moduleIds
- list of ids of modules to update schema ofstrategy
- strategy used to update schemaexecute
- if true, ddl scripts will be executedModelUploadException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.