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