Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
static SchemaUpdateStrategy |
SchemaUpdateStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaUpdateStrategy[] |
SchemaUpdateStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Module |
LspsRemote.uploadModule(String name,
String version,
File pathToProject,
SchemaUpdateStrategy strategy)
Uploads a model to the server.
|
Module |
LspsRemote.uploadModuleFromRepository(String name,
String version,
SchemaUpdateStrategy strategy)
Uploads a model to the server.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.