Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.sharedrecord |
Modifier and Type | Method and Description |
---|---|
List<SchemaOperationResult> |
SharedRecordService.dropCreateSchema(long moduleId,
boolean execute)
Drops and creates the database schema for the given mode.
|
List<SchemaOperationResult> |
SharedRecordServiceBean.dropCreateSchema(long modelId,
boolean execute) |
List<SchemaOperationResult> |
SharedRecordService.updateSchema(long moduleId,
boolean execute)
Updates the database schema for the given model.
|
List<SchemaOperationResult> |
SharedRecordServiceBean.updateSchema(long modelId,
boolean execute) |
List<SchemaOperationResult> |
SharedRecordService.validateSchema(long moduleId)
Validates the database schema for the given model.
|
List<SchemaOperationResult> |
SharedRecordServiceBean.validateSchema(long modelId) |
Modifier and Type | Method and Description |
---|---|
List<SchemaOperationResult> |
ModulesUploadResult.getSchemaOperationsResult() |
Modifier and Type | Method and Description |
---|---|
void |
ModulesUploadResult.setSchemaOperationsResult(List<SchemaOperationResult> schemaOperationsResult) |
Constructor and Description |
---|
ModulesUploadResult(ModuleList moduleList,
List<SchemaOperationResult> schemaOperationsResult) |
Modifier and Type | Method and Description |
---|---|
List<SchemaOperationResult> |
SchemaUpdateServiceBean.updateModules(Collection<Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute) |
List<SchemaOperationResult> |
SchemaUpdateService.updateModules(Collection<Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute)
Performs a schema update after a successful model upload.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.