This class represents the entire set of requested results for the
application.
|
bool
|
addProject(iProject)
Adds the results of a given EMPro project to the results browser. |
|
|
list{string}
|
availableProjectIds()
Returns a list of all project ids that are in the results browser. |
|
|
|
None
|
clear()
Clears the complete results browser. |
|
|
|
|
destroyInstance(...)
No documentation available. |
|
|
|
ProjectOutput
|
project(iProjectId)
Returns the project output for a given project id. |
|
|
|
None
|
refresh()
Reloads the output data of all projects in the results browser. |
|
|
|
bool
|
removeProject(iProject)
Removes the results of a given EMPro project from the results
browser. |
|
|
|
Inherited from core.Updatable:
__enter__,
__exit__,
clone,
hash,
isValid,
reasonWhyInvalid
|