| Package | Description | 
|---|---|
| com.whitestein.lsps.test | |
| com.whitestein.lsps.test.web | 
| Modifier and Type | Method and Description | 
|---|---|
ModelInstance | 
Todo.getModelInstance()  | 
ModelInstance | 
LspsRemote.getModelInstance(long id)
Returns the model instance with a given id. 
 | 
ModelInstance | 
ModelInstance.getParent()
Returns the parent model instance. 
 | 
ModelInstance | 
Module.startModelInstance()
Starts model instance as a user connected via associated remote. 
 | 
ModelInstance | 
Module.startModelInstance(java.util.Map<java.lang.String,java.lang.String> properties)
Starts a model instance using given properties. 
 | 
ModelInstance | 
Module.startModelInstance(java.lang.String personId)
Starts a model instance as a specific user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ModelInstance> | 
Module.findModelInstances()
Finds all model instances of this module. 
 | 
java.util.List<ModelInstance> | 
LspsRemote.findModelInstances(ModelInstanceCriteria criteria)
Finds model instances by given criteria. 
 | 
java.util.List<ModelInstance> | 
Module.findModelInstances(ModelInstanceState state,
                  ModelInstanceState... rest)
Finds all model instances of this module with specified states. 
 | 
java.util.List<ModelInstance> | 
ModelInstance.getChildren()
Returns the list of children model instances. 
 | 
java.util.List<ModelInstance> | 
ModelInstance.getChildren(ModelInstanceState state)
Returns the list of children model instances
 that have the given lifecycle state. 
 | 
java.util.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. 
 | 
java.util.List<ModelInstance> | 
ModelInstance.getChildren(Module module)
Returns the list of children model instances
 that are runnig on a given model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ModelInstance | 
UIDefaultAppTester.runModel(java.lang.String modelName)
Runs model based on modelName and return model instance id 
 | 
ModelInstance | 
UITester.runModel(java.lang.String modelName)
Deprecated. 
 
call  
UIDefaultAppTester.runModel(String) instead. | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.