Package step.repository.alm.otaclient
Interface IHistory2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
newListEx(java.lang.String filter, java.lang.String versionNumber)
Gets filtered list of history data records, that belong to the requested version .-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IHistory
clearHistory, filter, newList
-
-
-
-
Method Detail
-
newListEx
IList newListEx(java.lang.String filter, java.lang.String versionNumber)
Gets filtered list of history data records, that belong to the requested version .
- Parameters:
filter
- Mandatory java.lang.String parameter.versionNumber
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type otaclient.IList
-
-