Package | Description |
---|---|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
Module |
LspsRemote.getLatestModule(String name)
Returns the latest module with a given name or
null
if there is no module uploaded (unloaded modules are ignored). |
Module |
LspsRemote.getModule(long moduleId)
Returns the module with a given id, if not found, an exception is thrown.
|
Module |
LspsRemote.uploadModule(String name,
String version,
File pathToProject)
Uploads a model to the server.
|
Module |
LspsRemote.uploadModule(String name,
String version,
File pathToProject,
SchemaUpdateStrategy strategy)
Uploads a model to the server.
|
Module |
LspsRemote.uploadModuleFromRepository(String name,
String version)
Uploads a model to the server.
|
Module |
LspsRemote.uploadModuleFromRepository(String name,
String version,
SchemaUpdateStrategy strategy)
Uploads a model to the server.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
LspsRemote.findModules(ModuleCriteria criteria)
Finds modules by given criteria.
|
Modifier and Type | Method and Description |
---|---|
List<ModelInstance> |
ModelInstance.getChildren(ModelInstanceState state,
Module module)
Returns the list of children model instances
that have the given lifecycle state
and are running on a given model.
|
List<ModelInstance> |
ModelInstance.getChildren(Module module)
Returns the list of children model instances
that are runnig on a given model.
|
Constructor and Description |
---|
ModelInstance(LspsRemote remote,
Module module,
long id) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.